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

All Superinterfaces:
DimensionalMeasurement, Measurement, SmmElement

public interface CollectiveMeasurement
extends DimensionalMeasurement

A representation of the model object 'Collective Measurement'.

The following features are supported:

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

Method Summary
 Accumulator getAccumulator()
          Returns the value of the 'Accumulator' attribute.
  getBaseMeasurement()
          Returns the value of the 'Base Measurement' reference list.
 boolean isIsBaseSupplied()
          Returns the value of the 'Is Base Supplied' attribute.
 void setAccumulator(Accumulator value)
          Sets the value of the 'Accumulator' attribute.
 void setIsBaseSupplied(boolean value)
          Sets the value of the 'Is Base Supplied' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.DimensionalMeasurement
getValue, setValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measurement
getError, getInMeasurement, getMeasure, getObservation, getOutMeasurement, setError, setMeasure, setObservation
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

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.getCollectiveMeasurement_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:

isIsBaseSupplied

boolean isIsBaseSupplied()
Returns the value of the 'Is Base Supplied' attribute.

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

Returns:
the value of the 'Is Base Supplied' attribute.
See Also:
setIsBaseSupplied(boolean), SmmPackage.getCollectiveMeasurement_IsBaseSupplied()
Generated:
Model:
required="true"

setIsBaseSupplied

void setIsBaseSupplied(boolean value)
Sets the value of the 'Is Base Supplied' attribute.

Parameters:
value - the new value of the 'Is Base Supplied' attribute.
See Also:
isIsBaseSupplied()
Generated:

getBaseMeasurement

 getBaseMeasurement()
Returns the value of the 'Base Measurement' reference list. The list contents are of type DimensionalMeasurement.

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

Returns:
the value of the 'Base Measurement' reference list.
See Also:
SmmPackage.getCollectiveMeasurement_BaseMeasurement()
Generated:
Model: