Uses of Class
modelarium.attributes.Attribute
Packages that use Attribute
Package
Description
Attribute abstractions for storing and accessing model state.
Functional utilities and abstractions for working with attributes.
-
Uses of Attribute in modelarium.attributes
Subclasses of Attribute in modelarium.attributesModifier and TypeClassDescriptionclassRepresents a boolean-triggered event that is evaluated each tick.classProperty<T>Represents a stateful, typed property attribute.Methods in modelarium.attributes that return AttributeModifier and TypeMethodDescriptionprotected AttributeAttributes.getAttribute(int index) Retrieves an attribute by its index in the list.protected AttributeAttributes.getAttribute(String attributeName) Retrieves an attribute by its name.Methods in modelarium.attributes with parameters of type AttributeModifier and TypeMethodDescriptionprotected voidAttributes.addAttribute(Attribute attribute) Adds or replaces an attribute in the collection. -
Uses of Attribute in modelarium.attributes.functional
Subclasses of Attribute in modelarium.attributes.functionalModifier and TypeClassDescriptionclassAn event whose logic is defined via functional interfaces.classA property whose behaviour is defined using functional interfaces.