Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D G H I L M O P R S X Y

A

ALIVE - Static variable in class org.mrd.model.Agent
Constant representing an alive Agent in the model.
Agent - class org.mrd.model.Agent.
 
Agent() - Constructor for class org.mrd.model.Agent
Creates a new instance of Agent
AgentPool - class org.mrd.model.AgentPool.
 
AgentPool(int, String) - Constructor for class org.mrd.model.AgentPool
 
addGraph(uchicago.src.sim.analysis.plot.OpenGraph) - Method in class org.mrd.model.ModelBase
 
agentList - Variable in class org.mrd.model.Landscape
A list of all the agents.
agents - Static variable in class org.mrd.model.AgentPool
Holds value of property agents.
agents - Variable in class org.mrd.model.Landscape
Grid that holds the Agents.
agents() - Method in class org.mrd.model.Landscape
Returns the an Iteration of the Agents to be updated.

B

batchRecordFile - Variable in class org.mrd.model.ModelBase
Holds value of property batchRecordFile.
batch_recorder - Variable in class org.mrd.model.ModelBase
Holds A DataRecorder allows data generated by a simulation to be written to a file.
begin() - Method in class org.mrd.model.ModelBase
 
birthAgents() - Method in class org.mrd.model.Landscape
This will update the landscape by adding the new agents to the Grid and the agent list.
birthQueue - Variable in class org.mrd.model.Landscape
This queue holds new agents that need to be added to the simulation at the end of the iteration.
buildAgent(Class) - Method in class org.mrd.model.ModelBase
 
buildDataCollectors() - Method in class org.mrd.model.ModelBase
 
buildSchedule() - Method in class org.mrd.model.ModelBase
 

C

chop(String) - Method in class org.mrd.model.ModelBase
Utility method for parsing a string into a double[]

D

DEAD - Static variable in class org.mrd.model.Agent
Constant representing a dead Agent in the model.
display - Variable in class org.mrd.model.ModelBase
Holds value of property display.
draw(SimGraphics) - Method in class org.mrd.model.Agent
 

G

getAgentAt(int, int) - Method in class org.mrd.model.Landscape
 
getBatchRecordFile() - Method in class org.mrd.model.ModelBase
Getter for property batchRecordFile.
getHabitatSpaceFile() - Method in class org.mrd.model.ModelBase
Getter for property habitatSpace.
getInitParam() - Method in class org.mrd.model.ModelBase
 
getLandscape() - Method in class org.mrd.model.Agent
Getter for property landscape.
getMax() - Method in class org.mrd.model.AgentPool
Getter for property max.
getModel() - Method in class org.mrd.model.Agent
Getter for property model.
getModelMaxIterations() - Method in class org.mrd.model.ModelBase
Getter for property modelMaxIterations.
getName() - Method in class org.mrd.model.ModelBase
 
getPopulationSize() - Method in class org.mrd.model.Landscape
Getter for property populationSize.
getResourceAt(int, int) - Method in class org.mrd.model.Landscape
This gets the Resource Object available at a (x, y) coordinate
getResourceAt(Agent) - Method in class org.mrd.model.Landscape
This gets the Resource Object available for an Agent at a (x, y) coordinate
getResourceValueAt(int, int) - Method in class org.mrd.model.Landscape
This gets the Resource double value available at a (x, y) coordinate
getResourceValueAt(Agent) - Method in class org.mrd.model.Landscape
This gets the Resource value available for an Agent at a (x, y) coordinate
getSchedule() - Method in class org.mrd.model.ModelBase
 
getShuffleGenerator() - Method in class org.mrd.model.Landscape
Getter for property shuffleGenerator.
getSizeX() - Method in class org.mrd.model.Landscape
Getter for property sizeX.
getSizeY() - Method in class org.mrd.model.Landscape
Getter for property sizeY.
getStage() - Method in class org.mrd.model.Agent
 
getX() - Method in class org.mrd.model.Agent
Getter for property x.
getY() - Method in class org.mrd.model.Agent
Getter for property y.
graphs - Variable in class org.mrd.model.ModelBase
 

H

