AccumulatorValue
Class Description
AccumulatorValue represents an accumulated (counted) MeasurementValue.
Attributes
Name | Type | Description |
---|---|---|
value | Integer | The value to supervise. The value is positive. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
AccumulatorValue | 0..* | Accumulator | 1 | AccumulatorValues | The values connected to this measurement. | Accumulator | Measurement to which this value is connected. |
AccumulatorValue | 1 | AccumulatorReset | 0..1 | AccumulatorValue | The accumulator value that is reset by the command. | AccumulatorReset | The command that resets the accumulator value. |