org.eclipse.modisco.omg.smm
Interface DimensionalMeasure

All Superinterfaces:
AbstractMeasureElement, Measure, SmmElement
All Known Subinterfaces:
BinaryMeasure, CollectiveMeasure, Counting, DirectMeasure, NamedMeasure, RatioMeasure, RescaledMeasure

public interface DimensionalMeasure
extends Measure

A representation of the model object 'Dimensional Measure'.

The following features are supported:

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

Method Summary
  getBaseMeasure1From()
          Returns the value of the 'Base Measure1 From' reference list.
  getBaseMeasure2From()
          Returns the value of the 'Base Measure2 From' reference list.
  getBaseMeasureFrom()
          Returns the value of the 'Base Measure From' reference list.
  getRankingFrom()
          Returns the value of the 'Ranking From' reference list.
 RescaleMeasureRelationship getRescaleTo()
          Returns the value of the 'Rescale To' reference.
 java.lang.String getUnit()
          Returns the value of the 'Unit' attribute.
 void setRescaleTo(RescaleMeasureRelationship value)
          Sets the value of the 'Rescale To' reference.
 void setUnit(java.lang.String value)
          Sets the value of the 'Unit' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getUnit

java.lang.String getUnit()
Returns the value of the 'Unit' attribute.

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

Returns:
the value of the 'Unit' attribute.
See Also:
setUnit(String), SmmPackage.getDimensionalMeasure_Unit()
Generated:
Model:
required="true"

setUnit

void setUnit(java.lang.String value)
Sets the value of the 'Unit' attribute.

Parameters:
value - the new value of the 'Unit' attribute.
See Also:
getUnit()
Generated:

getBaseMeasureFrom

 getBaseMeasureFrom()
Returns the value of the 'Base Measure From' reference list. The list contents are of type BaseMeasureRelationship. It is bidirectional and its opposite is 'To'.

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

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

getBaseMeasure1From

 getBaseMeasure1From()
Returns the value of the 'Base Measure1 From' reference list. The list contents are of type Base1MeasureRelationship. It is bidirectional and its opposite is 'To'.

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

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

getBaseMeasure2From

 getBaseMeasure2From()
Returns the value of the 'Base Measure2 From' reference list. The list contents are of type Base2MeasureRelationship. It is bidirectional and its opposite is 'To'.

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

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

getRescaleTo

RescaleMeasureRelationship getRescaleTo()
Returns the value of the 'Rescale To' reference. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Rescale To' reference.
See Also:
setRescaleTo(RescaleMeasureRelationship), SmmPackage.getDimensionalMeasure_RescaleTo(), RescaleMeasureRelationship.getFrom()
Generated:
Model:
opposite="from"

setRescaleTo

void setRescaleTo(RescaleMeasureRelationship value)
Sets the value of the 'Rescale To' reference.

Parameters:
value - the new value of the 'Rescale To' reference.
See Also:
getRescaleTo()
Generated:

getRankingFrom

 getRankingFrom()
Returns the value of the 'Ranking From' reference list. The list contents are of type RankingMeasureRelationship. 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.getDimensionalMeasure_RankingFrom(), RankingMeasureRelationship.getTo()
Generated:
Model:
opposite="to"