Uses of Class
modelarium.attributes.Event
Packages that use Event
Package
Description
Attribute abstractions for storing and accessing model state.
Functional utilities and abstractions for working with attributes.
-
Uses of Event in modelarium.attributes
Methods in modelarium.attributes that return EventModifier and TypeMethodDescriptionEvent.deepCopy()Events.get(int index) Retrieves an event by index.Retrieves an event by name.Methods in modelarium.attributes with parameters of type EventModifier and TypeMethodDescriptionvoidAdds a single event to the collection.Method parameters in modelarium.attributes with type arguments of type Event -
Uses of Event in modelarium.attributes.functional
Subclasses of Event in modelarium.attributes.functionalModifier and TypeClassDescriptionclassAn event whose logic is defined via functional interfaces.