Uses of Package
modelarium.entities
Packages that use modelarium.entities
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides mutable and read-only collections of agents.
Defines the simulation views supplied to attribute behaviour.
Provides extension points for constructing a model's agents and environment.
Provides read-only views of agents, environments, and their common entity state.
Implements Modelarium's worker and co-ordinator runtime.
-
Classes in modelarium.entities used by modelarium.entitiesClassDescriptionAbstract class for representing an element of the model that owns attribute sets and can be run each tick.
-
Classes in modelarium.entities used by modelarium.entities.agentsets
-
Classes in modelarium.entities used by modelarium.entities.contextsClassDescriptionClass for representing an agent in the model.Abstract class for representing an element of the model that owns attribute sets and can be run each tick.Class for representing the environment of the model.
-
Classes in modelarium.entities used by modelarium.entities.generatorsClassDescriptionClass for representing an agent in the model.Class for representing the environment of the model.
-
Classes in modelarium.entities used by modelarium.entities.readonlyClassDescriptionClass for representing an agent in the model.Abstract class for representing an element of the model that owns attribute sets and can be run each tick.Class for representing the environment of the model.
-
Classes in modelarium.entities used by modelarium.multithreading