Joshua Harlow bcb61f0b0d Split the state machine runners off into own file
When using a state machine it is not always desired
to use the runner concept, so to ensure both concepts
are modular split runners off into there own module.

Change-Id: Iac8ce50b0a17468190f3f737663b5b094c324a55
2015-06-09 15:14:34 -07:00

31 lines
417 B
ReStructuredText

===
API
===
--------
Machines
--------
.. autoclass:: automaton.machines.FiniteMachine
:members:
.. autoclass:: automaton.machines.HierarchicalFiniteMachine
:members:
-------
Runners
-------
.. autoclass:: automaton.runners.FiniteRunner
:members:
.. autoclass:: automaton.runners.HierarchicalRunner
:members:
----------
Exceptions
----------
.. automodule:: automaton.exceptions
:members: