Package org.eclipse.epf.uma
Interface GraphEdge
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,GraphElement
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
GraphEdgeImpl
public interface GraphEdge extends GraphElement
A representation of the model object 'Graph Edge'.
The following features are supported:
- See Also:
UmaPackage.getGraphEdge()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<GraphConnector>
getAnchor()
Returns the value of the 'Anchor' reference list.org.eclipse.emf.common.util.EList<Point>
getWaypoints()
Returns the value of the 'Waypoints' containment reference list.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
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 org.eclipse.epf.uma.GraphElement
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWaypoints
org.eclipse.emf.common.util.EList<Point> getWaypoints()Returns the value of the 'Waypoints' containment reference list. The list contents are of typePoint
.- Returns:
- the value of the 'Waypoints' containment reference list.
- See Also:
UmaPackage.getGraphEdge_Waypoints()
-
getAnchor
org.eclipse.emf.common.util.EList<GraphConnector> getAnchor()Returns the value of the 'Anchor' reference list. The list contents are of typeGraphConnector
. It is bidirectional and its opposite is 'Graph Edge
'.- Returns:
- the value of the 'Anchor' reference list.
- See Also:
UmaPackage.getGraphEdge_Anchor()
,GraphConnector.getGraphEdge()
-