|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.Engine
public class Engine
The core Glitter engine. Provides the basic framework for parsing and executing SPARQL queries in Glitter.
| Constructor Summary | |
|---|---|
Engine(EngineConfig configuration)
|
|
| Method Summary | |
|---|---|
QueryResults |
executeQuery(java.io.InputStream query)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.net.URI g)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(QueryController controller,
boolean includeInferredTriples,
java.net.URI ontology)
Executes a query. |
QueryResults |
executeQuery(java.io.Reader query)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.net.URI g)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.net.URI g)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
QueryResults |
executeQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
Combines preparing and executing a query as per prepareQuery(String) and executeQuery(QueryController, boolean, URI) |
EngineConfig |
getConfiguration()
|
QueryController |
prepareQuery(java.io.InputStream query)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.InputStream query,
java.net.URI g)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.Reader query)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.Reader query,
java.net.URI g)
See prepareQuery(String) |
QueryController |
prepareQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri)
See prepareQuery(String) |
QueryController |
prepareQuery(java.lang.String query)
Performs the following steps to prepare the query for execution: 1) parse the query 2) retrieve a query controller 2.5) rewrite the tree as specified in the configuration (this includes rewriting any BGPs that contain functional predicates) 2.6) validate that the query is acceptable as specified in the configuration 3) Load a SolutionGenerator and an RDFDataset |
QueryController |
prepareQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
See prepareQuery(String) |
QueryController |
prepareQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
See prepareQuery(String) |
QueryController |
prepareQuery(java.lang.String query,
java.net.URI g)
See prepareQuery(String) |
QueryController |
prepareQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri)
See prepareQuery(String) |
void |
setConfiguration(EngineConfig configuration)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Engine(EngineConfig configuration)
configuration - Contains configuration settings for this Glitter Engine instance| Method Detail |
|---|
public EngineConfig getConfiguration()
EngineConfig for this Glitter engine.public void setConfiguration(EngineConfig configuration)
configuration - New EngineConfig for this Glitter engine.
public QueryController prepareQuery(java.lang.String query)
throws ParseException,
GlitterException
query - The query to be executed.
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.Reader query)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executed
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.InputStream query)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executed
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.lang.String query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the query
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.Reader query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the query
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.InputStream query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the query
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryController prepareQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
QueryController that summarizes the parsed and prepared query.
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executed
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executed
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executed
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF Dataset
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.net.URI g)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the query
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolved
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.util.Set<java.net.URI> defaultGraphs,
java.util.Set<java.net.URI> namedGraphs,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executeddefaultGraphs - Identifies the graphs that will be merged to form the default graph in the
query's RDF DatasetnamedGraphs - Identifies the named graph components of the query's RDF DatasetbaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the queryincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the queryincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.net.URI g,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the queryincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.lang.String query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.Reader query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(java.io.InputStream query,
java.net.URI g,
java.net.URI baseUri,
boolean includeInferredTriples,
java.net.URI ontology)
throws ParseException,
GlitterException
prepareQuery(String) and executeQuery(QueryController, boolean, URI)
query - Provides the query to be executedg - The default graph for the querybaseUri - The base URI against which relative URI references in the query are resolvedincludeInferredTriples - Whether or not the query should go against a virtual graph containing triples
inferred by ontologyontology - Identifies an ontology to use in inferring triples when answering the query
ParseException
GlitterException
public QueryResults executeQuery(QueryController controller,
boolean includeInferredTriples,
java.net.URI ontology)
throws GlitterException
prepareQuery(String) must be called first.
controller - The QueryController that contains information about a parsed
and prepared query.includeInferredTriples - Should inferred triples be considered when evaluating query
results?ontology - Identifies an ontology to use in inferring triples when answering the query
GlitterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||