This file is the header of BaseClass and it is included by ALL compiled code.
Base class for the regmas application.
Init the environment, the objects and the agents of the model
int InitState
One of the 7 possible init states (0..6)
void setInitLevel6()
End of simulation (e.g. print summary statistics)
void setInitLevel5()
Simulation start.
void setInitLevel0()
Unused, reserver for future use.
void setInitLevel(int level_h)
Wrapper to the correct setInitLevelX()
void setInitLevel3()
Linking object to agents and assigning space proprieties to objects and agents.
void setInitLevel1()
Setting up the space, the model objects and the agents (definitions only)
void setInitLevel4()
Unused, reserver for future use.
void setInitLevel2()
Unused, reserver for future use.
Thread manager. Responsable to manage the main thread and "speak" with the GUI.