public interface RescaledMeasure extends DimensionalMeasure
The following features are supported:
SmmPackage.getRescaledMeasure()| Modifier and Type | Method and Description |
|---|---|
double |
getMultiplier()
Returns the value of the 'Multiplier' attribute.
|
double |
getOffset()
Returns the value of the 'Offset' attribute.
|
Operation |
getOperation()
Returns the value of the 'Operation' reference.
|
Boolean |
getOperationFirst()
Returns the value of the 'Operation First' attribute.
|
org.eclipse.emf.common.util.EList<RescaledMeasureRelationship> |
getRescaleFrom()
Returns the value of the 'Rescale From' reference list.
|
ScaledBaseMeasureRelationship |
getRescales()
Returns the value of the 'Rescales' container reference.
|
void |
setMultiplier(double value)
Sets the value of the '
Multiplier' attribute. |
void |
setOffset(double value)
Sets the value of the '
Offset' attribute. |
void |
setOperation(Operation value)
Sets the value of the '
Operation' reference. |
void |
setOperationFirst(Boolean value)
Sets the value of the '
Operation First' attribute. |
void |
setRescales(ScaledBaseMeasureRelationship value)
Sets the value of the '
Rescales' container reference. |
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getFormula, getGradeFrom, getRankingFrom, getRescaleTo, getUnit, setFormula, setUnitgetAllArguments, getArguments, getCategory, getCustomScale, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getInbound, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getOutbound, getRefinementFrom, getRefinementTo, getScale, getScope, getSource, getTrait, getVisible, setCustomScale, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setScale, setScope, setSource, setTrait, setVisiblegetAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionorg.eclipse.emf.common.util.EList<RescaledMeasureRelationship> getRescaleFrom()
RescaledMeasureRelationship.
SmmPackage.getRescaledMeasure_RescaleFrom()ScaledBaseMeasureRelationship getRescales()
Rescaled Measure'.
setRescales(ScaledBaseMeasureRelationship),
SmmPackage.getRescaledMeasure_Rescales(),
ScaledBaseMeasureRelationship.getRescaledMeasure()void setRescales(ScaledBaseMeasureRelationship value)
Rescales' container reference.
value - the new value of the 'Rescales' container reference.getRescales()Operation getOperation()
setOperation(Operation),
SmmPackage.getRescaledMeasure_Operation()void setOperation(Operation value)
Operation' reference.
value - the new value of the 'Operation' reference.getOperation()double getOffset()
"0.0".
setOffset(double),
SmmPackage.getRescaledMeasure_Offset()void setOffset(double value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()double getMultiplier()
"1.0".
setMultiplier(double),
SmmPackage.getRescaledMeasure_Multiplier()void setMultiplier(double value)
Multiplier' attribute.
value - the new value of the 'Multiplier' attribute.getMultiplier()Boolean getOperationFirst()
"false".
setOperationFirst(Boolean),
SmmPackage.getRescaledMeasure_OperationFirst()void setOperationFirst(Boolean value)
Operation First' attribute.
value - the new value of the 'Operation First' attribute.getOperationFirst()Copyright © 2018–2020 Atlanmod. All rights reserved.