com.telelogic.rhapsody.core
Interface IRPGraphEdge

All Superinterfaces:
IRPGraphElement

public interface IRPGraphEdge
extends IRPGraphElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPGraphElement
IRPGraphElement.ImageLayout
 
Method Summary
 IRPGraphEdge embedFlow(IRPFlow flow)
          method embedFlow
 IRPGraphEdge embedNewFlow()
          method embedNewFlow
 IRPGraphEdge getContainingArrow()
          method getContainingArrow
 IRPGraphElement getSource()
          get property source
 IRPGraphElement getTarget()
          get property target
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPGraphElement
addProperty, applyDefaultFormat, getAllGraphicalProperties, getAllProperties, getAssociatedImage, getDiagram, getGraphicalParent, getGraphicalProperty, getGraphicalPropertyOfText, getImageLayout, getInterfaceName, getLocalProperties, getModelObject, getPropertyValue, getSelectedImage, removeProperty, setAssociatedImage, setGraphicalProperty, setGraphicalPropertyOfText, setImageLayout, setPropertyValue, setSelectedImage
 

Method Detail

embedFlow

IRPGraphEdge embedFlow(IRPFlow flow)
method embedFlow

Throws:
RhapsodyRuntimeException

embedNewFlow

IRPGraphEdge embedNewFlow()
method embedNewFlow

Throws:
RhapsodyRuntimeException

getContainingArrow

IRPGraphEdge getContainingArrow()
method getContainingArrow

Throws:
RhapsodyRuntimeException

getSource

IRPGraphElement getSource()
get property source

Throws:
RhapsodyRuntimeException

getTarget

IRPGraphElement getTarget()
get property target

Throws:
RhapsodyRuntimeException