|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuples | |
eworks.eRQL.engine | |
eworks.eRQL.model | |
eworks.RDF.model | |
eworks.RQL.engine | |
eworks.RQL.model |
Uses of Tuples in eworks.eRQL.engine |
Methods in eworks.eRQL.engine that return Tuples | |
Tuples |
eRqlEngine.query(File rdfFile,
String queryString)
Evaluates the eRQL query queryString . |
Uses of Tuples in eworks.eRQL.model |
Methods in eworks.eRQL.model that return Tuples | |
abstract Tuples |
Value.query(RqlEngine rqlEngine)
Evaluates this part of the query. |
Tuples |
StatementQuery.query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine . |
Tuples |
Query.query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine . |
Tuples |
PoiQuery.query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine . |
Tuples |
Literal.query(RqlEngine rqlEngine)
Evaluates this literal. |
Tuples |
Literal.query(RqlEngine rqlEngine,
boolean poiMode)
Evaluates this literal. |
Tuples |
DocumentQuery.query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine . |
Tuples |
Disjunction.query(RqlEngine rqlEngine)
Evaluates this disjunction and returns the result. |
Tuples |
Conjunction.query(RqlEngine rqlEngine)
Evaluates this disjunction and returns the result. |
Uses of Tuples in eworks.RDF.model |
Subinterfaces of Tuples in eworks.RDF.model | |
interface |
Tuple
Represents the interface of a tuple. |
Classes in eworks.RDF.model that implement Tuples | |
class |
AbstractTuples
An abstract base class for implementations of the Tuples interface.
|
class |
GroupedTuples
Represents a set of grouped tuples and provides methods to manage them. |
class |
SingleGroupedTuples
Represents a set of grouped tuples and provides methods to manage them. |
class |
Statement
Represents a RDF statement. |
class |
Statements
|
class |
TupleImpl
Represents a tuple of instances of LiteralValue . |
class |
UngroupedTuples
Represents a set of grouped tuples and provides methods to manage them. |
Methods in eworks.RDF.model that return Tuples | |
Tuples |
Tuples.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple groups, that is specified by it's numerical index. |
Tuples |
TupleImpl.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple group. |
Tuples |
Statement.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple group. |
Tuples |
SingleGroupedTuples.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple groups, that is specified by it's numerical index. |
Tuples |
GroupedTuples.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple groups, that is specified by it's numerical index. |
Tuples |
AbstractTuples.getTuplesByGroup(int groupIndex)
Returns all tuples of a certain tuple group. |
Uses of Tuples in eworks.RQL.engine |
Methods in eworks.RQL.engine that return Tuples | |
Tuples |
RqlEngine.query(String queryString)
Evaluates a given RQL query and returns the query's result. |
Uses of Tuples in eworks.RQL.model |
Methods in eworks.RQL.model that return Tuples | |
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. |
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |