Uses of Class
modelarium.entities.attributes.routines.Routine
Packages that use Routine
Package
Description
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 Routine in modelarium.entities.attributes.routines
Subclasses of Routine in modelarium.entities.attributes.routinesModifier and TypeClassDescriptionclassAbstract class for representing a routine belonging to an agent.classAbstract class for representing a routine belonging to the environment. -
Uses of Routine in modelarium.entities.attributes.routines.functional
Subclasses of Routine in modelarium.entities.attributes.routines.functionalModifier and TypeClassDescriptionclassClass for representing an agent routine whose behaviour is defined via a functional interface.classClass for representing an environment routine whose behaviour is defined via a functional interface. -
Uses of Routine in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return RoutineModifier and TypeMethodDescriptionAttributeSet.getRoutine(int routineIndex) Retrieves a routine by its index among this set's routines.AttributeSet.getRoutine(String routineName) Retrieves a routine by name. -
Uses of Routine in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return RoutineModifier and TypeMethodDescriptionReadOnlyAttributeSet.getRoutine(int routineIndex) Retrieves a deep clone of a routine by its index among the wrapped set's routines.ReadOnlyAttributeSet.getRoutine(String routineName) Retrieves a deep clone of a routine by name.