InterruptingEdge (#67)
Congratulations^^
That version looks pretty good.
The Reference in InterruptibleActivityRegion leads to nowhere. Something like the Code below would be great^^
<interruptingEdge xmi:id="STRING" xmi:type="uml:ControlFlow">
<interrupts xmi:idref="STRING" />
<target xmi:idref="STRING" />
<source xmi:idref="STRING" />
</interruptingEdge>
Best regards
Waldemar
Created
5 June 2012 1:43:59
Closed
22 July 2012 14:06:27
Requested by
Waldemar
State
Solved
Version
5.30 Portable
OperatingSystem
Win 7
Solved in
5.40
Dusan Rodina - softwareideas.net 7 June 2012 15:25:08
Thanks for tips. XMI export/import still needs some improvements :)
Also the next release will be better in this respect.
If you'll find some other drawbacks, please, let me know.
Waldemar 5 June 2012 5:01:15
Pins and ObjectNode are missing in XMI too.
Here how it might look^^
<output xmi:id="STRING" xmi:type="uml:OutputPin">
<name>STRING</name>
<outgoing xmi:idref="STRING" />
<inPartition xmi:idref="STRING" />
<inInterruptibleRegion xmi:idref="STRING" />
</output>
<input xmi:id="STRING" xmi:type="uml:InputPin">
<name>STRING</name>
<incoming xmi:idref="STRING" />
<inPartition xmi:idref="STRING" />
<inInterruptibleRegion xmi:idref="STRING" />
</input>
<node xmi:id="STRING" xmi:type="uml:ObjectNode">
<name>STRING</name>
<incoming xmi:idref="STRING" />
<outgoing xmi:idref="STRING" />
<inPartition xmi:idref="STRING" />
<inInterruptibleRegion xmi:idref="STRING" />
</input>