public class DecisionJoin extends JoiningNodeBase<Decision>
| Constructor and Description |
|---|
DecisionJoin(String name,
Decision decision)
Creates a new
DecisionJoin object. |
| Modifier and Type | Method and Description |
|---|---|
NodeBase |
getFirstNonDecisionJoinDescendant() |
addChild, addParent, addParentDefaultConditional, addParentWithCondition, clearParents, getChild, getChildren, getParents, removeChild, removeParentpublic DecisionJoin(String name, Decision decision)
DecisionJoin object.name - The name of the new decision object.decision - The Decision node that this DecisionJoin node closes.public NodeBase getFirstNonDecisionJoinDescendant()
Copyright © 2021 Apache Software Foundation. All rights reserved.