Uses of Class
modelarium.entities.attributes.sets.EnvironmentAttributeSet
Packages that use EnvironmentAttributeSet
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides read-only views of agent and environment attribute sets.
Defines the simulation views supplied to attribute behaviour.
-
Uses of EnvironmentAttributeSet in modelarium.entities
Constructor parameters in modelarium.entities with type arguments of type EnvironmentAttributeSetModifierConstructorDescriptionEnvironment(String name, List<EnvironmentAttributeSet> attributeSets) Constructs a new environment with the specified name and attribute sets.Environment(List<EnvironmentAttributeSet> attributeSets) Constructs a new environment with an attribute sets. -
Uses of EnvironmentAttributeSet in modelarium.entities.attributes.sets.readonly
Constructors in modelarium.entities.attributes.sets.readonly with parameters of type EnvironmentAttributeSetModifierConstructorDescriptionReadOnlyEnvironmentAttributeSet(EnvironmentAttributeSet attributeSet) Constructs a new immutable environment attribute set wrapping the specified mutable attribute set. -
Uses of EnvironmentAttributeSet in modelarium.entities.contexts
Methods in modelarium.entities.contexts that return EnvironmentAttributeSetModifier and TypeMethodDescriptionEnvironmentContext.getThisAttributeSet()Returns the attribute set currently being run on the owning environment.EnvironmentSimulationContext.getThisAttributeSet()Returns the attribute set currently being run on the owning environment.