Uses of Interface
com.telelogic.rhapsody.core.IRPGraphEdge

Uses of IRPGraphEdge in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPGraphEdge
 IRPGraphEdge IRPDiagram.addNewEdgeByType(java.lang.String metaType, IRPGraphElement src, int xSrcPosition, int ySrcPosition, IRPGraphElement trg, int xTrgPosition, int yTrgPosition)
          Adds a connector element of the specified type to the diagram, using the source and target elements specified.
 IRPGraphEdge IRPStatechart.addNewEdgeByType(java.lang.String metaType, IRPGraphElement src, int xSrcPosition, int ySrcPosition, IRPGraphElement trg, int xTrgPosition, int yTrgPosition)
          Adds a connector element of the specified type to the statechart, using the source and target elements specified.
 IRPGraphEdge IRPDiagram.addNewEdgeForElement(IRPModelElement element, IRPGraphNode src, int xSrcPosition, int ySrcPosition, IRPGraphNode trg, int xTrgPosition, int yTrgPosition)
          Adds a connector graphical element to the diagram to represent the specified model element.
 IRPGraphEdge IRPStatechart.addNewEdgeForElement(IRPModelElement element, IRPGraphNode src, int xSrcPosition, int ySrcPosition, IRPGraphNode trg, int xTrgPosition, int yTrgPosition)
          Adds a connector graphical element to the statechart to represent the specified model element.
 IRPGraphEdge IRPGraphEdge.embedFlow(IRPFlow flow)
          method embedFlow
 IRPGraphEdge IRPGraphEdge.embedNewFlow()
          method embedNewFlow
 IRPGraphEdge IRPGraphEdge.getContainingArrow()
          method getContainingArrow