public final class WaitState extends TransitionState
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
WaitState.Builder
Builder for a  
WaitState. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(StateVisitor<T> visitor)  | 
static WaitState.Builder | 
builder()  | 
String | 
getComment()  | 
String | 
getInputPath()  | 
String | 
getOutputPath()  | 
Transition | 
getTransition()  | 
String | 
getType()  | 
WaitFor | 
getWaitFor()  | 
isTerminalStatepublic String getType()
public String getComment()
public WaitFor getWaitFor()
WaitFor that indicates how long this state should wait.public String getInputPath()
public String getOutputPath()
public Transition getTransition()
getTransition in class TransitionStatepublic <T> T accept(StateVisitor<T> visitor)
public static WaitState.Builder builder()
WaitState.Copyright © 2019. All rights reserved.