Uses of Class
modelarium.entities.attributes.properties.EnvironmentProperty
Packages that use EnvironmentProperty
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides functional interfaces and lambda-backed implementations of property attributes.
Provides named, ordered collections of agent and environment attributes.
Provides read-only views of agent and environment attribute sets.
-
Uses of EnvironmentProperty in modelarium.entities
Methods in modelarium.entities that return EnvironmentPropertyModifier and TypeMethodDescriptionEnvironment.getProperty(String attributeSetName, String propertyName) Retrieves a property attribute from one of this environment's attribute sets. -
Uses of EnvironmentProperty in modelarium.entities.attributes.properties.functional
Subclasses of EnvironmentProperty in modelarium.entities.attributes.properties.functionalModifier and TypeClassDescriptionclassClass for representing an environment property whose behaviour is defined via functional interfaces. -
Uses of EnvironmentProperty in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return EnvironmentPropertyModifier and TypeMethodDescriptionEnvironmentAttributeSet.getProperty(int propertyIndex) Retrieves a property by its index among this set's properties.EnvironmentAttributeSet.getProperty(String propertyName) Retrieves a property by name. -
Uses of EnvironmentProperty in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return EnvironmentPropertyModifier and TypeMethodDescriptionReadOnlyEnvironmentAttributeSet.getProperty(int propertyIndex) Retrieves a deep clone of a property by its index among the wrapped set's properties.ReadOnlyEnvironmentAttributeSet.getProperty(String propertyName) Retrieves a deep clone of a property by name.