public class FlowPositionPart
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
FlowConditionPart |
condition(Condition condition)
Constrains the flow's condition: only if the specified condition is true as
well (beside the flow position), the flow is started.
|
StepPart |
step(java.lang.String stepName)
Creates the first step of this flow.
|
public FlowConditionPart condition(Condition condition)
condition - the condition that constrains when the flow is startedpublic StepPart step(java.lang.String stepName)
stepName - the name of the step to be createdElementAlreadyInModel - if a step with the specified name already
exists in the use case