blob: 2f8b797fead6d91dd8882c6eec05f01a6c76bfe8 [file]
=======================
Conditions/Transitions
=======================
.. _transitionref:
Conditions represent choices to move between actions -- these are read by the application builder when executing the graph.
Note that these will always be specified in order -- the first condition that evaluates to ``True`` will be the selected action.
.. autoclass:: burr.core.action.Condition
:members:
.. automethod:: __init__