Uses of Class
modelarium.attributes.AttributeSet
Packages that use AttributeSet
Package
Description
Attribute abstractions for storing and accessing model state.
Attribute-focused helpers for recording simulation results.
-
Uses of AttributeSet in modelarium.attributes
Methods in modelarium.attributes that return AttributeSetModifier and TypeMethodDescriptionAttributeSet.deepCopy()AttributeSetCollection.get(int index) Retrieves an attribute set by its index.Retrieves an attribute set by name.Methods in modelarium.attributes with parameters of type AttributeSetModifier and TypeMethodDescriptionvoidAttributeSetCollection.add(AttributeSet attributeSet) Adds a single attribute set to the collection.Method parameters in modelarium.attributes with type arguments of type AttributeSetModifier and TypeMethodDescriptionvoidAttributeSetCollection.add(List<AttributeSet> attributeSets) Adds multiple attribute sets to the collection. -
Uses of AttributeSet in modelarium.attributes.results
Method parameters in modelarium.attributes.results with type arguments of type AttributeSetModifier and TypeMethodDescriptionvoidAttributeSetCollectionResults.setup(String modelElementName, List<AttributeSet> attributeSets) Prepares this result container for a given model element and its attribute sets.Constructors in modelarium.attributes.results with parameters of type AttributeSetModifierConstructorDescriptionAttributeSetResults(String modelElementName, AttributeSet attributeSet) Constructs the results container for a given attribute set.