public class OForEach extends OActivity
Modifier and Type | Class and Description |
---|---|
static class |
OForEach.CompletionCondition |
Modifier and Type | Field and Description |
---|---|
OForEach.CompletionCondition |
completionCondition |
OScope.Variable |
counterVariable |
OExpression |
finalCounterValue |
OScope |
innerScope |
boolean |
parallel |
OExpression |
startCounterValue |
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
incomingLinks, nested, outgoingLinks, variableRd, variableWr
Constructor and Description |
---|
OForEach(OProcess owner,
OActivity parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
digest, getFailureHandling, getParent, getType, setFailureHandling
public OScope.Variable counterVariable
public boolean parallel
public OExpression startCounterValue
public OExpression finalCounterValue
public OForEach.CompletionCondition completionCondition
public OScope innerScope