I have several big *.uml models which contain submachine states and composite states which I need to remove because it is possible to generate better test cases for a flat diagram. I want to import the models and then write a JAVA program which resolves this issue and tranfers the the submachine states into the parent layer. If I would do this per hand it would take forever. So I was wondering what my best strategie could be I had the idea to do it whith ecore but I never worked with ecore before and was wondering if there was either a tutorial or documentation for transformations on an ecore model or there might be a better way to approach the whole problem!
Try Richard Gronback's DSL Toolkit book. Or just use some Eclipse projects.
Regards
Ed Willink
On 02/08/2012 22:27, Florian Wartenberg wrote:
> I have several big *.uml models which contain submachine states and
> composite states which I need to remove because it is possible to
> generate better test cases for a flat diagram. I want to import the
> models and then write a JAVA program which resolves this issue and
> tranfers the the submachine states into the parent layer. If I would
> do this per hand it would take forever. So I was wondering what my
> best strategie could be I had the idea to do it whith ecore but I
> never worked with ecore before and was wondering if there was either a
> tutorial or documentation for transformations on an ecore model or
> there might be a better way to approach the whole problem!
>
>
> Thanks in advance
>
> Florian