Translates the state machine into a pydot graph.
Parameters: |
|
---|
Base class for most exceptions emitted from this library.
Exception raised when a frozen machine is modified.
Raised when a invalid state transition is attempted while executing.
Raised when some entry in some object doesn’t exist.
Error raised when an action is attempted on a not inited machine.
digraph inheritance348b908e00 { rankdir=LR; size="8.0, 12.0"; "AutomatonException" [style="setlinewidth(0.5)",URL="#automaton.exceptions.AutomatonException",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Base class for *most* exceptions emitted from this library.",height=0.25,shape=box,fontsize=10]; "Duplicate" [style="setlinewidth(0.5)",URL="#automaton.exceptions.Duplicate",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Raised when a duplicate entry is found.",height=0.25,shape=box,fontsize=10]; "AutomatonException" -> "Duplicate" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FrozenMachine" [style="setlinewidth(0.5)",URL="#automaton.exceptions.FrozenMachine",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Exception raised when a frozen machine is modified.",height=0.25,shape=box,fontsize=10]; "AutomatonException" -> "FrozenMachine" [arrowsize=0.5,style="setlinewidth(0.5)"]; "InvalidState" [style="setlinewidth(0.5)",URL="#automaton.exceptions.InvalidState",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Raised when a invalid state transition is attempted while executing.",height=0.25,shape=box,fontsize=10]; "AutomatonException" -> "InvalidState" [arrowsize=0.5,style="setlinewidth(0.5)"]; "NotFound" [style="setlinewidth(0.5)",URL="#automaton.exceptions.NotFound",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Raised when some entry in some object doesn't exist.",height=0.25,shape=box,fontsize=10]; "AutomatonException" -> "NotFound" [arrowsize=0.5,style="setlinewidth(0.5)"]; "NotInitialized" [style="setlinewidth(0.5)",URL="#automaton.exceptions.NotInitialized",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",tooltip="Error raised when an action is attempted on a not inited machine.",height=0.25,shape=box,fontsize=10]; "AutomatonException" -> "NotInitialized" [arrowsize=0.5,style="setlinewidth(0.5)"]; }