Class Summary |
Bcomparator |
Describes how to compare two self-defined objects: BehaviourRule. |
DataSets |
This class contains all variables that are used for
plotting, measuring, manipulation, etc. |
MathUtils |
Class that describes static method functions
= functions that do not need a class instantiation to be used
= mathematical functions that are convenient for my model, however are not part of the model |
Misc |
Class that describes static method functions
= functions that do not need a class instantiation to be used
= functions that are convenient for my model, however are not part of the model
These involve functions that describe perception functions like the agents that
can be perceived by an individual, or to check whether a position is walkable or not,
functions to initialise the social structure etc. |
MiscSingleton |
This is a singleton class to make sure that there are unique ID's for the objects in the crowd model
A singleton class is a construction in which one is sure that there is only one unique
instantiation of that class. |