|
||||||||||
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
An abstract base for loop invariants.
Field Summary | |
static int |
FOR_EACH
|
static int |
NONE
|
static int |
UNTIL
|
static int |
WHILE
|
Constructor Summary | |
protected |
LoopBody()
|
Method Summary | |
abstract int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NONE
public static final int WHILE
public static final int UNTIL
public static final int FOR_EACH
Constructor Detail |
protected LoopBody()
Method Detail |
public abstract int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |