google-code-export / umple

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

Implement SCXML in Umple #639

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SCXML - Statechart XML is a new w3C notation for state diagrams. It is being 
used by lots of people. We should do the folliowing:

1. Generate SCXML - and verify it passes all the w3C testcases. We should use 
our XML generation class we already have to make this easy.

2. Import SCXML (just as we import XMI). Simply specifying a 'use' statement 
should allow reading it in

3. Point to the official SCXML examples and enable people using Umpleonline to 
see them directly

See http://www.w3.org/TR/scxml/

Original issue reported on code.google.com by TimothyCLethbridge on 4 Oct 2014 at 8:38

GoogleCodeExporter commented 9 years ago
Start with generating the SCXML ... ideally then run the result through a tool 
that accepts the XML.

Later on allow input of SCXML and translation to Umple.

Original comment by TimothyCLethbridge on 8 Jan 2015 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 6 Feb 2015 at 4:16