Uses of Class
modelarium.entities.attributes.routines.ReadOnlyRoutine
Packages that use ReadOnlyRoutine
Package
Description
Provides unconditional per-tick routines for agents and environments.
Provides read-only views of agents, environments, and their common entity state.
-
Uses of ReadOnlyRoutine in modelarium.entities.attributes.routines
Methods in modelarium.entities.attributes.routines that return ReadOnlyRoutineModifier and TypeMethodDescriptionRoutine.getAsImmutable()Creates and returns an immutable version of this attribute. -
Uses of ReadOnlyRoutine in modelarium.entities.readonly
Methods in modelarium.entities.readonly that return ReadOnlyRoutineModifier and TypeMethodDescriptionReadOnlyAgent.getRoutine(String attributeSetName, String routineName) Retrieves a read-only view of a routine attribute from one of the wrapped agent's attribute sets.ReadOnlyEnvironment.getRoutine(String attributeSetName, String routineName) Retrieves a read-only view of a routine attribute from one of the wrapped environment's attribute sets.