Class DFSMState

Inherits from:
Object
Declared in:
DFSM.h

Class Hierarchy

    Object
      |
      +---DFSMState

Class Description

The DFSMState class implements a state of the finite state machine. The class stores the transitions and the any-transition. Special purpose states should inherit from FSMState.

Last modified:
31-Oct-2007 (DFSM.h)

Instance Variables

private DList *_transitions
all the transitions for the state
private DFSMState *_any
the any-transition-state (reference)

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0