Package com.sun.corba.se.spi.orbutil.fsm
package com.sun.corba.se.spi.orbutil.fsm
-
ClassDescriptionDescription goes hereAn FSM is used to represent an instance of a finite state machine which has a transition function represented by an instance of StateEngine.This is the main class that represents an instance of a state machine using a state engine.This interface must be implemented by any class that is used as an input to a FSM.This interface must be implemented by any class that is used as a state in a FSM.A StateEngine defines the state transition function for a finite state machine (FSM).Factory for creating the standard state machine implementation.Base class for all states in a StateEngine.