| Class | Description |
|---|---|
| AbstractStatesExporter<R,S extends State,M extends Message,T extends Transitioner<S,M,? extends Transition<S,M>>> | |
| DOTExporter |
An exporter allowing to translate
a given state machine to the GraphViz DOT language
(@see https://www.graphviz.org/doc/info/lang.html)
|
| YAMLExporter |
An exporter allowing to translate a given state machine representation
(States and transitions) to YAML.
|
| Enum | Description |
|---|---|
| DOTExporter.RankDir |
The possible Rank direction of the grapth
|
| YAMLExporter.MarginSize |
The margin spacing options (2 or 4 spaces)
|
Copyright © 2019 state-machine. All rights reserved.