Uses of Class
modelarium.entities.attributes.sets.AgentAttributeSet
Packages that use AgentAttributeSet
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides read-only views of agent and environment attribute sets.
Defines the simulation views supplied to attribute behaviour.
-
Uses of AgentAttributeSet in modelarium.entities
Methods in modelarium.entities that return AgentAttributeSetModifier and TypeMethodDescriptionAgent.getAttributeSet(int attributeSetIndex) Retrieves an attribute set by index.Agent.getAttributeSet(String attributeSetName) Retrieves an attribute set by name.Constructor parameters in modelarium.entities with type arguments of type AgentAttributeSetModifierConstructorDescriptionAgent(String name, List<AgentAttributeSet> attributeSets) Constructs a new agent with the specified name and attribute sets. -
Uses of AgentAttributeSet in modelarium.entities.attributes.sets.readonly
Constructors in modelarium.entities.attributes.sets.readonly with parameters of type AgentAttributeSetModifierConstructorDescriptionReadOnlyAgentAttributeSet(AgentAttributeSet attributeSet) Constructs a new immutable agent attribute set wrapping the specified mutable attribute set. -
Uses of AgentAttributeSet in modelarium.entities.contexts
Methods in modelarium.entities.contexts that return AgentAttributeSetModifier and TypeMethodDescriptionAgentContext.getThisAttributeSet()Returns the attribute set currently being run on the owning agent.AgentSimulationContext.getThisAttributeSet()Returns the attribute set currently being run on the owning agent.