|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.engine.SimModelImpl
uchicago.src.repastdemos.openmap.OpenMapAgentsSampleModel
public class OpenMapAgentsSampleModel
| Field Summary |
|---|
| Fields inherited from class uchicago.src.sim.engine.SimModelImpl |
|---|
descriptors, modelManipulator |
| Constructor Summary | |
|---|---|
OpenMapAgentsSampleModel()
|
|
| Method Summary | |
|---|---|
void |
begin()
Begins a simulation run. |
void |
buildDisplay()
|
void |
buildModel()
|
void |
buildSchedule()
|
java.lang.String[] |
getInitParam()
Gets the names of the initial model parameters to set. |
java.lang.String |
getName()
Gets the name of the model/simulation. |
Schedule |
getSchedule()
Gets the Schedule created by the model. |
static void |
main(java.lang.String[] args)
|
void |
reset()
|
void |
setSchedule(Schedule schedule)
|
void |
setup()
Prepares a model for a new run, typically by deallocating objects or setting them to some reasonable default. |
void |
step()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenMapAgentsSampleModel()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void step()
public void buildModel()
public void buildSchedule()
public void begin()
SimModel
public void setup()
SimModel
public void reset()
public void buildDisplay()
public Schedule getSchedule()
SimModel
public java.lang.String[] getInitParam()
SimModel
public java.lang.String getName()
SimModel
public void setSchedule(Schedule schedule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||