Class Summary |
AgentContextCreator |
The agentContext creator defines the creation of a subcontext for the crowd simulation. |
CContextCreator |
Context creator is one of the main classes of the model. |
Cluster |
Cluster is a class that contains the functions to update the output measure: clusters
A cluster is defined as a network structure that indicates a set of agents that either
1) perform the same behaviour
2) perform a specific behaviour
3) whatever way you would like to define a cluster.. |
CObject |
The abstract class of all objects and classes in the CrowdModel
An object is an environment object or an agent (individual) |
Constants |
The Constants class defines all the constants that
are not necessarily belonging to another class but
to the project. |
InitCrowdSim |
Class that in initialises the CrowdSimulation |