Package io.hektor.fsm
package io.hektor.fsm
-
ClassDescriptionRepresents an action to be performed in the context of a FSM.Generic
Alertcodes for an FSM.A specializedPredicatethat accepts three arguments.Transition<E,S extends Enum<S>, C extends Context, D extends Data> This interface represents the transition between two states.TransitionListener<S extends Enum<S>>