Package org.omg.smm
Interface SmmRelationship
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
Base1MeasurementRelationship,Base1MeasureRelationship,Base2MeasurementRelationship,Base2MeasureRelationship,BaseMeasurementRelationship,BaseMeasureRelationship,BaseNMeasurementRelationship,BaseNMeasureRelationship,CategoryRelationship,EquivalentMeasurementRelationship,EquivalentMeasureRelationship,GradeMeasurementRelationship,GradeMeasureRelationship,MeasurementRelationship,MeasureRelationship,RankingMeasurementRelationship,RankingMeasureRelationship,RefinementMeasurementRelationship,RefinementMeasureRelationship,RescaledMeasurementRelationship,RescaledMeasureRelationship,ScaledBaseMeasurementRelationship,ScaledBaseMeasureRelationship
- All Known Implementing Classes:
Base1MeasurementRelationshipImpl,Base1MeasureRelationshipImpl,Base2MeasurementRelationshipImpl,Base2MeasureRelationshipImpl,BaseMeasurementRelationshipImpl,BaseMeasureRelationshipImpl,BaseNMeasurementRelationshipImpl,BaseNMeasureRelationshipImpl,CategoryRelationshipImpl,EquivalentMeasurementRelationshipImpl,EquivalentMeasureRelationshipImpl,GradeMeasurementRelationshipImpl,GradeMeasureRelationshipImpl,MeasurementRelationshipImpl,MeasureRelationshipImpl,RankingMeasurementRelationshipImpl,RankingMeasureRelationshipImpl,RefinementMeasurementRelationshipImpl,RefinementMeasureRelationshipImpl,RescaledMeasurementRelationshipImpl,RescaledMeasureRelationshipImpl,ScaledBaseMeasurementRelationshipImpl,ScaledBaseMeasureRelationshipImpl,SmmRelationshipImpl
public interface SmmRelationship extends SmmElement
- See Also:
SmmPackage.getSmmRelationship()
-
Method Summary
Modifier and Type Method Description SmmElementgetFrom()Returns the value of the 'From' reference.SmmElementgetTo()Returns the value of the 'To' reference.voidsetFrom(SmmElement value)Sets the value of the 'From' reference.voidsetTo(SmmElement value)Sets the value of the '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, setShortDescription
-
Method Details
-
getTo
SmmElement getTo()Returns the value of the 'To' reference. It is bidirectional and its opposite is 'In Relationships'.- Returns:
- the value of the 'To' reference.
- See Also:
setTo(SmmElement),SmmPackage.getSmmRelationship_To(),SmmElement.getInRelationships()
-
setTo
Sets the value of the 'To' reference.- Parameters:
value- the new value of the 'To' reference.- See Also:
getTo()
-
getFrom
SmmElement getFrom()Returns the value of the 'From' reference. It is bidirectional and its opposite is 'Out Relationships'.- Returns:
- the value of the 'From' reference.
- See Also:
setFrom(SmmElement),SmmPackage.getSmmRelationship_From(),SmmElement.getOutRelationships()
-
setFrom
Sets the value of the 'From' reference.- Parameters:
value- the new value of the 'From' reference.- See Also:
getFrom()
-