org.eclipse.gmt.modisco.omg.smm
Interface CollectiveMeasure

All Superinterfaces:
DimensionalMeasure, Measure, SmmElement

public interface CollectiveMeasure
extends DimensionalMeasure

A representation of the model object 'Collective Measure'.

The following features are supported:

See Also:
SmmPackage.getCollectiveMeasure()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.DimensionalMeasure
getUnit, setUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getBaseMeasure

DimensionalMeasure getBaseMeasure()
Returns the value of the 'Base Measure' reference.

If the meaning of the 'Base Measure' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Measure' reference.
See Also:
setBaseMeasure(DimensionalMeasure), SmmPackage.getCollectiveMeasure_BaseMeasure()
Generated:
Model:
required="true"

setBaseMeasure

void setBaseMeasure(DimensionalMeasure value)
Sets the value of the 'Base Measure' reference.

Parameters:
value - the new value of the 'Base Measure' reference.
See Also:
getBaseMeasure()
Generated:

getAccumulator

Accumulator getAccumulator()
Returns the value of the 'Accumulator' attribute. The literals are from the enumeration Accumulator.

If the meaning of the 'Accumulator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Accumulator' attribute.
See Also:
Accumulator, setAccumulator(Accumulator), SmmPackage.getCollectiveMeasure_Accumulator()
Generated:
Model:
required="true"

setAccumulator

void setAccumulator(Accumulator value)
Sets the value of the 'Accumulator' attribute.

Parameters:
value - the new value of the 'Accumulator' attribute.
See Also:
Accumulator, getAccumulator()
Generated: