Class ChoicePseudoState<S,E>

java.lang.Object
org.springframework.statemachine.state.ChoicePseudoState<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
PseudoState<S,E>

public class ChoicePseudoState<S,E> extends Object implements PseudoState<S,E>
Choice implementation of a PseudoState.
Author:
Janne Valkealahti