automaton/doc/source/api.rst
Joshua Harlow 3898b1d803 Add optional machine conversion into a pydot graph
Both ironic and taskflow share this same code to convert
their state machines into a pydot graph which then gets
converted into SVG to form:

- http://docs.openstack.org/developer/taskflow/states.html
- http://docs.openstack.org/developer/ironic/dev/states.html

So instead of duplicating it, provide a useful helper function
that both (and others) can share to produce a dot/graphviz pretty
diagram from a state machine.

Change-Id: I218740910163a1ca2587d706edc55852af1c0c74
2015-06-18 10:44:44 -07:00

509 B

API

Machines

automaton.machines.FiniteMachine

automaton.machines.HierarchicalFiniteMachine

Runners

automaton.runners.FiniteRunner

automaton.runners.HierarchicalRunner

Converters

automaton.converters.pydot

Exceptions

automaton.exceptions