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

All Superinterfaces:
DimensionalMeasurement, Measurement, SmmElement

public interface ReScaledMeasurement
extends DimensionalMeasurement

A representation of the model object 'Re Scaled Measurement'.

The following features are supported:

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

Method Summary
 boolean isIsBaseSupplied()
          Returns the value of the 'Is Base Supplied' 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

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