
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
31 lines
417 B
ReStructuredText
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:
|