Package de.derivo.sparqldlapi

Interface Summary
QueryAtomGroup The QueryAtomGroup class contains a group of atoms of a WHERE {} or UNION {} statement.
QueryBinding A QueryBinding is one single entry in the result set of an executed query.
QueryParser The SPARQL-DL query parser.
QueryResult QueryResult contains the result set of an executed query with all bindings.
QueryTokenizer The SPARQL-DL query tokenizer.
 

Class Summary
Query The Query class represents a SPARQL-DL query and mainly contains query atoms.
QueryArgument This class represents a query argument (e.g. an URI or a variable).
QueryAtom This class represents a query atom.
QueryEngine The query engine that executes a query and generates the appropriate result set.
QueryToken The SPARQL-DL query token.