public interface CollectiveMeasure extends DimensionalMeasure
The following features are supported:
SmmPackage.getCollectiveMeasure()| Modifier and Type | Method and Description |
|---|---|
Accumulator |
getAccumulator()
Returns the value of the 'Accumulator' attribute.
|
DimensionalMeasure |
getBaseMeasure()
Returns the value of the 'Base Measure' reference.
|
void |
setAccumulator(Accumulator value)
Sets the value of the '
Accumulator' attribute. |
void |
setBaseMeasure(DimensionalMeasure value)
Sets the value of the '
Base Measure' reference. |
getUnit, setUnitgetCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTraitgetAnnotation, getAttribute, getInbound, getModel, getOutbound, setModelDimensionalMeasure getBaseMeasure()
If the meaning of the 'Base Measure' reference isn't clear, there really should be more of a description here...
setBaseMeasure(DimensionalMeasure),
SmmPackage.getCollectiveMeasure_BaseMeasure()void setBaseMeasure(DimensionalMeasure value)
Base Measure' reference.
value - the new value of the 'Base Measure' reference.getBaseMeasure()Accumulator getAccumulator()
Accumulator.
If the meaning of the 'Accumulator' attribute isn't clear, there really should be more of a description here...
Accumulator,
setAccumulator(Accumulator),
SmmPackage.getCollectiveMeasure_Accumulator()void setAccumulator(Accumulator value)
Accumulator' attribute.
value - the new value of the 'Accumulator' attribute.Accumulator,
getAccumulator()