Uses of Class
modelarium.attributes.Property
Packages that use Property
Package
Description
Attribute abstractions for storing and accessing model state.
Functional utilities and abstractions for working with attributes.
-
Uses of Property in modelarium.attributes
Methods in modelarium.attributes that return PropertyModifier and TypeMethodDescriptionProperty.deepCopy()Property<?> Properties.get(int index) Retrieves a property by index.Property<?> Retrieves a property by name.Methods in modelarium.attributes with parameters of type PropertyModifier and TypeMethodDescription<T> voidAdds a single property to the collection.Method parameters in modelarium.attributes with type arguments of type Property -
Uses of Property in modelarium.attributes.functional
Subclasses of Property in modelarium.attributes.functionalModifier and TypeClassDescriptionclassA property whose behaviour is defined using functional interfaces.