- java.lang.Object
-
- io.github.interacto.fsm.TerminalState<E>
-
- All Implemented Interfaces:
InputState<E>,State<E>
public class TerminalState<E> extends Object implements InputState<E>
-
-
Constructor Summary
Constructors Constructor Description TerminalState(FSM<E> stateMachine, String stateName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenter()FSM<E>getFSM()StringgetName()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.interacto.fsm.State
checkStartingState, getFSM, getName, uninstall
-
-
-
-
Method Detail
-
enter
public void enter() throws CancelFSMException- Specified by:
enterin interfaceInputState<E>- Throws:
CancelFSMException
-
-