|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTable | |
eworks.RDF.model | |
eworks.RQL.model |
Uses of SymbolTable in eworks.RDF.model |
Methods in eworks.RDF.model with parameters of type SymbolTable | |
abstract LiteralValue |
Value.getValue(SymbolTable symbols)
Returns this value's literal value, according to a given symbol table. |
LiteralValue |
LiteralValue.getValue(SymbolTable symbols)
Returns the literal value, that's the instance itself. |
Uses of SymbolTable in eworks.RQL.model |
Methods in eworks.RQL.model with parameters of type SymbolTable | |
LiteralValue |
Variable.getValue(SymbolTable symbols)
Returns the variable's value, using a certain symbol table. |
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(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. |
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 |