Class DFSMTrans

Inherits from:
Object
Declared in:
DFSM.h

Class Hierarchy

    Object
      |
      +---DFSMTrans

Class Description

The DFSMTrans class implements a transition in the finite state machine. This class is privately used by DFSM. The class stores the trigger and the destination label.

Last modified:
27-Feb-2005 (DFSM.h)

Instance Variables

private DBitArray *_trigger
the range of events that trigger the transition
private DFSMState *_destination
the destination of the transition (reference !)

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0