Uses of Class
modelarium.entities.attributes.properties.AgentProperty
Packages that use AgentProperty
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 AgentProperty in modelarium.entities
Methods in modelarium.entities that return AgentPropertyModifier and TypeMethodDescriptionAgent.getProperty(String attributeSetName, String propertyName) Retrieves a property attribute from one of this agent's attribute sets. -
Uses of AgentProperty in modelarium.entities.attributes.properties.functional
Subclasses of AgentProperty in modelarium.entities.attributes.properties.functionalModifier and TypeClassDescriptionclassClass for representing an agent property whose behaviour is defined via functional interfaces. -
Uses of AgentProperty in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return AgentPropertyModifier and TypeMethodDescriptionAgentAttributeSet.getProperty(int propertyIndex) Retrieves a property by its index among this set's properties.AgentAttributeSet.getProperty(String propertyName) Retrieves a property by name. -
Uses of AgentProperty in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return AgentPropertyModifier and TypeMethodDescriptionReadOnlyAgentAttributeSet.getProperty(int propertyIndex) Retrieves a deep clone of a property by its index among the wrapped set's properties.ReadOnlyAgentAttributeSet.getProperty(String propertyName) Retrieves a deep clone of a property by name.