Uses of Interface
modelarium.entities.attributes.routines.functional.AgentRoutineRunFunction
Packages that use AgentRoutineRunFunction
Package
Description
Provides functional interfaces and lambda-backed implementations of routine attributes.
-
Uses of AgentRoutineRunFunction in modelarium.entities.attributes.routines.functional
Constructors in modelarium.entities.attributes.routines.functional with parameters of type AgentRoutineRunFunctionModifierConstructorDescriptionFunctionalAgentRoutine(String name, AttributeAccessLevel accessLevel, AgentRoutineRunFunction runLogic) Constructs a new functional agent routine with the specified behaviour function.