crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

The elements of the sequence diagram for KissMDA #45

Open mira20 opened 9 years ago

mira20 commented 9 years ago

Hi, Please I have a question!! To implement the elements of the sequence diagram for KissMDA,I need to represent the elements as a class and then automatically generate code or manually? how I will represent them? (the elements are LifeLine,Message,Collaboration..) thank you

lofidewanto commented 9 years ago

All the UML diagrams are based on UML2 Eclipse library. Check this page for programming with UML2: https://github.com/crowdcode-de/KissMDA/wiki/Programming-with-Eclipse-UML2-and-JDT

Here is a good source of State Maschine UML2 metamodel: http://goo.gl/rD07Jc

Here is a discussion about State Maschine UML2 metamodel: http://www.eclipse.org/forums/index.php/t/664952/

mira20 commented 9 years ago

Thank you for your help