Class JunctionPseudoState<S,E>

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

public class JunctionPseudoState<S,E> extends Object implements PseudoState<S,E>
Junction implementation of a PseudoState.