Q - the result of the builder's build()public static class FlowBuilder.UnterminatedFlowBuilder<Q> extends Object
| Constructor and Description |
|---|
FlowBuilder.UnterminatedFlowBuilder(FlowBuilder<Q> parent) |
| Modifier and Type | Method and Description |
|---|---|
FlowBuilder.TransitionBuilder<Q> |
on(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(String pattern)
ExitStatus for commonly used values.pattern - the pattern of exit status on which to take this transitionCopyright © 2013. All Rights Reserved.