Uses of Class
modelarium.entities.attributes.properties.Property
Packages that use Property
Package
Description
Provides typed state-bearing properties for agents and environments.
Provides functional interfaces and lambda-backed implementations of property attributes.
Provides named, ordered collections of agent and environment attributes.
Provides read-only views of agent and environment attribute sets.
-
Uses of Property in modelarium.entities.attributes.properties
Subclasses of Property in modelarium.entities.attributes.propertiesModifier and TypeClassDescriptionclassAbstract class for representing a property belonging to an agent.classAbstract class for representing a property belonging to the environment. -
Uses of Property in modelarium.entities.attributes.properties.functional
Subclasses of Property in modelarium.entities.attributes.properties.functionalModifier and TypeClassDescriptionclassClass for representing an agent property whose behaviour is defined via functional interfaces.classClass for representing an environment property whose behaviour is defined via functional interfaces. -
Uses of Property in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return PropertyModifier and TypeMethodDescriptionAttributeSet.getProperty(int propertyIndex) Retrieves a property by its index among this set's properties.AttributeSet.getProperty(String propertyName) Retrieves a property by name. -
Uses of Property in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return PropertyModifier and TypeMethodDescriptionReadOnlyAttributeSet.getProperty(int propertyIndex) Retrieves a deep clone of a property by its index among the wrapped set's properties.ReadOnlyAttributeSet.getProperty(String propertyName) Retrieves a deep clone of a property by name.