org.metaabm.gen.test
Interface ISpatialModel

All Known Implementing Classes:
SpatialModel

public interface ISpatialModel

Spatial Model Java Implementation. Generated by metaabm system: Apr 13, 2008 3:03:48 PM EDT in project: org.metaabm.gen.repast.test (testing)


Method Summary
 int getComplexLocationCount()
          Gets the Complex Location Count property for Spatial Model.
 int getComplexMovementAgentCount()
          Gets the Complex Movement Agent Count property for Spatial Model.
 double[] getGoodBoundary()
          Gets the Good Boundary property for Spatial Model.
 int getSpatialModelAgentCount()
          Gets the Spatial Model Agent Count property for Spatial Model.
 void setComplexLocationCount(int _complexLocationCount)
          Sets the Complex Location Count property for Spatial Model.
 void setComplexMovementAgentCount(int _complexMovementAgentCount)
          Sets the Complex Movement Agent Count property for Spatial Model.
 void setGoodBoundary(double[] _goodBoundary)
          Sets the Good Boundary property for Spatial Model.
 void setSpatialModelAgentCount(int _spatialModelAgentCount)
          Sets the Spatial Model Agent Count property for Spatial Model.
 

Method Detail

getComplexMovementAgentCount

int getComplexMovementAgentCount()
Gets the Complex Movement Agent Count property for Spatial Model.

Returns:
The number of complex movement agents to create.

setComplexMovementAgentCount

void setComplexMovementAgentCount(int _complexMovementAgentCount)
Sets the Complex Movement Agent Count property for Spatial Model. The number of complex movement agents to create.

Parameters:
_complexMovementAgentCount - the new Complex Movement Agent Count value

getComplexLocationCount

int getComplexLocationCount()
Gets the Complex Location Count property for Spatial Model.

Returns:
The number of complex locations to create.

setComplexLocationCount

void setComplexLocationCount(int _complexLocationCount)
Sets the Complex Location Count property for Spatial Model. The number of complex locations to create.

Parameters:
_complexLocationCount - the new Complex Location Count value

getSpatialModelAgentCount

int getSpatialModelAgentCount()
Gets the Spatial Model Agent Count property for Spatial Model.

Returns:
The number of spatial model agents to create.

setSpatialModelAgentCount

void setSpatialModelAgentCount(int _spatialModelAgentCount)
Sets the Spatial Model Agent Count property for Spatial Model. The number of spatial model agents to create.

Parameters:
_spatialModelAgentCount - the new Spatial Model Agent Count value

getGoodBoundary

double[] getGoodBoundary()
Gets the Good Boundary property for Spatial Model.

Returns:

setGoodBoundary

void setGoodBoundary(double[] _goodBoundary)
Sets the Good Boundary property for Spatial Model.

Parameters:
_goodBoundary - the new Good Boundary value