habitat - Variable in class org.mrd.model.Landscape
Grid that holds the Habitat Resources
habitatSpaceFile - Variable in class org.mrd.model.ModelBase
Holds value of property habitatSpaceFile.

I

initialize() - Method in class org.mrd.model.ModelBase
 
isDisplay() - Method in class org.mrd.model.ModelBase
Getter for property display.

L

Landscape - class org.mrd.model.Landscape.
Landscape Encapsulates much of the Internal Datastructure management of a spatial simulation.
Landscape(ModelBase, String, String) - Constructor for class org.mrd.model.Landscape
Creates a new Landscape
landscape - Variable in class org.mrd.model.Agent
Holds value of property landscape.
landscape - Variable in class org.mrd.model.ModelBase
The surface on which the agents and their environment are displayed
log - Variable in class org.mrd.model.Landscape
 
log - Variable in class org.mrd.model.ModelBase
 

M

ModelBase - class org.mrd.model.ModelBase.
 
ModelBase() - Constructor for class org.mrd.model.ModelBase
Creates new ModelBase
max - Static variable in class org.mrd.model.AgentPool
Holds value of property max.
model - Variable in class org.mrd.model.Agent
Holds value of property model.
model - Variable in class org.mrd.model.Landscape
Holds value of property model.
modelMaxIterations - Variable in class org.mrd.model.ModelBase
Holds value of property modelMaxIterations.
moveAgentTo(Agent, int, int) - Method in class org.mrd.model.Landscape
 
moveAgentTo(int, int, int, int) - Method in class org.mrd.model.Landscape
 
mush(double[]) - Method in class org.mrd.model.ModelBase
Utility method for displaying a double[] as a string

O

org.mrd.model - package org.mrd.model
 

P

putAgentAt(int, int, Agent) - Method in class org.mrd.model.Landscape
 

R

reapAgents() - Method in class org.mrd.model.Landscape
This will update the landscape by removing the dead agents from the Grid and the agent list.
reaperQueue - Variable in class org.mrd.model.Landscape
This queue holds the dead agents that need to be removed from the simulation at the end of the iteration.
recorder - Variable in class org.mrd.model.ModelBase
Holds A DataRecorder allows data generated by a simulation to be written to a file.
removeAgentAt(int, int) - Method in class org.mrd.model.Landscape
 
retrieveAgent() - Method in class org.mrd.model.AgentPool
 
returnAgent(Agent) - Method in class org.mrd.model.AgentPool
 

S

schedule - Variable in class org.mrd.model.ModelBase
Every model must have a schedule
setBatchRecordFile(String) - Method in class org.mrd.model.ModelBase
Setter for property batchRecordFile.
setDisplay(boolean) - Method in class org.mrd.model.ModelBase
Setter for property display.
setHabitatSpaceFile(String) - Method in class org.mrd.model.ModelBase
Setter for property habitatSpace.
setLandscape(Landscape) - Method in class org.mrd.model.Agent
Setter for property landscape.
setLocation(int, int) - Method in class org.mrd.model.Agent
 
setMax(int) - Method in class org.mrd.model.AgentPool
Setter for property max.
setModel(ModelBase) - Method in class org.mrd.model.Agent
Setter for property model.
setModelMaxIterations(int) - Method in class org.mrd.model.ModelBase
Setter for property modelMaxIterations.
setSchedule(Schedule) - Method in class org.mrd.model.ModelBase
Setter for property schedule.
setShuffleGenerator(Uniform) - Method in class org.mrd.model.Landscape
Setter for property shuffleGenerator.
setup() - Method in class org.mrd.model.ModelBase
 
shuffleGenerator - Variable in class org.mrd.model.Landscape
Holds value of property shuffleGenerator.
stage - Variable in class org.mrd.model.Agent
Holds value of property stage.
step() - Method in class org.mrd.model.Agent
 
step() - Method in class org.mrd.model.ModelBase
 

X

x - Variable in class org.mrd.model.Agent
Holds value of property x.

Y

y - Variable in class org.mrd.model.Agent
Holds value of property y.

A B C D G H I L M O P R S X Y