Package org.apache.clerezza.rdf.core.sparql

Interface Summary
JavaCCGeneratedQueryParserConstants Token literal values and constants.
QueryEngine A QueryEngine can process SPARQL queries against an arbitrary set of graphs.
ResultSet The reult of a sparql SELECT-query.
SolutionMapping A set of mapping from variable names to solutions.
 

Class Summary
JavaCCGeneratedQueryParserTokenManager Token Manager.
QueryParser This class implements an OSGi service to provide a method to parse a SPARQL query and generate a Query object.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
StringQuerySerializer This abstract class provides a method to generate a String representation of a Query.
Token Describes the input token stream.
 

Exception Summary
NoQueryEngineException Indicates that there is no available query engine for resolving a query.
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError Token Manager Error.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.