|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CVarSet Class Reference#include <varset.h>
Inheritance diagram for NLAILOGIC::CVarSet:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::CVarSet::CVarSet |
( |
|
) |
|
|
NLAILOGIC::CVarSet::CVarSet |
( |
const CVarSet & |
|
) |
|
|
NLAILOGIC::CVarSet::CVarSet |
( |
std::vector< IBaseVar * > & |
|
) |
|
|
NLAILOGIC::CVarSet::~CVarSet |
( |
|
) |
|
|
Member Function Documentation
void NLAILOGIC::CVarSet::addVar |
( |
IBaseVar * |
|
) |
|
|
CValueSet * NLAILOGIC::CVarSet::asCValueSet |
( |
|
) |
|
|
void NLAILOGIC::CVarSet::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.
Reimplemented in NLAILOGIC::CClause.
Definition at line 99 of file varset.cpp.
References _Vars. |
|
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.
Reimplemented in NLAILOGIC::CRule.
Definition at line 236 of file varset.cpp.
References IdVarSet.
Referenced by save. |
std::list< IObjetOp * > * NLAILOGIC::CVarSet::getValues |
( |
|
) |
|
|
std::vector< IBaseVar * > * NLAILOGIC::CVarSet::getVars |
( |
|
) |
[virtual] |
|
bool NLAILOGIC::CVarSet::isEqual |
( |
const CVarSet & |
a |
) |
const [virtual] |
|
bool NLAILOGIC::CVarSet::isTrue |
( |
|
) |
const [virtual] |
|
bool NLAILOGIC::CVarSet::isUnified |
( |
|
) |
|
|
IObjetOp * NLAILOGIC::CVarSet::operator! |
( |
|
) |
const [virtual] |
|
void NLAILOGIC::CVarSet::removeVar |
( |
IBaseVar * |
|
) |
|
|
const IObjectIA::CProcessResult & NLAILOGIC::CVarSet::run |
( |
|
) |
[virtual] |
|
sint32 NLAILOGIC::CVarSet::size |
( |
|
) |
|
|
float NLAILOGIC::CVarSet::truthValue |
( |
|
) |
const [virtual] |
|
sint32 NLAILOGIC::CVarSet::undefined |
( |
|
) |
[virtual] |
|
CVarSet * NLAILOGIC::CVarSet::unify |
( |
CValueSet * |
|
) |
[virtual] |
|
CVarSet * NLAILOGIC::CVarSet::unify |
( |
CVarSet * |
|
) |
[virtual] |
|
Member Data Documentation
std::vector<IBaseVar *> NLAILOGIC::CVarSet::_Vars [protected]
|
|
|
Definition at line 39 of file varset.h.
Referenced by NLAILOGIC::CRule::addConc, NLAILOGIC::CClause::addCond, addVar, asCValueSet, NLAILOGIC::CRule::backWard, NLAILOGIC::CClause::CClause, CVarSet, NLAILOGIC::CFactPattern::getDebugString, getDebugString, NLAILOGIC::CRule::getDebugString, NLAILOGIC::CClause::getDebugString, getValues, getVars, NLAILOGIC::CFactPattern::init, NLAILOGIC::CRule::init, NLAILOGIC::CFactPattern::isEqual, isEqual, isTrue, load, NLAILOGIC::CClause::nbVars, operator[], removeVar, save, size, undefined, unify, NLAILOGIC::CRule::unifyBack, and ~CVarSet. |
sint32 NLAILOGIC::CVarSet::NbInstanciated [protected]
|
|
The documentation for this class was generated from the following files:
|
|