com.telelogic.rhapsody.core
Interface IRPGraphNode

All Superinterfaces:
IRPGraphElement

public interface IRPGraphNode
extends IRPGraphElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPGraphElement
IRPGraphElement.ImageLayout
 
Method Summary
 void bringToFront()
          method bringToFront
 int getIsPanelWidget()
          get property isPanelWidget
 IRPCollection getPanelWidgetInstancePath()
          get property panelWidgetInstancePath
 void hideAllPorts()
          method hideAllPorts
 void sendToBack()
          method sendToBack
 void setPanelWidgetInstancePath(IRPCollection panelWidgetInstancePath)
          set property panelWidgetInstancePath
 void showAllPorts()
          method showAllPorts
 
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

bringToFront

void bringToFront()
method bringToFront

Throws:
RhapsodyRuntimeException

getIsPanelWidget

int getIsPanelWidget()
get property isPanelWidget

Throws:
RhapsodyRuntimeException

getPanelWidgetInstancePath

IRPCollection getPanelWidgetInstancePath()
get property panelWidgetInstancePath

Throws:
RhapsodyRuntimeException

hideAllPorts

void hideAllPorts()
method hideAllPorts

Throws:
RhapsodyRuntimeException

sendToBack

void sendToBack()
method sendToBack

Throws:
RhapsodyRuntimeException

setPanelWidgetInstancePath

void setPanelWidgetInstancePath(IRPCollection panelWidgetInstancePath)
set property panelWidgetInstancePath

Throws:
RhapsodyRuntimeException

showAllPorts

void showAllPorts()
method showAllPorts

Throws:
RhapsodyRuntimeException