Uses of Class
modelarium.entities.Entity
Packages that use Entity
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Defines the simulation views supplied to attribute behaviour.
Provides read-only views of agents, environments, and their common entity state.
-
Uses of Entity in modelarium.entities
Subclasses of Entity in modelarium.entitiesModifier and TypeClassDescriptionfinal classClass for representing an agent in the model.final classClass for representing the environment of the model. -
Uses of Entity in modelarium.entities.contexts
Methods in modelarium.entities.contexts that return EntityModifier and TypeMethodDescriptionprotected Entity<?, ?, ?, ?> SimulationContext.entity()Returns the entity this context belongs to.abstract Entity<?, ?, ?, ?> SimulationContext.getThisEntity()Returns the entity this context belongs to. -
Uses of Entity in modelarium.entities.readonly
Methods in modelarium.entities.readonly that return EntityModifier and TypeMethodDescriptionReadOnlyEntity.getMutableEntity()Returns the mutable entity this read-only view wraps.Constructors in modelarium.entities.readonly with parameters of type Entity