blob: 6b7de8bfc8c5c3d2b5a7431dc38c9bc83ebed2c4 [file] [log] [blame]
=======================
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
:special-members: __and__, __or__, __invert__
:members:
.. automethod:: __init__