Uses of Interface
modelarium.entities.attributes.properties.functional.AgentPropertyRunFunction
Packages that use AgentPropertyRunFunction
Package
Description
Provides functional interfaces and lambda-backed implementations of property attributes.
-
Uses of AgentPropertyRunFunction in modelarium.entities.attributes.properties.functional
Constructors in modelarium.entities.attributes.properties.functional with parameters of type AgentPropertyRunFunctionModifierConstructorDescriptionFunctionalAgentProperty(String name, boolean isLogged, AttributeAccessLevel accessLevel, Class<T> type, AgentPropertyGetterFunction<T> getter, AgentPropertySetterFunction<T> setter, AgentPropertyRunFunction<T> runLogic) Constructs a new functional agent property with the specified logic functions.