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