Uses of Class
modelarium.entities.attributes.properties.ReadOnlyProperty
Packages that use ReadOnlyProperty
Package
Description
Provides typed state-bearing properties for agents and environments.
Provides read-only views of agents, environments, and their common entity state.
-
Uses of ReadOnlyProperty in modelarium.entities.attributes.properties
Methods in modelarium.entities.attributes.properties that return ReadOnlyPropertyModifier and TypeMethodDescriptionProperty.getAsImmutable()Creates and returns an immutable version of this attribute. -
Uses of ReadOnlyProperty in modelarium.entities.readonly
Methods in modelarium.entities.readonly that return ReadOnlyPropertyModifier and TypeMethodDescriptionReadOnlyAgent.getProperty(String attributeSetName, String propertyName) Retrieves a read-only view of a property attribute from one of the wrapped agent's attribute sets.ReadOnlyEnvironment.getProperty(String attributeSetName, String propertyName) Retrieves a read-only view of a property attribute from one of the wrapped environment's attribute sets.