ThitGaRang / moliz

Automatically exported from code.google.com/p/moliz
0 stars 0 forks source link

[xmof] Set Action.output and Action.input to derived #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the original fUML metamodel Action.input and Action.output is derived. We 
changed this for the first prototype, but this should be changed back.

Therefore, this has to be changed in the generator of the XMOF metamodel and 
the derivation of the input and output has to be done in each concrete subclass 
of Action.

Original issue reported on code.google.com by p.langer on 14 Dec 2012 at 2:05

GoogleCodeExporter commented 8 years ago
This also has to be adapted in the factory creating the action instances (as 
they currently set input and output expicitly), as well as in the xmof diagram 
editor.

Original comment by p.langer on 14 Dec 2012 at 2:08

GoogleCodeExporter commented 8 years ago
Fixed in revision a5d2097dd2cc

Original comment by p.langer on 4 Feb 2013 at 2:44