com.togethersoft.openapi.rwi
Interface RwiLinkReference


public interface RwiLinkReference
extends RwiReference

A reference to a link.

Author:
TogetherSoft
See Also: RwiReference

Method Summary
 RwiReferencegetDestinationReference()
           Returns a reference to the destination for this reference's link.
 RwiLinkgetLink()
           Returns a link for this reference.
 RwiLinkPositionsgetLinkPositions()
           
 RwiReferencegetSourceReference()
           Returns a reference to the source for this reference's link.

Methods inherited from interface com.togethersoft.openapi.rwi.RwiReference
canDelete, delete, getContainingDiagram, getElement, getPositions, outgoingLinkReferences

Methods inherited from interface com.togethersoft.openapi.rwi.RwiPropertyMap
addProperty, canAddProperty, canSetProperty, canSetProperty, getProperty, hasProperty, isPropertyReadable, isPropertyWritable, properties, properties, setProperty, setProperty

Method Detail

getDestinationReference

public RwiReference getDestinationReference()
Returns a reference to the destination for this reference's link.
Returns: a reference to the destination for this reference's link

getLink

public RwiLink getLink()
Returns a link for this reference.
Returns: a link for this reference

getLinkPositions

public RwiLinkPositions getLinkPositions()

getSourceReference

public RwiReference getSourceReference()
Returns a reference to the source for this reference's link.
Returns: a reference to the source for this reference's link