|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableNotBoundException | |
eworks.RDF.model | |
eworks.RQL.engine | |
eworks.RQL.model |
Uses of VariableNotBoundException in eworks.RDF.model |
Methods in eworks.RDF.model that throw VariableNotBoundException | |
abstract LiteralValue |
Value.getValue(SymbolTable symbols)
Returns this value's literal value, according to a given symbol table. |
Uses of VariableNotBoundException in eworks.RQL.engine |
Methods in eworks.RQL.engine that throw VariableNotBoundException | |
LiteralValue |
SymbolTable.get(String name)
Returns the value of the variable specified by name . |
Tuples |
RqlEngine.query(String queryString)
Evaluates a given RQL query and returns the query's result. |
Uses of VariableNotBoundException in eworks.RQL.model |
Methods in eworks.RQL.model that throw VariableNotBoundException | |
LiteralValue |
Variable.getValue(SymbolTable symbols)
Returns the variable's value, using a certain symbol table. |
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. |
boolean |
DisjunctionCondition.matches(SymbolTable symbols)
Checks if this disjunction condition is satisfied using a certain symbol table. |
boolean |
ConjunctionCondition.matches(SymbolTable symbols)
Checks if this conjunction condition is satisfied using a certain symbol table. |
abstract boolean |
Condition.matches(SymbolTable symbols)
Checks if this condition is satisfied using a certain symbol table. |
boolean |
ComparisonCondition.matches(SymbolTable symbols)
Checks if this condition is satisfied by both values, using a certain symbol table. |
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |