com.yobotics.simulationconstructionset.util.statemachines
Interface StateMachineSateProvider<E extends java.lang.Enum<E>>

All Superinterfaces:
TimeInCurrentStateProvider
All Known Implementing Classes:
StateMachineStateVector

public interface StateMachineSateProvider<E extends java.lang.Enum<E>>
extends TimeInCurrentStateProvider


Method Summary
 E getCurrentState()
           
 boolean isEnteringState()
           
 
Methods inherited from interface com.yobotics.simulationconstructionset.util.statemachines.TimeInCurrentStateProvider
timeInCurrentState
 

Method Detail

getCurrentState

E getCurrentState()

isEnteringState

boolean isEnteringState()