public final class ChoiceState extends Object implements State
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ChoiceState.Builder
Builder for a  
ChoiceState. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(StateVisitor<T> visitor)  | 
static ChoiceState.Builder | 
builder()  | 
List<Choice> | 
getChoices()  | 
String | 
getComment()  | 
String | 
getDefaultStateName()  | 
String | 
getInputPath()  | 
String | 
getOutputPath()  | 
String | 
getType()  | 
boolean | 
isTerminalState()
Choice state can never be a terminal state. 
 | 
public String getType()
getType in interface StateChoiceState.public String getComment()
public String getDefaultStateName()
Choice rules match.public String getInputPath()
public String getOutputPath()
public boolean isTerminalState()
isTerminalState in interface Statepublic <T> T accept(StateVisitor<T> visitor)
public static ChoiceState.Builder builder()
ChoiceState.Copyright © 2022. All rights reserved.