Interface Edge
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NotationElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EdgeImpl
public interface Edge extends NotationElement
A representation of the model object 'Edge'.The following features are supported:
- See Also:
NotationPackage.getEdge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GPoint>getBendPoints()Returns the value of the 'Bend Points' containment reference list.NotationElementgetSource()Returns the value of the 'Source' reference.NotationElementgetTarget()Returns the value of the 'Target' reference.voidsetSource(NotationElement value)Sets the value of the 'Source' reference.voidsetTarget(NotationElement value)Sets the value of the 'Target' reference.-
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.glsp.server.emf.model.notation.NotationElement
getSemanticElement, getType, setSemanticElement, setType
-
-
-
-
Method Detail
-
getBendPoints
org.eclipse.emf.common.util.EList<GPoint> getBendPoints()
Returns the value of the 'Bend Points' containment reference list. The list contents are of typeGPoint.- Returns:
- the value of the 'Bend Points' containment reference list.
- See Also:
NotationPackage.getEdge_BendPoints()
-
getSource
NotationElement getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(NotationElement),NotationPackage.getEdge_Source()
-
setSource
void setSource(NotationElement value)
Sets the value of the 'Source' reference.- Parameters:
value- the new value of the 'Source' reference.- See Also:
getSource()
-
getTarget
NotationElement getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(NotationElement),NotationPackage.getEdge_Target()
-
setTarget
void setTarget(NotationElement value)
Sets the value of the 'Target' reference.- Parameters:
value- the new value of the 'Target' reference.- See Also:
getTarget()
-
-