|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in org.openanzo.glitter.query used by org.openanzo.common.ldap.container | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryExecutionServices
This is unused code. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| QueryValidator
A QueryValidator is a stateful class that determines whether or not the engine will accept a given query. |
|
| SolutionGenerator
A SolutionGenerator is a backend to the Glitter engine that knows how to generate a specific
type of bindings. |
|
| SolutionGeneratorFactory
Factory class for generating SolutionGenerators. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.common.rdb.container | |
|---|---|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.common.rdb.container.query | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| NodeCostModel
A NodeCostModel can assign a query-execution cost to any TreeNode in a SPARQL query |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryExecutionServices
This is unused code. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| SolutionGenerator
A SolutionGenerator is a backend to the Glitter engine that knows how to generate a specific
type of bindings. |
|
| SolutionGeneratorFactory
Factory class for generating SolutionGenerators. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.common.rdb.query | |
|---|---|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| QueryController
The QueryController is a central point for much of the information that characterizes a parsed
and prepared query. |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| QueryValidator
A QueryValidator is a stateful class that determines whether or not the engine will accept a given query. |
|
| SolutionGeneratorFactory
Factory class for generating SolutionGenerators. |
|
| TreeRewriter
A TreeRewriter gets handed the nodes of a Glitter abstract syntax tree in a post-order traversal and can rewrite it as it sees fit. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.expression | |
|---|---|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.expression.builtin | |
|---|---|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.query | |
|---|---|
| NodeCostModel
A NodeCostModel can assign a query-execution cost to any TreeNode in a SPARQL query |
|
| OrderingCondition
A single ordering condition in an ORDER BY clause of a query. |
|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| QueryController
The QueryController is a central point for much of the information that characterizes a parsed
and prepared query. |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryExecutionServices
This is unused code. |
|
| QueryExecutor
A QueryExecutor implements the actual logic for orchestrating a QueryController, a SolutionGenerator,
an RDFDataset, a QueryExecutionPlan, and other components to produce a result set. |
|
| QueryExecutorFactory
A QueryExecutorFactory returns QueryExecutor's that can execute a given query with a given SolutionGenerator. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| QueryResultForm
A QueryResultForm represents the form of results returned for a particular QueryType. |
|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| QueryType
An enumeration of possible SPARQL query types. |
|
| SolutionGenerator
A SolutionGenerator is a backend to the Glitter engine that knows how to generate a specific
type of bindings. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.query.planning | |
|---|---|
| CostBasedQueryExecutionPlan
A CostBasedQueryExecutionPlan uses a NodeCostModel to generate
an execution plan for the Glitter engine. |
|
| NodeCostModel
A NodeCostModel can assign a query-execution cost to any TreeNode in a SPARQL query |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.query.rewriter | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| TreeRewriter
A TreeRewriter gets handed the nodes of a Glitter abstract syntax tree in a post-order traversal and can rewrite it as it sees fit. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.query.validator | |
|---|---|
| QueryValidator
A QueryValidator is a stateful class that determines whether or not the engine will accept a given query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.rdf | |
|---|---|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.syntax.abstrakt | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.syntax.concrete | |
|---|---|
| OrderingCondition
A single ordering condition in an ORDER BY clause of a query. |
|
| QueryController
The QueryController is a central point for much of the information that characterizes a parsed
and prepared query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.glitter.util | |
|---|---|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| TreeRewriter
A TreeRewriter gets handed the nodes of a Glitter abstract syntax tree in a post-order traversal and can rewrite it as it sees fit. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.model.impl | |
|---|---|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.model.impl.query | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| PatternSolution
See http://www.w3.org/TR/rdf-sparql-query/#PatternSolutions A pattern solution is a potential single row in a result set. |
|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryExecutionServices
This is unused code. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query. |
|
| QueryType
An enumeration of possible SPARQL query types. |
|
| QueryValidator
A QueryValidator is a stateful class that determines whether or not the engine will accept a given query. |
|
| SolutionGenerator
A SolutionGenerator is a backend to the Glitter engine that knows how to generate a specific
type of bindings. |
|
| SolutionGeneratorFactory
Factory class for generating SolutionGenerators. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
| TreeRewriter
A TreeRewriter gets handed the nodes of a Glitter abstract syntax tree in a post-order traversal and can rewrite it as it sees fit. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.server.repository.query | |
|---|---|
| QueryExecutionPlan
A QueryExecutionPlan determines the order that bindings for sibling nodes in a SPARQL query. |
|
| QueryExecutionServices
This is unused code. |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| SolutionGenerator
A SolutionGenerator is a backend to the Glitter engine that knows how to generate a specific
type of bindings. |
|
| SolutionGeneratorFactory
Factory class for generating SolutionGenerators. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
| Classes in org.openanzo.glitter.query used by org.openanzo.server.repository.query.predicates | |
|---|---|
| FunctionalPredicate
A FunctionalPredicate is a URI that generates bindings/solutions to a query in a different
fashion from the standard graph-pattern matching. |
|
| NodeCostModel
A NodeCostModel can assign a query-execution cost to any TreeNode in a SPARQL query |
|
| QueryInformation
Provides read-only access to basic query information. |
|
| SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||