Uses of Class
org.metaabm.gen.test.StateEnum

Packages that use StateEnum
org.metaabm.gen.test   
 

Uses of StateEnum in org.metaabm.gen.test
 

Methods in org.metaabm.gen.test that return StateEnum
 StateEnum BasicMovementStateAgent.getState()
          Gets the State property for Basic Movement State Agent.
static StateEnum StateEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StateEnum[] StateEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.metaabm.gen.test with parameters of type StateEnum
 void BasicMovementStateAgent.setState(StateEnum _state)
          Sets the State property for Basic Movement State Agent.