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
70 stars 42 forks source link

1st implementation for behavior state machine EA element wrappers #1

Closed makulik closed 11 years ago

makulik commented 12 years ago

Hi Geert,

Here's a 1st implementation for the behavior state machine EA element wrappers. Far from complete ... but working for a 1st shot so far. A lot of the properties simply throw 'NotImplemented' exception for now (I've been learning from your style ;-) ). Would you please review the implementations?

I've also seen some properties in your implementation, that provide setters despite these are marked 'ReadOnly' in the UML 2.2(3?) superstructure specification, was this done by purpose?

Signed-off-by: makulik g-makulik@t-online.de