31 std::cout <<
name << std::endl;
35 std::cout <<
"State Deleted" << std::endl;
Transition * arclist[MAXARCS]
List of possible transitions.
void printName(void)
Prints the name of the state.
const char * getName(void)
Returns the name of the state - Note that this.
bool addArc(Transition *t)
Transition * getActiveArc(void)
Represents possible transitions linking two State objects with an Event.