Packagecom.lookbackon.AI.HFSM.states
Interfacepublic interface IHState
Implementors HStateBase

IHState.as class. Each state needs to only define events that it responds to. Note, state classes do not have to be nested inside here, but i just thought it more clearly shows affiliation:it's a state of our object.



Public Methods
 MethodDefined By
  
derivesFrom(state:IState):Boolean
IHState
Method Detail
derivesFrom()method
public function derivesFrom(state:IState):Boolean

Parameters

state:IState

Returns
Boolean