|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CRule Class Reference#include <rule.h>
Inheritance diagram for NLAILOGIC::CRule:
List of all members.
Public Methods |
| CRule () |
| CRule (std::list< CFactPattern * > &, std::list< CFactPattern * > &) |
| CRule (const CRule &) |
virtual void | init (NLAIAGENT::IObjectIA *) |
| Init method alows to init the attribut of an object. More...
|
| ~CRule () |
void | addConc (CFactPattern *) |
void | setCond (CClause &) |
void | forward (CVarSet *) |
virtual void | addConflicts () |
virtual const NLAIC::CIdentType & | getType () const |
| getType return a unique string how represente the class, it can be the name of the class. More...
|
virtual const NLAIC::IBasicType * | clone () const |
| This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...
|
virtual const NLAIC::IBasicType * | newInstance () const |
| This function allow a new instance, that mean that the class is a class factory. More...
|
virtual void | getDebugString (std::string &) const |
| 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. More...
|
CValueSet * | unifyLiaisonBack (CValueSet *, std::list< NLAIAGENT::IObjetOp * > &, std::vector< sint32 > &, bool &) |
CVarSet * | backWard (CFactPattern *) |
CVarSet * | backward (CFactPattern *, std::vector< sint32 > &, std::vector< sint32 > &) |
void | backward (std::list< CValueSet * > *) |
std::list< CValueSet * > * | unifyBack (CFactPattern *) |
void | getPosListBackward (sint32, sint32, std::vector< sint32 > &) |
void | getPosListForward (sint32, sint32, std::vector< sint32 > &) |
Static Public Attributes |
const NLAIC::CIdentType | IdRule |
Private Methods |
void | getConcPosList (sint32, sint32, std::vector< sint32 > &) |
Private Attributes |
std::vector< IBaseAssert * > | _Concs |
std::vector< std::vector<
sint32 > > | _PosVarsConc |
Constructor & Destructor Documentation
NLAILOGIC::CRule::CRule |
( |
|
) |
|
|
NLAILOGIC::CRule::CRule |
( |
const CRule & |
|
) |
|
|
NLAILOGIC::CRule::~CRule |
( |
|
) |
|
|
Member Function Documentation
void NLAILOGIC::CRule::addConflicts |
( |
|
) |
[virtual] |
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Reimplemented from NLAILOGIC::CClause.
Definition at line 88 of file rule.cpp.
References CRule.
Referenced by init. |
void NLAILOGIC::CRule::forward |
( |
CVarSet * |
|
) |
|
|
void NLAILOGIC::CRule::getConcPosList |
( |
sint32 |
, |
|
|
sint32 |
, |
|
|
std::vector< sint32 > & |
|
|
) |
[private] |
|
void NLAILOGIC::CRule::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
|
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).
Reimplemented from NLAILOGIC::CVarSet.
Definition at line 234 of file rule.cpp.
References IdRule. |
|
This function allow a new instance, that mean that the class is a class factory.
Reimplemented from NLAILOGIC::CClause.
Definition at line 94 of file rule.cpp.
References CRule. |
void NLAILOGIC::CRule::setCond |
( |
CClause & |
|
) |
|
|
Member Data Documentation
std::vector<IBaseAssert *> NLAILOGIC::CRule::_Concs [private]
|
|
std::vector< std::vector<sint32> > NLAILOGIC::CRule::_PosVarsConc [private]
|
|
The documentation for this class was generated from the following files:
|
|