Uses of Class
modelarium.entities.attributes.events.EnvironmentEvent
Packages that use EnvironmentEvent
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides functional interfaces and lambda-backed implementations of event attributes.
Provides named, ordered collections of agent and environment attributes.
Provides read-only views of agent and environment attribute sets.
-
Uses of EnvironmentEvent in modelarium.entities
Methods in modelarium.entities that return EnvironmentEventModifier and TypeMethodDescriptionRetrieves an event attribute from one of this environment's attribute sets. -
Uses of EnvironmentEvent in modelarium.entities.attributes.events.functional
Subclasses of EnvironmentEvent in modelarium.entities.attributes.events.functionalModifier and TypeClassDescriptionclassClass for representing an environment event whose logic is defined via functional interfaces. -
Uses of EnvironmentEvent in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return EnvironmentEventModifier and TypeMethodDescriptionEnvironmentAttributeSet.getEvent(int eventIndex) Retrieves an event by its index among this set's events.Retrieves an event by name. -
Uses of EnvironmentEvent in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return EnvironmentEventModifier and TypeMethodDescriptionReadOnlyEnvironmentAttributeSet.getEvent(int eventIndex) Retrieves a deep clone of an event by its index among the wrapped set's events.Retrieves a deep clone of an event by name.