
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
509 B
509 B
API
Machines
automaton.machines.FiniteMachine
automaton.machines.HierarchicalFiniteMachine
Runners
automaton.runners.FiniteRunner
automaton.runners.HierarchicalRunner
Converters
automaton.converters.pydot
Exceptions
automaton.exceptions