Uses of Package
com.sun.corba.se.spi.orbutil.fsm
Packages that use com.sun.corba.se.spi.orbutil.fsm
Package
Description
-
Classes in com.sun.corba.se.spi.orbutil.fsm used by com.sun.corba.se.impl.oa.poaClassDescriptionAn 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 a state in a FSM.
-
Classes in com.sun.corba.se.spi.orbutil.fsm used by com.sun.corba.se.impl.orbutil.fsmClassDescriptionDescription 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 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).
-
Classes in com.sun.corba.se.spi.orbutil.fsm used by com.sun.corba.se.spi.orbutil.fsmClassDescriptionDescription 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 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).