|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.model.condition.BaseCondition
javax.rad.model.condition.OperatorCondition
public abstract class OperatorCondition
The OperatorCondition
is the default implementation for
logical operators.
That means it put its connected (glued) conditions in brackets
Constructor Summary | |
---|---|
OperatorCondition()
|
Method Summary | |
---|---|
void |
add(ICondition pCond)
Adds an operand to the operator condition. |
ICondition |
clone()
Return a clone of the specific ICondition. |
ICondition[] |
getConditions()
Returns all IConditions of this OperatorCondition. |
void |
remove(ICondition pCond)
Removes an operand from the operator condition. |
void |
setConditions(ICondition[] pConditions)
Sets all IConditions of this OperatorCondition. |
Methods inherited from class javax.rad.model.condition.BaseCondition |
---|
and, or, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.model.condition.ICondition |
---|
isFulfilled |
Constructor Detail |
---|
public OperatorCondition()
Method Detail |
---|
public ICondition clone()
clone
in interface ICondition
clone
in class BaseCondition
public void add(ICondition pCond)
pCond
- the operandpublic void remove(ICondition pCond)
pCond
- the operandpublic ICondition[] getConditions()
IConditions
of this OperatorCondition.
IConditions
of this OperatorCondition.public void setConditions(ICondition[] pConditions)
IConditions
of this OperatorCondition.
pConditions
- the new conditions to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |