| Interface | Description |
|---|---|
| SolutionHandler | |
| Visitor<T> |
A generic visitor for objects in a collection.
|
| Class | Description |
|---|---|
| FilterEvaluator | |
| LList<T> |
A simple, space-efficient linked list data structure.
|
| PartialSolution |
An intermediate result in the answering of a continuous query.
|
| Query |
SesameStream's internal representation of a SPARQL query
|
| QueryEngineImpl |
Concrete implementation of a SesameStream continuous SPARQL query engine.
|
| SimpleQueryModelVisitor | |
| SolutionSequenceModifier | |
| SubscriptionImpl |
An object which associates a SPARQL query with a handler for the query's results
|
| TripleIndex |
A recursive data structure which associates
TriplePatterns with SPARQL PartialSolutions and computes
new solutions in response to incoming RDF statements. |
| TriplePattern |
A subject-predicate-object pattern in which each part of speech may be either a term (URI, literal, or blank node) or a named variable
|
| VarList |
A tuple of values or variables
|
| Enum | Description |
|---|---|
| Query.QueryForm |
Any of the four SPARQL query forms
|
| Exception | Description |
|---|---|
| SimpleQueryModelVisitor.SimpleVisitorException |
Copyright © 2014. All Rights Reserved.