org.omg.uml.diagraminterchange
Interface GraphEdge

All Superinterfaces:
DiagramElement, GraphElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface GraphEdge
extends GraphElement

GraphEdge object instance interface.


Method Summary
 List getAnchor()
          Returns the value of reference anchor.
 List getWaypoints()
          Returns the value of attribute waypoints.
 
Methods inherited from interface org.omg.uml.diagraminterchange.GraphElement
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel
 
Methods inherited from interface org.omg.uml.diagraminterchange.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getWaypoints

public List getWaypoints()
Returns the value of attribute waypoints.

Returns:
Value of waypoints attribute.

getAnchor

public List getAnchor()
Returns the value of reference anchor.

Returns:
Value of reference anchor.