public class ChoiceDefinition extends FlowNodeDefinition<ChoiceDefinition>
| Constructor and Description |
|---|
ChoiceDefinition(FlowPathDefinition path) |
| Modifier and Type | Method and Description |
|---|---|
protected ThenDefinition |
addThenDefinition(ThenDefinition then) |
ThenDefinition |
getOtherwisePath() |
List<ThenDefinition> |
getThenPaths() |
void |
setOtherwisePath(ThenDefinition otherwisePath) |
ThenDefinition |
when(EqualDefinition predicateDefinition) |
addIncoming, addOutgoing, display, equals, getDisplayName, getFlowPathDefinition, getId, getIncoming, getOutgoing, hashCode, id, id, id, self, setFlowPathDefinition, toStringas, hasMixin, with, withpublic ChoiceDefinition(FlowPathDefinition path)
public ThenDefinition when(EqualDefinition predicateDefinition)
protected ThenDefinition addThenDefinition(ThenDefinition then)
public List<ThenDefinition> getThenPaths()
public ThenDefinition getOtherwisePath()
public void setOtherwisePath(ThenDefinition otherwisePath)
Copyright © 2014. All rights reserved.