Package org.omg.smm
Interface BaseNMeasurementRelationship
- All Superinterfaces:
BaseMeasurementRelationship,org.eclipse.emf.ecore.EObject,MeasurementRelationship,org.eclipse.emf.common.notify.Notifier,ScaledBaseMeasurementRelationship,SmmElement,SmmRelationship
- All Known Implementing Classes:
BaseNMeasurementRelationshipImpl
public interface BaseNMeasurementRelationship extends ScaledBaseMeasurementRelationship
A representation of the model object 'Base NMeasurement Relationship'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description BaseNMeasureRelationshipgetMapsTo()Returns the value of the 'Maps To' reference.voidsetMapsTo(BaseNMeasureRelationship value)Sets the value of the 'Maps To' 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.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
-
getMapsTo
BaseNMeasureRelationship getMapsTo()Returns the value of the 'Maps To' reference. It is bidirectional and its opposite is 'Mapped From'.- Returns:
- the value of the 'Maps To' reference.
- See Also:
setMapsTo(BaseNMeasureRelationship),SmmPackage.getBaseNMeasurementRelationship_MapsTo(),BaseNMeasureRelationship.getMappedFrom()
-
setMapsTo
Sets the value of the 'Maps To' reference.- Parameters:
value- the new value of the 'Maps To' reference.- See Also:
getMapsTo()
-