A B C D G I M R S T

G

getAgentAt(int, int) - Method in class demo.CarryDropSpace
Return a pointer to the agent at position x,y.
getAgentMaxLifespan() - Method in class demo.CarryDropModel
Get the maximum value for an agent's lifespan
getAgentMinLifespan() - Method in class demo.CarryDropModel
Get the minimum value for an agent's lifespan
getCurrentAgentSpace() - Method in class demo.CarryDropSpace
Get the 'agent space' object
getCurrentMoneySpace() - Method in class demo.CarryDropSpace
Get the 'money space' object
getID() - Method in class demo.CarryDropAgent
Get this agent's internal unique ID
getInitParam() - Method in class demo.CarryDropModel
Get the string array that lists the initialization parameters for this model
getMoney() - Method in class demo.CarryDropAgent
Get the amount of money held by this agent
getMoney() - Method in class demo.CarryDropModel
Get the value of the parameter initializing the total amount of money in this model
getMoneyAt(int, int) - Method in class demo.CarryDropSpace
Get the amount of money currently stored at the cell location specified
getName() - Method in class demo.CarryDropModel
Get a String that serves as the name of the model
getNumAgents() - Method in class demo.CarryDropModel
Get the parameter indicating the number of agents in this model
getSchedule() - Method in class demo.CarryDropModel
Returns the Schedule object for this model; for use internally by RePast
getStepsToLive() - Method in class demo.CarryDropAgent
Get the number of steps this agent has remaining in its 'stepsToLive' variable.
getTotalMoney() - Method in class demo.CarryDropSpace
Return the total money found in the landscape
getWorldXSize() - Method in class demo.CarryDropModel
Get the width of the space in the model
getWorldYSize() - Method in class demo.CarryDropModel
Get the heighth of the space in the model
getX() - Method in class demo.CarryDropAgent
Get this agent's X position
getY() - Method in class demo.CarryDropAgent
Get this agent's Y position

A B C D G I M R S T