|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<T>
repast.simphony.context.AbstractContext<T>
repast.simphony.context.SmallDefaultContext<T>
repast.simphony.context.DefaultContext
org.metaabm.gen.test.BasicMovementModel
public class BasicMovementModel
Basic Movement Model Java Implementation. Most recent version. Generated by metaabm system: Apr 14, 2008 2:35:49 AM EDT in project: org.metaabm.gen.repast.test (testing)
| Field Summary |
|---|
| Fields inherited from class repast.simphony.context.SmallDefaultContext |
|---|
allObjs, objectMap |
| Fields inherited from class repast.simphony.context.AbstractContext |
|---|
subContexts |
| Constructor Summary | |
|---|---|
BasicMovementModel()
Constructs a new Basic Movement Model. |
|
| Method Summary | |
|---|---|
repast.simphony.context.Context |
build(repast.simphony.context.Context context)
Builds and returns a context based on MetaABM generation for repast.simphony. |
int |
getActNonMovementPersonCount()
Gets the Act Non Movement Person Count property for Basic Movement Model. |
int |
getAreaCount()
Gets the Area Count property for Basic Movement Model. |
int |
getBasicMovementAgentCount()
Gets the Basic Movement Agent Count property for Basic Movement Model. |
int |
getBasicMovementStateAgentCount()
Gets the Basic Movement State Agent Count property for Basic Movement Model. |
int |
getComplexSpaceAgentCount()
Gets the Complex Space Agent Count property for Basic Movement Model. |
repast.simphony.space.grid.Grid |
getGrid()
Gets the Grid property for Basic Movement Model. |
int[] |
getGridDimensions()
Gets the Dimensions property for Grid. |
int |
getGridHeight()
Gets the Height property for Grid. |
int |
getGridWidth()
Gets the Width property for Grid. |
int |
getNetworkAgentCount()
Gets the Network Agent Count property for Basic Movement Model. |
repast.simphony.space.graph.Network |
getTestNetwork()
Gets the Test Network property for Basic Movement Model. |
void |
setActNonMovementPersonCount(int _actNonMovementPersonCount)
Sets the Act Non Movement Person Count property for Basic Movement Model. |
void |
setAreaCount(int _areaCount)
Sets the Area Count property for Basic Movement Model. |
void |
setBasicMovementAgentCount(int _basicMovementAgentCount)
Sets the Basic Movement Agent Count property for Basic Movement Model. |
void |
setBasicMovementStateAgentCount(int _basicMovementStateAgentCount)
Sets the Basic Movement State Agent Count property for Basic Movement Model. |
void |
setComplexSpaceAgentCount(int _complexSpaceAgentCount)
Sets the Complex Space Agent Count property for Basic Movement Model. |
void |
setGrid(repast.simphony.space.grid.Grid _grid)
Sets the Grid property for Basic Movement Model. |
void |
setGridDimensions(int[] _gridDimensions)
Sets the Dimensions property for Grid. |
void |
setGridHeight(int _gridHeight)
Sets the Height property for Grid. |
void |
setGridWidth(int _gridWidth)
Sets the Width property for Grid. |
void |
setNetworkAgentCount(int _networkAgentCount)
Sets the Network Agent Count property for Basic Movement Model. |
void |
setTestNetwork(repast.simphony.space.graph.Network _testNetwork)
Sets the Test Network property for Basic Movement Model. |
void |
testFake()
. |
| Methods inherited from class repast.simphony.context.DefaultContext |
|---|
addInternal, containsInternal, iteratorInternal, removeInternal, sizeInternal |
| Methods inherited from class repast.simphony.context.SmallDefaultContext |
|---|
getObjects, getRandomObject, getRandomObjects |
| Methods inherited from class repast.simphony.context.AbstractContext |
|---|
add, addContextListener, addProjection, addSubContext, addValueLayer, clear, contains, eventOccured, findContext, findParent, fireAddContextEvent, fireRemoveEvent, fireSubContextAdded, fireSubContextRemoved, getAgentLayer, getAgentTypes, getContextListeners, getId, getProjection, getProjection, getProjections, getProjections, getSubContext, getSubContexts, getTypeID, getValueLayer, getValueLayers, handleRemove, iterator, query, remove, removeContextListener, removeProjection, removeSubContext, removeValueLayer, setId, setTypeID, size |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public BasicMovementModel()
| Method Detail |
|---|
public repast.simphony.context.Context build(repast.simphony.context.Context context)
build in interface repast.simphony.dataLoader.ContextBuildercontext -
public void testFake()
testFake in interface IBasicMovementModelpublic int getAreaCount()
getAreaCount in interface IBasicMovementModelpublic void setAreaCount(int _areaCount)
setAreaCount in interface IBasicMovementModel_areaCount - the new Area Count valuepublic int getNetworkAgentCount()
getNetworkAgentCount in interface IBasicMovementModelpublic void setNetworkAgentCount(int _networkAgentCount)
setNetworkAgentCount in interface IBasicMovementModel_networkAgentCount - the new Network Agent Count valuepublic int getBasicMovementAgentCount()
getBasicMovementAgentCount in interface IBasicMovementModelpublic void setBasicMovementAgentCount(int _basicMovementAgentCount)
setBasicMovementAgentCount in interface IBasicMovementModel_basicMovementAgentCount - the new Basic Movement Agent Count valuepublic int getComplexSpaceAgentCount()
getComplexSpaceAgentCount in interface IBasicMovementModelpublic void setComplexSpaceAgentCount(int _complexSpaceAgentCount)
setComplexSpaceAgentCount in interface IBasicMovementModel_complexSpaceAgentCount - the new Complex Space Agent Count valuepublic int getActNonMovementPersonCount()
getActNonMovementPersonCount in interface IBasicMovementModelpublic void setActNonMovementPersonCount(int _actNonMovementPersonCount)
setActNonMovementPersonCount in interface IBasicMovementModel_actNonMovementPersonCount - the new Act Non Movement Person Count valuepublic int getBasicMovementStateAgentCount()
getBasicMovementStateAgentCount in interface IBasicMovementModelpublic void setBasicMovementStateAgentCount(int _basicMovementStateAgentCount)
setBasicMovementStateAgentCount in interface IBasicMovementModel_basicMovementStateAgentCount - the new Basic Movement State Agent Count valuepublic int[] getGridDimensions()
public void setGridDimensions(int[] _gridDimensions)
_gridDimensions - the new Dimensions valuepublic int getGridWidth()
public void setGridWidth(int _gridWidth)
_gridWidth - the new Width valuepublic int getGridHeight()
public void setGridHeight(int _gridHeight)
_gridHeight - the new Height valuepublic repast.simphony.space.grid.Grid getGrid()
public void setGrid(repast.simphony.space.grid.Grid _grid)
_grid - the new Grid valuepublic repast.simphony.space.graph.Network getTestNetwork()
public void setTestNetwork(repast.simphony.space.graph.Network _testNetwork)
_testNetwork - the new Test Network value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||