|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.ext.LoopBody org.obe.xpdl.model.ext.Until
Describes an UNTIL loop.
Field Summary |
Fields inherited from class org.obe.xpdl.model.ext.LoopBody |
FOR_EACH, NONE, UNTIL, WHILE |
Constructor Summary | |
Until()
|
|
Until(Condition condition)
|
Method Summary | |
Condition |
getCondition()
Returns the loop invariant condition. |
int |
getType()
|
void |
setCondition(Condition condition)
Sets the condition for the loop. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Until()
public Until(Condition condition)
Method Detail |
public Condition getCondition()
public void setCondition(Condition condition)
condition
- The condition for the looppublic int getType()
getType
in class LoopBody
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |