|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRPGraphNode in com.telelogic.rhapsody.core |
---|
Methods in com.telelogic.rhapsody.core that return IRPGraphNode | |
---|---|
IRPGraphNode |
IRPDiagram.addNewNodeByType(java.lang.String metaType,
int xPosition,
int yPosition,
int nWidth,
int nHeight)
Adds a diagram element of the specified type to the diagram, using the position and dimensions specified. |
IRPGraphNode |
IRPStatechart.addNewNodeByType(java.lang.String metaType,
int xPosition,
int yPosition,
int nWidth,
int nHeight)
Adds a statechart element of the specified type to the statechart, using the position and dimensions specified. |
IRPGraphNode |
IRPDiagram.addNewNodeForElement(IRPModelElement element,
int xPosition,
int yPosition,
int nWidth,
int nHeight)
Adds a graphical element to the diagram to represent the specified model element. |
IRPGraphNode |
IRPStatechart.addNewNodeForElement(IRPModelElement element,
int xPosition,
int yPosition,
int nWidth,
int nHeight)
Adds a graphical element to the statechart to represent the specified model element. |
Methods in com.telelogic.rhapsody.core with parameters of type IRPGraphNode | |
---|---|
IRPCollection |
IRPStatechartDiagram.addAndLine(IRPGraphNode sourceState,
int xStartPosition,
int yStartPosition,
int xEndPosition,
int yEndPosition)
Adds an And Line to the specified state. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |