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