Uses of Interface
modelarium.entities.attributes.AgentAttribute
Packages that use AgentAttribute
Package
Description
Provides conditional event attributes for agents and environments.
Provides functional interfaces and lambda-backed implementations of event attributes.
Provides typed state-bearing properties for agents and environments.
Provides functional interfaces and lambda-backed implementations of property attributes.
Provides unconditional per-tick routines for agents and environments.
Provides functional interfaces and lambda-backed implementations of routine attributes.
Provides named, ordered collections of agent and environment attributes.
Provides read-only views of agent and environment attribute sets.
-
Uses of AgentAttribute in modelarium.entities.attributes.events
Classes in modelarium.entities.attributes.events that implement AgentAttributeModifier and TypeClassDescriptionclassAbstract class for representing an event belonging to an agent. -
Uses of AgentAttribute in modelarium.entities.attributes.events.functional
Classes in modelarium.entities.attributes.events.functional that implement AgentAttributeModifier and TypeClassDescriptionclassClass for representing an agent event whose logic is defined via functional interfaces. -
Uses of AgentAttribute in modelarium.entities.attributes.properties
Classes in modelarium.entities.attributes.properties that implement AgentAttributeModifier and TypeClassDescriptionclassAbstract class for representing a property belonging to an agent. -
Uses of AgentAttribute in modelarium.entities.attributes.properties.functional
Classes in modelarium.entities.attributes.properties.functional that implement AgentAttributeModifier and TypeClassDescriptionclassClass for representing an agent property whose behaviour is defined via functional interfaces. -
Uses of AgentAttribute in modelarium.entities.attributes.routines
Classes in modelarium.entities.attributes.routines that implement AgentAttributeModifier and TypeClassDescriptionclassAbstract class for representing a routine belonging to an agent. -
Uses of AgentAttribute in modelarium.entities.attributes.routines.functional
Classes in modelarium.entities.attributes.routines.functional that implement AgentAttributeModifier and TypeClassDescriptionclassClass for representing an agent routine whose behaviour is defined via a functional interface. -
Uses of AgentAttribute in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return AgentAttributeModifier and TypeMethodDescriptionAgentAttributeSet.get(int index) Retrieves a publicly accessible attribute by index.Retrieves a publicly accessible attribute by name. -
Uses of AgentAttribute in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return AgentAttributeModifier and TypeMethodDescriptionReadOnlyAgentAttributeSet.get(int index) Retrieves a deep clone of a publicly accessible attribute by index.Retrieves a deep clone of a publicly accessible attribute by name.