But now, i have an issue when i want to insert a transition between a leaf of the tree and the main node.
The problem is due to the fact that the main node is in a statechart diagram and the leaf of the tree is in a other one
(in fact, each level of the tree is in its own statechart diagram).
So, i want to create diagram connector and use the connector to link states to the main node.
But i can't find a method like:
- Code: Select all
IRPConnector connect = rootState.addConnector("DiagramConnector");
so, my question is:
How can I create a diagramConnector in a StateChart diagram with the JavaAPI?
I'm using Rhapsody 7.4
Please Help.
Thomas.