org.eclipse.modisco.omg.smm
Interface RescaledMeasurement

All Superinterfaces:
DimensionalMeasurement, Measurement, SmmElement

public interface RescaledMeasurement
extends DimensionalMeasurement

A representation of the model object 'Rescaled Measurement'.

The following features are supported:

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

Method Summary
  getRescaleFrom()
          Returns the value of the 'Rescale From' reference list.
 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.modisco.omg.smm.DimensionalMeasurement
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getRankingFrom, getRescaleTo, getValue, setValue
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setRecursiveTo
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

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:

getRescaleFrom

 getRescaleFrom()
Returns the value of the 'Rescale From' reference list. The list contents are of type RescaleMeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'Rescale From' reference list.
See Also:
SmmPackage.getRescaledMeasurement_RescaleFrom(), RescaleMeasurementRelationship.getTo()
Generated:
Model:
opposite="to"