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

Packages that use SpatialStateEnum
org.metaabm.gen.test   
 

Uses of SpatialStateEnum in org.metaabm.gen.test
 

Methods in org.metaabm.gen.test that return SpatialStateEnum
 SpatialStateEnum ComplexMovementAgent.getSpatialState()
          Gets the Spatial State property for Complex Movement Agent.
static SpatialStateEnum SpatialStateEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpatialStateEnum[] SpatialStateEnum.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 SpatialStateEnum
 void ComplexMovementAgent.setSpatialState(SpatialStateEnum _spatialState)
          Sets the Spatial State property for Complex Movement Agent.