|
|
|
|
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
[legend]Collaboration diagram for NLAILOGIC::CRule:
[legend]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 (char *text) 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 & c )
|
|
NLAILOGIC::CRule::~CRule (
|
)
|
|
Member Function Documentation
void NLAILOGIC::CRule::addConflicts (
|
) [virtual]
|
|
void NLAILOGIC::CRule::backward (
|
std::list< CValueSet *>* vs )
|
|
|
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. |
void NLAILOGIC::CRule::forward (
|
CVarSet * fp )
|
|
void NLAILOGIC::CRule::getConcPosList (
|
sint32,
|
|
sint32,
|
|
std::vector< sint32 >& ) [private]
|
|
void NLAILOGIC::CRule::getDebugString (
|
char * t ) 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.
Reimplemented from NLAILOGIC::CClause.
Definition at line 236 of file rule.cpp. |
void NLAILOGIC::CRule::getPosListBackward (
|
sint32 no_conc,
|
|
sint32 no_cond,
|
|
std::vector< sint32 >& cond_pos )
|
|
void NLAILOGIC::CRule::getPosListForward (
|
sint32 no_cond,
|
|
sint32 no_conc,
|
|
std::vector< sint32 >& conc_pos )
|
|
|
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 231 of file rule.cpp. |
void NLAILOGIC::CRule::init (
|
IObjectIA * params ) [virtual]
|
|
|
Init method alows to init the attribut of an object.
the maparmetre is in more time a list of IObjectIA.
Reimplemented from NLAILOGIC::CClause.
Definition at line 193 of file rule.cpp. |
|
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. |
void NLAILOGIC::CRule::setCond (
|
CClause & c )
|
|
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:
|
|