Uses of Class
modelarium.entities.attributes.routines.AgentRoutine
Packages that use AgentRoutine
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
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 AgentRoutine in modelarium.entities
Methods in modelarium.entities that return AgentRoutineModifier and TypeMethodDescriptionAgent.getRoutine(String attributeSetName, String routineName) Retrieves a routine attribute from one of this agent's attribute sets. -
Uses of AgentRoutine in modelarium.entities.attributes.routines.functional
Subclasses of AgentRoutine in modelarium.entities.attributes.routines.functionalModifier and TypeClassDescriptionclassClass for representing an agent routine whose behaviour is defined via a functional interface. -
Uses of AgentRoutine in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return AgentRoutineModifier and TypeMethodDescriptionAgentAttributeSet.getRoutine(int routineIndex) Retrieves a routine by its index among this set's routines.AgentAttributeSet.getRoutine(String routineName) Retrieves a routine by name. -
Uses of AgentRoutine in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return AgentRoutineModifier and TypeMethodDescriptionReadOnlyAgentAttributeSet.getRoutine(int routineIndex) Retrieves a deep clone of a routine by its index among the wrapped set's routines.ReadOnlyAgentAttributeSet.getRoutine(String routineName) Retrieves a deep clone of a routine by name.