|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
CAutomataDesc Class ReferenceA class which describe a simple success/fail automat.
More...
#include <automata_desc.h>
Inheritance diagram for CAutomataDesc:
List of all members.
Detailed Description
A class which describe a simple success/fail automat.
Each state is identified by an unique Id. The Id IDSUCCESS (-1) is the automat Success state Id. The Id IDFAIL (-2) is the automat Fail state Id. -
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2001
Definition at line 44 of file automata_desc.h.
Constructor & Destructor Documentation
CAutomataDesc::CAutomataDesc |
( |
|
) |
|
|
virtual CAutomataDesc::~CAutomataDesc |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void CAutomataDesc::addEntryState |
( |
sint32 |
entryId |
) |
|
|
void CAutomataDesc::addFailState |
( |
sint32 |
id, |
|
|
sint32 |
faileId |
|
) |
|
|
void CAutomataDesc::addState |
( |
sint32 |
id, |
|
|
std::string |
name |
|
) |
|
|
void CAutomataDesc::addSuccessState |
( |
sint32 |
id, |
|
|
sint32 |
successId |
|
) |
|
|
bool CAutomataDesc::exploredState |
( |
sint32 |
stateId |
) |
[private] |
|
void CAutomataDesc::generateScript |
( |
|
) |
|
|
std::string CAutomataDesc::getAutomatName |
( |
|
) |
const |
|
std::string CAutomataDesc::getClassName |
( |
|
) |
[virtual] |
|
std::string CAutomataDesc::getStateName |
( |
sint32 |
stateId |
) |
const |
|
std::string CAutomataDesc::removeSpaces |
( |
std::string & |
|
) |
|
|
void CAutomataDesc::setAutomatName |
( |
std::string |
name |
) |
|
|
void CAutomataDesc::setExploredState |
( |
sint32 |
stateId |
) |
|
|
void CAutomataDesc::setVisitedState |
( |
sint32 |
stateId |
) |
|
|
bool CAutomataDesc::visitedState |
( |
sint32 |
stateId |
) |
|
|
Member Data Documentation
std::string CAutomataDesc::_AutomatName [private]
|
|
std::set<sint32> CAutomataDesc::_ExploredState [private]
|
|
std::set<sint32> CAutomataDesc::_VisitedState [private]
|
|
const sint32 CAutomataDesc::IDFAIL = -2 [static]
|
|
const sint32 CAutomataDesc::IDSUCCESS = -1 [static]
|
|
The documentation for this class was generated from the following files:
|
|