Package pygar.state
Class StateMachine.TransitionPt3
java.lang.Object
pygar.state.StateMachine.TransitionPt2
pygar.state.StateMachine.TransitionPt3
- Enclosing class:
- StateMachine<T>
public class StateMachine.TransitionPt3 extends StateMachine.TransitionPt2
alternate transition description for transitions that
have many starting states. It adds a list of states
that do not respond to the event
-
Constructor Summary
Constructors Constructor Description TransitionPt3()
-
Method Summary
-
Constructor Details
-
TransitionPt3
public TransitionPt3()
-