@OpenApiAll public interface AlternativeCondition extends ScenarioNode
ScenarioManager
,
ScenarioFactory
,
Scenario
Modifier and Type | Method and Description |
---|---|
java.util.List<FlowStep> |
getAlternativeFlowSteps()
Gets condition alternative flow steps.
|
DecisionNode |
getDecisionNode()
Gets condition decision node.
|
ControlFlow |
getElseFlow()
Gets condition "else" flow.
|
java.lang.String |
getIfCondition()
Gets "if" text of condition.
|
ControlFlow |
getIfFlow()
Gets condition "if" flow.
|
MergeNode |
getMergeNode()
Gets condition merge node.
|
FlowStep |
getParentFlowStep()
Gets flow step to which alternative condition belongs.
|
void |
setIfCondition(java.lang.String value)
Sets "if" text of condition.
|
belongsToIncludedExtending, getElement, getEnd, getHumanType, getName, getParent, getParentContainer, getStart, isEditable, setName
DecisionNode getDecisionNode()
MergeNode getMergeNode()
java.util.List<FlowStep> getAlternativeFlowSteps()
ControlFlow getIfFlow()
ControlFlow getElseFlow()
java.lang.String getIfCondition()
void setIfCondition(java.lang.String value)
value
- "if" text of condition.FlowStep getParentFlowStep()