|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a collection of conditions. The contained conditions can be concatenated with AND, OR or other locigal operators.
Method Summary | |
ICondition[] |
getConditions()
Returns the conditions contained in this multi condition. |
void |
setConditions(ICondition[] conditions)
Sets the conditions of this multi condition. |
Methods inherited from interface org.evolvica.core.terminate.ICondition |
isTrue |
Method Detail |
public ICondition[] getConditions()
public void setConditions(ICondition[] conditions)
conditions
- array of conditions to set
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |