Interface Link

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LinkedObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LinkImpl

public interface Link
extends LinkedObject
A representation of the model object 'Link'.

The following features are supported:

See Also:
ModelPackage.getLink()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList getBendpoints()
    Returns the value of the 'Bendpoints' attribute list.
    java.lang.String getName()
    Returns the value of the 'Name' attribute.
    Node getSource()
    Returns the value of the 'Source' container reference.
    org.eclipse.draw2d.geometry.Point getSourceEndPoint()
    Returns the value of the 'Source End Point' attribute.
    Node getTarget()
    Returns the value of the 'Target' reference.
    org.eclipse.draw2d.geometry.Point getTargetEndPoint()
    Returns the value of the 'Target End Point' attribute.
    void setName​(java.lang.String value)
    Sets the value of the 'Name' attribute.
    void setSource​(Node value)
    Sets the value of the 'Source' container reference.
    void setSourceEndPoint​(org.eclipse.draw2d.geometry.Point value)
    Sets the value of the 'Source End Point' attribute.
    void setTarget​(Node value)
    Sets the value of the 'Target' reference.
    void setTargetEndPoint​(org.eclipse.draw2d.geometry.Point value)
    Sets the value of the 'Target End Point' attribute.

    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.diagram.model.LinkedObject

    getLinkedElement, getObject, setLinkedElement, setObject

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver