Package modelarium.entities
@PublicApi
package modelarium.entities
Defines the agents and environment which make up a Modelarium simulation.
Entities are assembled from named attribute sets and receive their simulation contexts from the runtime when a model starts.
-
ClassesClassDescriptionClass for representing an agent in the model.Entity<SC extends SimulationContext,
C extends Context, AS extends AttributeSet<SC, C>, ASL extends AttributeSetLog<SC>> 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.