Package org.omg.smm
Interface ScaledBaseMeasureRelationship
- All Superinterfaces:
BaseMeasureRelationship,org.eclipse.emf.ecore.EObject,MeasureRelationship,org.eclipse.emf.common.notify.Notifier,SmmElement,SmmRelationship
- All Known Subinterfaces:
Base1MeasureRelationship,Base2MeasureRelationship,BaseNMeasureRelationship,GradeMeasureRelationship,RankingMeasureRelationship
- All Known Implementing Classes:
Base1MeasureRelationshipImpl,Base2MeasureRelationshipImpl,BaseNMeasureRelationshipImpl,GradeMeasureRelationshipImpl,RankingMeasureRelationshipImpl,ScaledBaseMeasureRelationshipImpl
public interface ScaledBaseMeasureRelationship extends BaseMeasureRelationship
A representation of the model object 'Scaled Base Measure Relationship'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description RescaledMeasuregetRescaledMeasure()Returns the value of the 'Rescaled Measure' containment reference.voidsetRescaledMeasure(RescaledMeasure value)Sets the value of the 'Rescaled Measure' containment reference.Methods 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.MeasureRelationship
getInfluence, getMeasurandQuery, setInfluence, setMeasurandQueryMethods 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, setShortDescriptionMethods inherited from interface org.omg.smm.SmmRelationship
getFrom, getTo, setFrom, setTo
-
Method Details
-
getRescaledMeasure
RescaledMeasure getRescaledMeasure()Returns the value of the 'Rescaled Measure' containment reference. It is bidirectional and its opposite is 'Rescales'.- Returns:
- the value of the 'Rescaled Measure' containment reference.
- See Also:
setRescaledMeasure(RescaledMeasure),SmmPackage.getScaledBaseMeasureRelationship_RescaledMeasure(),RescaledMeasure.getRescales()
-
setRescaledMeasure
Sets the value of the 'Rescaled Measure' containment reference.- Parameters:
value- the new value of the 'Rescaled Measure' containment reference.- See Also:
getRescaledMeasure()
-