Interface GraphEdge
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,GraphElement
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface GraphEdge extends GraphElement
A representation of the model object 'Graph Edge'.The following features are supported:
- See Also:
RhapsodyPackage.getGraphEdge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphEdge
getContainingArrow()
Returns the value of the 'Containing Arrow' reference.GraphElement
getSource()
Returns the value of the 'Source' reference.GraphElement
getTarget()
Returns the value of the 'Target' reference.void
setContainingArrow(GraphEdge value)
Sets the value of the 'Containing Arrow
' reference.void
setSource(GraphElement value)
Sets the value of the 'Source
' reference.void
setTarget(GraphElement value)
Sets the value of the 'Target
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.GraphElement
getAssociatedImage, getGraphicalParent, getGraphicalProperties, getImageLayout, getInterfaceName, getModelObject, getSelectedImage, setAssociatedImage, setGraphicalParent, setImageLayout, setInterfaceName, setModelObject, setSelectedImage
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getSource
GraphElement getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(GraphElement)
,RhapsodyPackage.getGraphEdge_Source()
-
setSource
void setSource(GraphElement value)
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
getSource()
-
getTarget
GraphElement getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(GraphElement)
,RhapsodyPackage.getGraphEdge_Target()
-
setTarget
void setTarget(GraphElement value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
-
getContainingArrow
GraphEdge getContainingArrow()
Returns the value of the 'Containing Arrow' reference.- Returns:
- the value of the 'Containing Arrow' reference.
- See Also:
setContainingArrow(GraphEdge)
,RhapsodyPackage.getGraphEdge_ContainingArrow()
-
setContainingArrow
void setContainingArrow(GraphEdge value)
Sets the value of the 'Containing Arrow
' reference.- Parameters:
value
- the new value of the 'Containing Arrow' reference.- See Also:
getContainingArrow()
-
-