public interface DimensionalMeasure extends Measure
The following features are supported:
SmmPackage.getDimensionalMeasure()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisiblegetInCategorygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(String),
SmmPackage.getDimensionalMeasure_Unit()void setUnit(java.lang.String value)
Unit' attribute.
value - the new value of the 'Unit' attribute.getUnit()getBaseMeasureFrom()
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...
SmmPackage.getDimensionalMeasure_BaseMeasureFrom(),
BaseMeasureRelationship.getTo()getBaseMeasure1From()
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...
SmmPackage.getDimensionalMeasure_BaseMeasure1From(),
Base1MeasureRelationship.getTo()getBaseMeasure2From()
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...
SmmPackage.getDimensionalMeasure_BaseMeasure2From(),
Base2MeasureRelationship.getTo()RescaleMeasureRelationship getRescaleTo()
From'.
If the meaning of the 'Rescale To' reference isn't clear, there really should be more of a description here...
setRescaleTo(RescaleMeasureRelationship),
SmmPackage.getDimensionalMeasure_RescaleTo(),
RescaleMeasureRelationship.getFrom()void setRescaleTo(RescaleMeasureRelationship value)
Rescale To' reference.
value - the new value of the 'Rescale To' reference.getRescaleTo()getRankingFrom()
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...
SmmPackage.getDimensionalMeasure_RankingFrom(),
RankingMeasureRelationship.getTo()