Hello, Just started using your library and this puzzles me: ``` S0->addTransition(&transitionS0,S0); // Transition to itself (see transition logic for details) ``` Where exactly is the "transition logic" explained ?