|
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.Junction
eworks.eRQL.model.Conjunction
Represents a conjunction of subqueries.
Field Summary |
Fields inherited from class eworks.eRQL.model.Junction |
values |
Constructor Summary | |
Conjunction()
Creates a new and empty conjunction. |
|
Conjunction(Value value)
Creates a new conjunction and initializes it with a single value . |
|
Conjunction(Value v1,
Value v2)
Creates a new conjunction and initializes it with two values. |
Method Summary | |
Tuples |
query(RqlEngine rqlEngine)
Evaluates this disjunction and returns the result. |
Methods inherited from class eworks.eRQL.model.Junction |
add, compact, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Conjunction()
public Conjunction(Value value)
value
.
value
- The value for the initialization of the conjunction.public Conjunction(Value v1, Value v2)
v1
- The first value for the initialization of the conjunction.v2
- The second value for the initialization of the conjunction.Method Detail |
public Tuples query(RqlEngine rqlEngine) throws RqlExecutingException
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 |