Modifier and Type | Method and Description |
---|---|
java.lang.String |
DistributedQueryFactory.constructDistributedQueryFromReceiverList(java.util.List<java.lang.String> receiverIris,
java.lang.String queryAsText)
Constructs a new distributed query from a list of remote query engine IRIs (the receivers) and a query template like:
PREFIX g:
|
Modifier and Type | Method and Description |
---|---|
SelectQuery |
QueryFactory.parseQuery(java.lang.String queryAsText) |
Modifier and Type | Method and Description |
---|---|
SelectQuery |
SparqlQueryParser.create(java.lang.String queryAsSparqlString) |
Modifier and Type | Method and Description |
---|---|
SelectQuery |
QueryFactory.parseQuery(java.lang.String queryAsText)
Parse and create a SPARQL select query from a text string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DistributedQueryFactory.constructDistributedQueryFromLocalSubquery(java.lang.String receiverQueryAsText,
java.lang.String queryAsText) |
java.lang.String |
DistributedQueryFactory.constructDistributedQueryFromReceiverList(java.util.List<java.lang.String> receiverIris,
java.lang.String queryAsText)
Constructs a new distributed query from a list of remote query engine IRIs (the receivers) and a query template like:
PREFIX g:
|
Constructor and Description |
---|
AllVariablesQueryWrapper(java.lang.String originalQuery) |
Modifier and Type | Method and Description |
---|---|
void |
YetAnotherSparqlOneOneParser.parseFromTo(java.io.InputStream input,
QueryGenerator factory) |
void |
YetAnotherSparqlOneOneParser.parseFromTo(java.io.Reader reader,
QueryGenerator factory) |