public static class ChoicePseudoState.ChoiceStateData<S,E> extends java.lang.Object
ChoicePseudoState.ChoiceStateData(State<S,E> state, Guard<S,E> guard)
Guard<S,E>
getGuard()
State<S,E>
getState()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChoicePseudoState.ChoiceStateData(State<S,E> state, Guard<S,E> guard)
public State<S,E> getState()
public Guard<S,E> getGuard()