Uses of Class
modelarium.attributes.results.AttributeSetResults
Packages that use AttributeSetResults
Package
Description
Attribute abstractions for storing and accessing model state.
Attribute-focused helpers for recording simulation results.
-
Uses of AttributeSetResults in modelarium.attributes
Methods in modelarium.attributes with parameters of type AttributeSetResultsModifier and TypeMethodDescriptionvoidAttributeSet.run(AttributeSetResults attributeSetResults) Executes all attributes in the prescribed order: Pre-events (conditionally triggered) Properties (always executed) Post-events (conditionally triggered) -
Uses of AttributeSetResults in modelarium.attributes.results
Methods in modelarium.attributes.results that return AttributeSetResultsModifier and TypeMethodDescriptionAttributeSetCollectionResults.getAttributeSetResults(int index) Retrieves the results object by index.AttributeSetCollectionResults.getAttributeSetResults(String attributeSetName) Retrieves the results object for a given attribute set name.