jAER project on SourceForge

ch.unizh.ini.jaer.projects.tobi.goalie
Class Goalie.GoalieState

java.lang.Object
  extended by net.sf.jaer.util.StateMachineStates
      extended by ch.unizh.ini.jaer.projects.tobi.goalie.Goalie.GoalieState
Enclosing class:
Goalie

protected class Goalie.GoalieState
extends StateMachineStates


Constructor Summary
protected Goalie.GoalieState()
           
 
Method Summary
 java.lang.Enum getInitial()
          Defines the default initial state
 
Methods inherited from class net.sf.jaer.util.StateMachineStates
equals, get, getPrevious, isChanged, isInitialized, set, timeSinceChanged, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Goalie.GoalieState

protected Goalie.GoalieState()
Method Detail

getInitial

public java.lang.Enum getInitial()
Description copied from class: StateMachineStates
Defines the default initial state

Specified by:
getInitial in class StateMachineStates
Returns:
the initial state

jAER project on SourceForge