|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.parser.ParsedQuery
org.openrdf.query.parser.ParsedGraphQuery
public class ParsedGraphQuery
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.
| Constructor Summary | |
|---|---|
ParsedGraphQuery()
Creates a new graph query. |
|
ParsedGraphQuery(Map<String,String> namespaces)
Creates a new graph query. |
|
ParsedGraphQuery(TupleExpr tupleExpr)
Creates a new graph query for the supplied tuple expression. |
|
ParsedGraphQuery(TupleExpr tupleExpr,
Map<String,String> namespaces)
Creates a new graph query. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getQueryNamespaces()
|
| Methods inherited from class org.openrdf.query.parser.ParsedQuery |
|---|
getDataset, getTupleExpr, setDataset, setTupleExpr, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParsedGraphQuery()
ParsedQuery.setTupleExpr(TupleExpr).
public ParsedGraphQuery(Map<String,String> namespaces)
ParsedQuery.setTupleExpr(TupleExpr).
namespaces - A mapping of namespace prefixes to namespace names representing the
namespaces that are used in the query.public ParsedGraphQuery(TupleExpr tupleExpr)
tupleExpr - A tuple expression representing the query, formulated in Sail Query
Model objects.
public ParsedGraphQuery(TupleExpr tupleExpr,
Map<String,String> namespaces)
tupleExpr - A tuple expression representing the query, formulated in Sail Query
Model objects.namespaces - A mapping of namespace prefixes to namespace names representing the
namespaces that are used in the query.| Method Detail |
|---|
public Map<String,String> getQueryNamespaces()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||