org.eclipse.modisco.omg.smm
Interface DimensionalMeasurement

All Superinterfaces:
Measurement, SmmElement
All Known Subinterfaces:
AggregatedMeasurement, BinaryMeasurement, CollectiveMeasurement, Count, DirectMeasurement, NamedMeasurement, RatioMeasurement, RescaledMeasurement

public interface DimensionalMeasurement
extends Measurement

A representation of the model object 'Dimensional Measurement'.

The following features are supported:

See Also:
SmmPackage.getDimensionalMeasurement()
Generated:
Model:
abstract="true"

Method Summary
  getBaseMeasurement1From()
          Returns the value of the 'Base Measurement1 From' reference list.
  getBaseMeasurement2From()
          Returns the value of the 'Base Measurement2 From' reference list.
  getBaseMeasurementFrom()
          Returns the value of the 'Base Measurement From' reference list.
  getRankingFrom()
          Returns the value of the 'Ranking From' reference list.
  getRescaleTo()
          Returns the value of the 'Rescale To' reference list.
 double getValue()
          Returns the value of the 'Value' attribute.
 void setValue(double value)
          Sets the value of the 'Value' attribute.
 
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

getValue

double getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(double), SmmPackage.getDimensionalMeasurement_Value()
Generated:
Model:

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated:

getBaseMeasurementFrom

 getBaseMeasurementFrom()
Returns the value of the 'Base Measurement From' reference list. The list contents are of type BaseMeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'Base Measurement From' reference list.
See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurementFrom(), BaseMeasurementRelationship.getTo()
Generated:
Model:
opposite="to"

getBaseMeasurement1From

 getBaseMeasurement1From()
Returns the value of the 'Base Measurement1 From' reference list. The list contents are of type Base1MeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'Base Measurement1 From' reference list.
See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurement1From(), Base1MeasurementRelationship.getTo()
Generated:
Model:
opposite="to"

getBaseMeasurement2From

 getBaseMeasurement2From()
Returns the value of the 'Base Measurement2 From' reference list. The list contents are of type Base2MeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'Base Measurement2 From' reference list.
See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurement2From(), Base2MeasurementRelationship.getTo()
Generated:
Model:
opposite="to"

getRescaleTo

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

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

Returns:
the value of the 'Rescale To' reference list.
See Also:
SmmPackage.getDimensionalMeasurement_RescaleTo(), RescaleMeasurementRelationship.getFrom()
Generated:
Model:
opposite="from"

getRankingFrom

 getRankingFrom()
Returns the value of the 'Ranking From' reference list. The list contents are of type RankingMeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'Ranking From' reference list.
See Also:
SmmPackage.getDimensionalMeasurement_RankingFrom(), RankingMeasurementRelationship.getTo()
Generated:
Model:
opposite="to"