public class OWhile extends OActivity
<while>
activity.Modifier and Type | Field and Description |
---|---|
OActivity |
activity |
OExpression |
whileCondition
The while condition.
|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
incomingLinks, nested, outgoingLinks, variableRd, variableWr
Constructor and Description |
---|
OWhile(OProcess owner,
OActivity parent) |
public OExpression whileCondition
public OActivity activity