|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CFactBase Class Reference#include <factbase.h>
Inheritance diagram for NLAILOGIC::CFactBase:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::CFactBase::CFactBase |
( |
|
) |
|
|
NLAILOGIC::CFactBase::~CFactBase |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAILOGIC::CFactBase::addFact |
( |
CFact * |
|
) |
|
|
void NLAILOGIC::CFactBase::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Implements NLAIC::IBasicType.
Definition at line 184 of file factbase.cpp. |
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAIC::IBasicType.
Definition at line 149 of file factbase.cpp.
References IdFactBase. |
bool NLAILOGIC::CFactBase::isTrue |
( |
|
) |
const [virtual] |
|
void NLAILOGIC::CFactBase::removeFact |
( |
CFact * |
|
) |
|
|
const IObjectIA::CProcessResult & NLAILOGIC::CFactBase::run |
( |
|
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|