-
Notifications
You must be signed in to change notification settings - Fork 1
View Automaton #51
Copy link
Copy link
Open
Labels
kind: featureNew feature or requestNew feature or requestscope: SpecEditorRelated to the Spec EditorRelated to the Spec Editor
Metadata
Metadata
Assignees
Labels
kind: featureNew feature or requestNew feature or requestscope: SpecEditorRelated to the Spec EditorRelated to the Spec Editor
Type
Fields
Give feedbackNo fields configured for issues without a type.
Writing some of my past research into this down..
http://www.graphviz.org/Download_linux_ubuntu.php shows that the latest versions are compatible up to 13.1, not 14.04, which is problematic. The installation may still be compatible, so I'll attempt to get it working before considering alternatives.
It would be great to be able to output a front end only (read: javascript) solution to this though, which would of course involve parsing the AUT file and creating a diagram of the state machine in SVG, then potentially converting that to PNG (and from there PDF?) for saving. Creating the diagram itself isn't awfully hard, but GraphViz does some nice things to get it to look correct (e.g. from top to bottom states are in numerical order, etc) and somehow fit in a one page PDF