|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteworks.eRQL.model.ModelComponent
eworks.eRQL.model.Value
eworks.eRQL.model.Query
Abstract base class for subqueries.
Field Summary | |
protected Value |
value
|
Constructor Summary | |
Query()
Creates an empty statement query. |
|
Query(Value value)
Creates an query and encapsulated the given value . |
Method Summary | |
Value |
compact()
Compacts this query and returns the result. |
Tuples |
query(RqlEngine rqlEngine)
Evaluates this query and returns the result using the given rqlEngine . |
String |
toString()
Returns this query's string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Value value
Constructor Detail |
public Query()
public Query(Value value)
value
.
Method Detail |
public String toString()
toString
in class ModelComponent
public Value compact()
compact
in class Value
public Tuples query(RqlEngine rqlEngine) throws RqlExecutingException
rqlEngine
.
query
in class Value
rqlEngine
- The RqlEngine to execute.
RqlExecutingException
- if something goes wrong.
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |