GeertBellekens / Enterprise-Architect-Add-in-Framework

Framework for add-ins on Sparx Systems Enterprise Architect
http://geertbellekens.github.com/Enterprise-Architect-Add-in-Framework/
BSD 2-Clause "Simplified" License
72 stars 43 forks source link

Added Behavior StateMachine elements support. Added TransformationILWriter utility class. #2

Closed makulik closed 12 years ago

makulik commented 12 years ago

I have matured my implementation for UML behaviour state machine elements support up to the point I needed for my application.

Additionally I decided to provide a utility class for generating Enterprise Architect transformation intermediate language from the UML tooling framework model representation. I found this pretty useful for my AddIn application and hope that others can profit from it. This class enables you to generate EA model transformations in a DSL like manner.