A B C D G I M R S T

S

setAgentMaxLifespan(int) - Method in class demo.CarryDropModel
Set the maximum value for an agent's lifespan
setAgentMinLifespan(int) - Method in class demo.CarryDropModel
Set the minimum value for an agent's lifespan
setCarryDropSpace(CarryDropSpace) - Method in class demo.CarryDropAgent
Set this agent's pointer to the space object in which it resides.
setMoney(int) - Method in class demo.CarryDropModel
Set the new value for the total amount of money to be used when initializing the simulation
setNumAgents(int) - Method in class demo.CarryDropModel
Set the parameter indicating the initial number of agents for this model.
setWorldXSize(int) - Method in class demo.CarryDropModel
Set the parameter initializing the width of the space object in this model
setWorldYSize(int) - Method in class demo.CarryDropModel
Set the parameter initializing the heighth of the space object in this model
setXY(int, int) - Method in class demo.CarryDropAgent
Set a new X and Y position for the agent.
setup() - Method in class demo.CarryDropModel
Tear down any existing pieces of the model and prepare for a new run.
spreadMoney(int) - Method in class demo.CarryDropSpace
Randomly distributes an amount of money around the landscape
step() - Method in class demo.CarryDropAgent
A basic 'step' for this agent- the actions it takes when it is the agent's 'turn' in the simulation

A B C D G I M R S T