Uses of Class
util.State
Packages that use State
-
Uses of State in util
Modifier and TypeMethodDescriptionEvaluates the delta function delta(q, a), where 'q' is the current state and 'a' is the actionFSM.getCurrentState()Gives the current state of the FSM.State[]TransitionTable.getFinalStates()Returns an array containing the final states for this FSM.TransitionTable.getInitialState()Gets the initial state of this transition table.Modifier and TypeMethodDescriptionbooleanChecks if the specified state is defined for this FSMEvaluates the delta function delta(q, a), where 'q' is the current state and 'a' is the actionModifierConstructorDescriptionConstructor for the FSM takes an array of states, actions, and the transition table.TransitionTable(State[] states, String[] actions, State[][] transitions) Each entry of this associative array is an associative array indexed by actions.