com.cometway.states
Interface StateMachineModelInterface

All Known Implementing Classes:
StateMachineModel

public interface StateMachineModelInterface

This interface defines methods necessary to retrieve states from a model of a state machine.


Method Summary
 java.lang.String getName()
          Returns the name of this state machine model.
 StateModelInterface getStateModel(java.lang.String stateName)
          Returns a reference to the specified StateModelInterface in this state machine model; null if the specified state is invalid.
 

Method Detail

getStateModel

StateModelInterface getStateModel(java.lang.String stateName)
Returns a reference to the specified StateModelInterface in this state machine model; null if the specified state is invalid.


getName

java.lang.String getName()
Returns the name of this state machine model.