|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.model.condition.BaseCondition
public abstract class BaseCondition
The BaseCondition
is the default implementation of ICondition
. It
offers the possibility to use the Or
and And
operator with other
conditions.
Constructor Summary | |
---|---|
BaseCondition()
|
Method Summary | |
---|---|
And |
and(ICondition pCondition)
It connects with an logic AND the specified ICondition . |
ICondition |
clone()
Return a clone of the specific ICondition. |
Or |
or(ICondition pCondition)
It connects with an logic OR the specified ICondition . |
String |
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 BaseCondition()
Method Detail |
---|
public String toString()
toString
in class Object
public And and(ICondition pCondition)
ICondition
.
and
in interface ICondition
pCondition
- the ICondition
to add
ICondition
itself as result.public Or or(ICondition pCondition)
ICondition
.
or
in interface ICondition
pCondition
- the ICondition
to add
ICondition
itself as result.public ICondition clone()
clone
in interface ICondition
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |