public interface FSM<S extends java.lang.Enum<S>,E extends java.lang.Enum<E>>
void
goTo(S nextState)
void goTo(S nextState)