Uses of Class
modelarium.entities.attributes.sets.readonly.ReadOnlyAttributeSet
Packages that use ReadOnlyAttributeSet
Package
Description
Provides read-only views of agent and environment attribute sets.
Provides read-only views of agents, environments, and their common entity state.
-
Uses of ReadOnlyAttributeSet in modelarium.entities.attributes.sets.readonly
Subclasses of ReadOnlyAttributeSet in modelarium.entities.attributes.sets.readonlyModifier and TypeClassDescriptionfinal classClass for providing a read-only view of anAgentAttributeSet.final classClass for providing a read-only view of anEnvironmentAttributeSet. -
Uses of ReadOnlyAttributeSet in modelarium.entities.readonly
Methods in modelarium.entities.readonly that return ReadOnlyAttributeSetModifier and TypeMethodDescriptionabstract ReadOnlyAttributeSet<SC, C> ReadOnlyEntity.getAttributeSet(int attributeSetIndex) Retrieves a read-only view of an attribute set by index.abstract ReadOnlyAttributeSet<SC, C> ReadOnlyEntity.getAttributeSet(String attributeSetName) Retrieves a read-only view of an attribute set by name.