Package org.omg.smm
Interface EquivalentMeasureRelationship
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MeasureRelationship,org.eclipse.emf.common.notify.Notifier,SmmElement,SmmRelationship
- All Known Implementing Classes:
EquivalentMeasureRelationshipImpl
public interface EquivalentMeasureRelationship extends MeasureRelationship
A representation of the model object 'Equivalent Measure Relationship'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description OperationgetMapping()Returns the value of the 'Mapping' reference.voidsetMapping(Operation value)Sets the value of the 'Mapping' 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
-
getMapping
Operation getMapping()Returns the value of the 'Mapping' reference.- Returns:
- the value of the 'Mapping' reference.
- See Also:
setMapping(Operation),SmmPackage.getEquivalentMeasureRelationship_Mapping()
-
setMapping
Sets the value of the 'Mapping' reference.- Parameters:
value- the new value of the 'Mapping' reference.- See Also:
getMapping()
-