Package org.omg.smm
Interface BaseNMeasureRelationship
- All Superinterfaces:
BaseMeasureRelationship,org.eclipse.emf.ecore.EObject,MeasureRelationship,org.eclipse.emf.common.notify.Notifier,ScaledBaseMeasureRelationship,SmmElement,SmmRelationship
- All Known Implementing Classes:
BaseNMeasureRelationshipImpl
public interface BaseNMeasureRelationship extends ScaledBaseMeasureRelationship
A representation of the model object 'Base NMeasure Relationship'.
The following features are supported:
- See Also:
SmmPackage.getBaseNMeasureRelationship()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship>getMappedFrom()Returns the value of the 'Mapped From' reference list.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.ScaledBaseMeasureRelationship
getRescaledMeasure, setRescaledMeasureMethods 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
-
getMappedFrom
org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship> getMappedFrom()Returns the value of the 'Mapped From' reference list. The list contents are of typeBaseNMeasurementRelationship. It is bidirectional and its opposite is 'Maps To'.- Returns:
- the value of the 'Mapped From' reference list.
- See Also:
SmmPackage.getBaseNMeasureRelationship_MappedFrom(),BaseNMeasurementRelationship.getMapsTo()
-