Uses of Interface
modelarium.entities.attributes.events.functional.AgentEventRunFunction
Packages that use AgentEventRunFunction
Package
Description
Provides functional interfaces and lambda-backed implementations of event attributes.
-
Uses of AgentEventRunFunction in modelarium.entities.attributes.events.functional
Constructors in modelarium.entities.attributes.events.functional with parameters of type AgentEventRunFunctionModifierConstructorDescriptionFunctionalAgentEvent(String name, boolean isLogged, AttributeAccessLevel accessLevel, AgentEventRunFunction runLogic, AgentEventIsTriggeredFunction triggerLogic) Constructs a new functional agent event with the specified logic functions.