Modelers

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.topcased.modeler.di.model.GraphElement
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

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"

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.