Package org.omg.smm
Interface RescaledMeasure
- All Superinterfaces:
AbstractMeasureElement,DimensionalMeasure,org.eclipse.emf.ecore.EObject,Measure,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
RescaledMeasureImpl
public interface RescaledMeasure extends DimensionalMeasure
A representation of the model object 'Rescaled Measure'.
The following features are supported:
- See Also:
SmmPackage.getRescaledMeasure()
-
Method Summary
Modifier and Type Method Description doublegetMultiplier()Returns the value of the 'Multiplier' attribute.doublegetOffset()Returns the value of the 'Offset' attribute.OperationgetOperation()Returns the value of the 'Operation' reference.BooleangetOperationFirst()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.ScaledBaseMeasureRelationshipgetRescales()Returns the value of the 'Rescales' container reference.voidsetMultiplier(double value)Sets the value of the 'Multiplier' attribute.voidsetOffset(double value)Sets the value of the 'Offset' attribute.voidsetOperation(Operation value)Sets the value of the 'Operation' reference.voidsetOperationFirst(Boolean value)Sets the value of the 'Operation First' attribute.voidsetRescales(ScaledBaseMeasureRelationship value)Sets the value of the 'Rescales' container reference.Methods inherited from interface org.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getFormula, getGradeFrom, getRankingFrom, getRescaleTo, getUnit, setFormula, setUnitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.omg.smm.Measure
getAllArguments, 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, setVisibleMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getRescaleFrom
org.eclipse.emf.common.util.EList<RescaledMeasureRelationship> getRescaleFrom()Returns the value of the 'Rescale From' reference list. The list contents are of typeRescaledMeasureRelationship.- Returns:
- the value of the 'Rescale From' reference list.
- See Also:
SmmPackage.getRescaledMeasure_RescaleFrom()
-
getRescales
ScaledBaseMeasureRelationship getRescales()Returns the value of the 'Rescales' container reference. It is bidirectional and its opposite is 'Rescaled Measure'.- Returns:
- the value of the 'Rescales' container reference.
- See Also:
setRescales(ScaledBaseMeasureRelationship),SmmPackage.getRescaledMeasure_Rescales(),ScaledBaseMeasureRelationship.getRescaledMeasure()
-
setRescales
Sets the value of the 'Rescales' container reference.- Parameters:
value- the new value of the 'Rescales' container reference.- See Also:
getRescales()
-
getOperation
Operation getOperation()Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
setOperation(Operation),SmmPackage.getRescaledMeasure_Operation()
-
setOperation
Sets the value of the 'Operation' reference.- Parameters:
value- the new value of the 'Operation' reference.- See Also:
getOperation()
-
getOffset
double getOffset()Returns the value of the 'Offset' attribute. The default value is"0.0".- Returns:
- the value of the 'Offset' attribute.
- See Also:
setOffset(double),SmmPackage.getRescaledMeasure_Offset()
-
setOffset
void setOffset(double value)Sets the value of the 'Offset' attribute.- Parameters:
value- the new value of the 'Offset' attribute.- See Also:
getOffset()
-
getMultiplier
double getMultiplier()Returns the value of the 'Multiplier' attribute. The default value is"1.0".- Returns:
- the value of the 'Multiplier' attribute.
- See Also:
setMultiplier(double),SmmPackage.getRescaledMeasure_Multiplier()
-
setMultiplier
void setMultiplier(double value)Sets the value of the 'Multiplier' attribute.- Parameters:
value- the new value of the 'Multiplier' attribute.- See Also:
getMultiplier()
-
getOperationFirst
Boolean getOperationFirst()Returns the value of the 'Operation First' attribute. The default value is"false".- Returns:
- the value of the 'Operation First' attribute.
- See Also:
setOperationFirst(Boolean),SmmPackage.getRescaledMeasure_OperationFirst()
-
setOperationFirst
Sets the value of the 'Operation First' attribute.- Parameters:
value- the new value of the 'Operation First' attribute.- See Also:
getOperationFirst()
-