Q - the result of the builder's build()public static class FlowBuilder.UnterminatedFlowBuilder<Q>
extends java.lang.Object
| Constructor and Description |
|---|
FlowBuilder.UnterminatedFlowBuilder(FlowBuilder<Q> parent) |
| Modifier and Type | Method and Description |
|---|---|
FlowBuilder.TransitionBuilder<Q> |
on(java.lang.String pattern)
Start a transition to a new state if the exit status from the previous state matches the pattern given.
|
public FlowBuilder.UnterminatedFlowBuilder(FlowBuilder<Q> parent)
public FlowBuilder.TransitionBuilder<Q> on(java.lang.String pattern)
ExitStatus for commonly used values.pattern - the pattern of exit status on which to take this transition