|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
eworks.RDF.model | |
eworks.RQL.engine |
Uses of Tuple in eworks.RDF.model |
Classes in eworks.RDF.model that implement Tuple | |
class |
Statement
Represents a RDF statement. |
class |
TupleImpl
Represents a tuple of instances of LiteralValue . |
Methods in eworks.RDF.model that return Tuple | |
Tuple |
Tuples.getTuple(int index)
Returns a certain tuple specified by it's numerical index. |
Tuple |
TupleImpl.getTuple(int index)
Returns a certain tuple specified by it's numerical index. |
Tuple |
Statement.getTuple(int index)
Returns a certain tuple specified by it's numerical index. |
Tuple |
AbstractTuples.getTuple(int index)
Returns a certain tuple specified by it's numerical index. |
Methods in eworks.RDF.model with parameters of type Tuple | |
boolean |
Tuples.add(Tuple t)
Adds the Tuple t . |
boolean |
TupleImpl.add(Tuple t)
Do not call this method, because it raises an UnsupportedOperationException .
|
boolean |
Statement.add(Tuple t)
Do not call this method, as it throws an UnsupportedOperationException .
|
boolean |
AbstractTuples.add(Tuple t)
Adds the Tuple t . |
Constructors in eworks.RDF.model with parameters of type Tuple | |
UngroupedTuples(Tuple t)
Creates a new and empty set of tuples with a given initial tuple. |
|
SingleGroupedTuples(Tuple t)
Creates a new and empty set of tuples with a given initial tuple. |
Uses of Tuple in eworks.RQL.engine |
Methods in eworks.RQL.engine that return Tuple | |
Tuple |
SymbolTable.getTuple()
Returns all bound variables and their values as tuple, using an instance of Tuple . |
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |