google-code-export / umple

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

Make Umple properly generate graphviz state machines #358

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A prototype capability to generate graphviz state machines has been in Umple 
since r2271.
(just run java -jar umple.jar TrafficLights.ump -g GvStateDiagram)

Needed enhancements:
  - Make it work with multiple state machines
  - Make it work with nested graphs using subgraph cluster notation in gv
  - Make UmpleOnline be able to generate state machines.

The code to modify is Generator_Code.ump

Original issue reported on code.google.com by TimothyCLethbridge on 5 Dec 2012 at 5:24

GoogleCodeExporter commented 9 years ago
Automated tests also need creating

Original comment by TimothyCLethbridge on 5 Dec 2012 at 5:24

GoogleCodeExporter commented 9 years ago
Grtaphviz class diagrams and/or layout of our own class diagrams should also be 
considered.

Original comment by TimothyCLethbridge on 31 Dec 2012 at 5:48

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 7 Feb 2013 at 5:49