State Class Reference

#include <automata.h>

Collaboration diagram for State:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 State (int v, bool s, Automata *a)
void addTransition (Transition *t)
 ~State ()
void display (ostream &o)

Public Attributes

Automataautomata
bool si
list< Transition * > step
int value


Detailed Description

Definition at line 24 of file automata.h.


Constructor & Destructor Documentation

State::State ( int  v,
bool  s,
Automata a 
)

Definition at line 22 of file automata.cpp.

References automata, si, and value.

State::~State (  ) 


Member Function Documentation

void State::addTransition ( Transition t  ) 

Definition at line 29 of file automata.cpp.

References step.

Referenced by Automata::Automata().

void State::display ( ostream &  o  ) 

Definition at line 34 of file automata.cpp.

References si, and value.

Referenced by Automata::Automata(), and Automata::display().


Member Data Documentation

Definition at line 27 of file automata.h.

Referenced by State().

bool State::si

Definition at line 28 of file automata.h.

Referenced by display(), and State().

Definition at line 30 of file automata.h.

Referenced by Automata::Automata(), display(), and State().


The documentation for this class was generated from the following files:

Generated on Thu Jun 19 19:14:34 2008 for unification by  doxygen 1.5.6