org.metaabm.gen.test
Class ComplexMovementAgent

java.lang.Object
  extended by org.metaabm.gen.test.ComplexMovementAgent
All Implemented Interfaces:
IComplexMovementAgent

public class ComplexMovementAgent
extends java.lang.Object
implements IComplexMovementAgent

Complex Movement Agent Java Implementation. Generated by metaabm system: Apr 14, 2008 2:35:56 AM EDT in project: org.metaabm.gen.repast.test (testing)


Constructor Summary
ComplexMovementAgent()
          Constructs a new Complex Movement Agent.
 
Method Summary
 int getResult()
          Gets the Result property for Complex Movement Agent.
static SpatialModel getSpatialModel()
          Gets the Spatial Model property for .
 SpatialStateEnum getSpatialState()
          Gets the Spatial State property for Complex Movement Agent.
 int getVision()
          Gets the Vision property for Complex Movement Agent.
 double[] getWithinSpace()
          Gets the Within Space property for Complex Movement Agent.
 boolean isSomeBoolean()
          Gets the Some Boolean property for Complex Movement Agent.
 void setResult(int _result)
          Sets the Result property for Complex Movement Agent.
 void setSomeBoolean(boolean _someBoolean)
          Sets the Some Boolean property for Complex Movement Agent.
static void setSpatialModel(SpatialModel _spatialModel)
          Sets the Spatial Model property for .
 void setSpatialState(SpatialStateEnum _spatialState)
          Sets the Spatial State property for Complex Movement Agent.
 void setVision(int _vision)
          Sets the Vision property for Complex Movement Agent.
 void setWithinSpace(double[] _withinSpace)
          Sets the Within Space property for Complex Movement Agent.
 void testConnectRandomOther()
          .
 void testDieAll()
          .
 void testHostHere()
          .
 void testNegateSpatialThenIdentity()
          .
 void testNegateSpatialWithIdentity()
          .
 void testNestedStatements()
          .
 void testParallelRoot()
          .
 void testParallelSpatial()
          .
 void testParallelWithNetwork()
          .
 void testSetRandomOther()
          .
 void testSetRandomOtherIf()
          .
 void testSetRandomPostQuery()
          .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexMovementAgent

public ComplexMovementAgent()
Constructs a new Complex Movement Agent.

Method Detail

testDieAll

public void testDieAll()
.

Specified by:
testDieAll in interface IComplexMovementAgent

testNegateSpatialThenIdentity

public void testNegateSpatialThenIdentity()
.

Specified by:
testNegateSpatialThenIdentity in interface IComplexMovementAgent

testNegateSpatialWithIdentity

public void testNegateSpatialWithIdentity()
.

Specified by:
testNegateSpatialWithIdentity in interface IComplexMovementAgent

testHostHere

public void testHostHere()
.

Specified by:
testHostHere in interface IComplexMovementAgent

testConnectRandomOther

public void testConnectRandomOther()
.

Specified by:
testConnectRandomOther in interface IComplexMovementAgent

testSetRandomOther

public void testSetRandomOther()
.

Specified by:
testSetRandomOther in interface IComplexMovementAgent

testSetRandomOtherIf

public void testSetRandomOtherIf()
.

Specified by:
testSetRandomOtherIf in interface IComplexMovementAgent

testSetRandomPostQuery

public void testSetRandomPostQuery()
.

Specified by:
testSetRandomPostQuery in interface IComplexMovementAgent

testParallelSpatial

public void testParallelSpatial()
.

Specified by:
testParallelSpatial in interface IComplexMovementAgent

testParallelRoot

public void testParallelRoot()
.

Specified by:
testParallelRoot in interface IComplexMovementAgent

testParallelWithNetwork

public void testParallelWithNetwork()
.

Specified by:
testParallelWithNetwork in interface IComplexMovementAgent

testNestedStatements

public void testNestedStatements()
.

Specified by:
testNestedStatements in interface IComplexMovementAgent

isSomeBoolean

public boolean isSomeBoolean()
Gets the Some Boolean property for Complex Movement Agent.

Specified by:
isSomeBoolean in interface IComplexMovementAgent
Returns:

setSomeBoolean

public void setSomeBoolean(boolean _someBoolean)
Sets the Some Boolean property for Complex Movement Agent.

Specified by:
setSomeBoolean in interface IComplexMovementAgent
Parameters:
_someBoolean - the new Some Boolean value

getWithinSpace

public double[] getWithinSpace()
Gets the Within Space property for Complex Movement Agent.

Specified by:
getWithinSpace in interface IComplexMovementAgent
Returns:

setWithinSpace

public void setWithinSpace(double[] _withinSpace)
Sets the Within Space property for Complex Movement Agent.

Specified by:
setWithinSpace in interface IComplexMovementAgent
Parameters:
_withinSpace - the new Within Space value

getResult

public int getResult()
Gets the Result property for Complex Movement Agent.

Specified by:
getResult in interface IComplexMovementAgent
Returns:

setResult

public void setResult(int _result)
Sets the Result property for Complex Movement Agent.

Specified by:
setResult in interface IComplexMovementAgent
Parameters:
_result - the new Result value

getSpatialState

public SpatialStateEnum getSpatialState()
Gets the Spatial State property for Complex Movement Agent.

Specified by:
getSpatialState in interface IComplexMovementAgent
Returns:

setSpatialState

public void setSpatialState(SpatialStateEnum _spatialState)
Sets the Spatial State property for Complex Movement Agent.

Specified by:
setSpatialState in interface IComplexMovementAgent
Parameters:
_spatialState - the new Spatial State value

getVision

public int getVision()
Gets the Vision property for Complex Movement Agent.

Specified by:
getVision in interface IComplexMovementAgent
Returns:

setVision

public void setVision(int _vision)
Sets the Vision property for Complex Movement Agent.

Specified by:
setVision in interface IComplexMovementAgent
Parameters:
_vision - the new Vision value

getSpatialModel

public static SpatialModel getSpatialModel()
Gets the Spatial Model property for .

Returns:

setSpatialModel

public static void setSpatialModel(SpatialModel _spatialModel)
Sets the Spatial Model property for .

Parameters:
_spatialModel - the new Spatial Model value