|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
eworks.RQL.model |
Uses of Condition in eworks.RQL.model |
Subclasses of Condition in eworks.RQL.model | |
class |
ComparisonCondition
Represents a condition that compares two values against each other. |
class |
CompositionCondition
Represents a condition that is composed out of a couple of other conditions. |
class |
ConjunctionCondition
A condition that represents a conjunction of several other conditions, so called "subconditions". |
class |
DisjunctionCondition
A condition that represents a disjunction of several other conditions, so called "subconditions". |
Fields in eworks.RQL.model declared as Condition | |
protected Condition[] |
CompositionCondition.subConditions
A field holding the subconditions. |
Methods in eworks.RQL.model that return Condition | |
Condition |
Query.getSelection()
Returns this query's condition used to select, that's the WHERE
clause according to the RQL syntax. |
Condition |
Condition.compact()
Returns a compacted copy of this condition, which is the condition itself by default, but may be overwritten in derived classes. |
Condition |
CompositionCondition.compact()
Returns a copy of this condition that is compacted. |
Methods in eworks.RQL.model with parameters of type Condition | |
void |
CompositionCondition.add(Condition subCondition)
Adds a new subcondition to this condition. |
Constructors in eworks.RQL.model with parameters of type Condition | |
DisjunctionCondition(Condition[] subConditions)
Creates a disjunction condition using certain subconditions. |
|
DisjunctionCondition(Condition subCondition)
Creates a disjunction condition using one certain subcondition. |
|
ConjunctionCondition(Condition[] subConditions)
Creates a conjunction condition using certain subconditions. |
|
ConjunctionCondition(Condition subCondition)
Creates a conjunction condition using one certain subcondition. |
|
CompositionCondition(Condition[] subConditions)
Creates a composed condition using certain subconditions. |
|
CompositionCondition(Condition subCondition)
Creates a composed condition using one certain subcondition. |
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |