eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Package
eworks.RQL.engine

Packages that use eworks.RQL.engine
eworks.RDF.model   
eworks.RQL.engine   
eworks.RQL.model   
eworks.eRQL.model   
 

Classes in eworks.RQL.engine used by eworks.RDF.model
SymbolTable
          A symbol table that is used by RqlEngine class for storing the values of variables.
VariableNotBoundException
          Indicates that a variable's value is used although the variable has not been bound, which is not allowed.
 

Classes in eworks.RQL.engine used by eworks.RQL.engine
NoDataSourceDefinedException
          Indicates that a query is tried to be evaluated although no data source has been bound, which is not allowed.
ParsingException
          Indicates that an error has occurred while a query is being evaluated.
VariableAlreadyBoundException
          Indicates that a variable is already bound and is tried to be bound a second time, which is not allowed.
VariableNotBoundException
          Indicates that a variable's value is used although the variable has not been bound, which is not allowed.
 

Classes in eworks.RQL.engine used by eworks.RQL.model
NoModelBoundException
          Indicates that a query is tried to be evaluated although no data model has been bound, which is not allowed.
SymbolTable
          A symbol table that is used by RqlEngine class for storing the values of variables.
VariableAlreadyBoundException
          Indicates that a variable is already bound and is tried to be bound a second time, which is not allowed.
VariableNotBoundException
          Indicates that a variable's value is used although the variable has not been bound, which is not allowed.
 

Classes in eworks.RQL.engine used by eworks.eRQL.model
RqlEngine
          RqlEngine is the rudimentary implementation of a RQL-processor.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/