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:
23-Jul-2006 (DFSM.h)

Instance Variables

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

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0