public static class StateMachineTransitions.ChoiceData<S,E> extends java.lang.Object
StateMachineTransitions.ChoiceData(S source, S target, Guard<S,E> guard)
Guard<S,E>
getGuard()
S
getSource()
getTarget()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StateMachineTransitions.ChoiceData(S source, S target, Guard<S,E> guard)
public S getSource()
public S getTarget()
public Guard<S,E> getGuard()