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

All Superinterfaces:
DimensionalMeasurement, Measurement, SmmElement

public interface AggregatedMeasurement
extends DimensionalMeasurement

A representation of the model object 'Aggregated Measurement'.

The following features are supported:

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

Method Summary
  getBaseMeasurement()
          Returns the value of the 'Base Measurement' reference list.
 boolean isIsBaseSuppled()
          Returns the value of the 'Is Base Suppled' attribute.
 void setIsBaseSuppled(boolean value)
          Sets the value of the 'Is Base Suppled' 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

isIsBaseSuppled

boolean isIsBaseSuppled()
Returns the value of the 'Is Base Suppled' attribute.

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

Returns:
the value of the 'Is Base Suppled' attribute.
See Also:
setIsBaseSuppled(boolean), SmmPackage.getAggregatedMeasurement_IsBaseSuppled()
Generated:
Model:
required="true"

setIsBaseSuppled

void setIsBaseSuppled(boolean value)
Sets the value of the 'Is Base Suppled' attribute.

Parameters:
value - the new value of the 'Is Base Suppled' attribute.
See Also:
isIsBaseSuppled()
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.getAggregatedMeasurement_BaseMeasurement()
Generated:
Model: