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

Uses of Class
eworks.RQL.engine.VariableAlreadyBoundException

Packages that use VariableAlreadyBoundException
eworks.RQL.engine   
eworks.RQL.model   
 

Uses of VariableAlreadyBoundException in eworks.RQL.engine
 

Methods in eworks.RQL.engine that throw VariableAlreadyBoundException
 void SymbolTable.bind(Variable variable, LiteralValue value)
          Binds the variable variable to the value value.
 Tuples RqlEngine.query(String queryString)
          Evaluates a given RQL query and returns the query's result.
 

Uses of VariableAlreadyBoundException in eworks.RQL.model
 

Methods in eworks.RQL.model that throw VariableAlreadyBoundException
 void StatementRange.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 void RangeList.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
abstract  void Range.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 Tuples Query.execute(Model model)
          Executes this query with an empty symbol table.
 Tuples Query.execute(SymbolTable symbols, Model model)
          Executes this query with a given symbol table.
 void InstancesOfClassRange.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 


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