org.topcased.modeler.di.model
Interface GraphEdge
- All Superinterfaces:
- DiagramElement, EModelElement, EObject, GraphElement, Notifier
public interface GraphEdge
- extends GraphElement
A representation of the model object 'Graph Edge'.
The following features are supported:
- See Also:
DiagramInterchangePackage.getGraphEdge()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
Method Summary |
EList<GraphConnector> |
getAnchor()
Returns the value of the 'Anchor' reference list. |
EList<org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint> |
getWaypoints()
Returns the value of the 'Waypoints' attribute list. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
getWaypoints
EList<org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint> getWaypoints()
- Returns the value of the 'Waypoints' attribute list.
The list contents are of type
RelativeBendpoint
.
If the meaning of the 'Waypoints' attribute list isn't clear, there really should be more of a
description here...
- Returns:
- the value of the 'Waypoints' attribute list.
- See Also:
DiagramInterchangePackage.getGraphEdge_Waypoints()
- ** Generated **
- Model:
- type="org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint" dataType="org.topcased.modeler.di.model.RelativeBendpoint" lower="2"
getAnchor
EList<GraphConnector> getAnchor()
- Returns the value of the 'Anchor' reference list.
The list contents are of type
GraphConnector
.
It is bidirectional and its opposite is 'Graph Edge
'.
If the meaning of the 'Anchor' reference list isn't clear, there really should be more of a
description here...
- Returns:
- the value of the 'Anchor' reference list.
- See Also:
DiagramInterchangePackage.getGraphEdge_Anchor()
,
GraphConnector.getGraphEdge()
- ** Generated **
- Model:
- type="org.topcased.modeler.di.model.GraphConnector" opposite="graphEdge" lower="2" upper="2"
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.