Interfaces ========== .. php:interface:: StateInterface Objects that implement this interface can take part in a :php:class:`Transition` Objects that implement this interface are: * :php:class:`Choice` * :php:class:`Fork` * :php:class:`Join` * :php:class:`State`