Lines Matching refs:State
3 State Machine Framework
11 The State Machine Framework (SMF) is an application agnostic framework that
16 State Creation
50 State Machine Creation
107 State Machine Execution
121 State Machine Termination
129 UML State Machines
152 State Machine Examples
155 Flat State Machine Example
195 /* State S0 */
209 /* State S1 */
219 /* State S2 */
232 /* State S1 does not have an entry action */
234 /* State S2 does not have an exit action */
247 /* State machine terminates if a non-zero value is returned */
257 Hierarchical State Machine Example
303 /* Parent State */
313 /* State S0 */
319 /* State S1 */
325 /* State S2 */
338 /* State S2 do not have entry or exit actions and no parent */
351 /* State machine terminates if a non-zero value is returned */
374 Event Driven State Machine Example
377 Events are not explicitly part of the State Machine Framework but an event driven
428 /* State S0 */
444 /* State S1 */
513 /* State machine terminates if a non-zero value is returned */
522 State Machine Example With Initial Transitions And Transition To Self
531 :caption: Test state machine for UML State Transitions