#include <clause.h>
Inheritance diagram for NLAILOGIC::CClause:
IObjectIA base class method; | |
virtual sint32 | getMethodIndexSize () const |
virtual TQueue | IObjetOp::isMember (const IVarName *, const IVarName *, const IObjectIA &) const |
virtual CProcessResult | IObjetOp::runMethodeMember (sint32 index, IObjectIA *) |
[NOHEADER] | |
virtual IObjetOp & | neg () |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator *= (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator+= (const IObjetOp &) |
add the operater by anather. | |
virtual IObjetOp & | operator-= (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator/= (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
[NOHEADER] | |
virtual IObjetOp * | operator * (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator+ (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator- (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator/ (const IObjetOp &) |
throw (NLAIE::CExceptionNotImplemented) | |
Public Types | |
enum | TOpId { op_add, op_sub, op_mul, op_div, op_eq, op_inf, op_sup, op_inf_eq, op_sup_eq, op_not, op_diff, op_neg, op_last } |
Public Member Functions | |
virtual void | addBuffer () |
virtual void | addCond (CFactPattern *cond) |
virtual void | addConflicts () |
void | addVar (IBaseVar *) |
CValueSet * | asCValueSet () |
virtual TQueue | canProcessMessage (const IVarName &) |
CClause (std::list< CFactPattern * > &) | |
CClause (const CClause &) | |
CClause () | |
std::vector< IBaseAssert * > & | CClause::getAssert () |
void | CClause::init (NLAIAGENT::IObjectIA *) |
virtual const NLAIC::IBasicType * | clone () const |
sint32 | decRef () |
Decrement the reference of an object. | |
virtual void | getDebugString (std::string &) const |
virtual const std::string | getInfo () |
std::list< CClause * > * | getInputs () |
virtual std::string | getMethodeMemberDebugString (sint32, sint32) const |
virtual IObjetOp * | getNeg () const |
const sint32 & | getRef () const |
get the refence count. | |
const IObjectIA * | getStaticMember (const IVarName &compName) const |
virtual const IObjectIA * | getStaticMember (sint32) const |
virtual sint32 | getStaticMemberIndex (const IVarName &) const |
virtual sint32 | getStaticMemberSize () const |
virtual const NLAIC::CIdentType & | getType () const |
std::list< NLAIAGENT::IObjetOp * > * | getValues () |
virtual std::vector< IBaseVar * > * | getVars () |
void | incRef () |
Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list. | |
virtual void | init (IObjectIA *) |
virtual sint32 | isClassInheritedFrom (const IVarName &) const |
virtual bool | isEqual (const IBasicObjectIA &a) const=0 |
bool | isEqual (const NLAIAGENT::IBasicObjectIA &a) const |
virtual bool | isEqual (const CVarSet &a) const |
virtual bool | isLocal () |
If the result is true the object is loclal else its a representation of an object on the server. By the method return true. | |
virtual TQueue | isMember (const IVarName *, const IVarName *, const IObjectIA &) const |
virtual bool | isTrue () const |
throw (NLAIE::CExceptionNotImplemented) | |
bool | isUnified () |
virtual void | load (NLMISC::IStream &is) |
sint32 | nbVars () |
virtual const NLAIC::IBasicType * | newInstance () const |
virtual IObjetOp * | operator * (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator *= (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual NLAIAGENT::IObjetOp * | operator! () const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual NLAIAGENT::IObjetOp * | operator!= (NLAIAGENT::IObjetOp &a) const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator+ (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator+= (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator- (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator-= (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator/ (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp & | operator/= (IObjetOp *a) |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator< (IObjetOp &) const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator<= (IObjetOp &) const |
throw (NLAIE::CExceptionNotImplemented) | |
bool | operator== (const IBasicObjectIA &classType) const |
virtual NLAIAGENT::IObjetOp * | operator== (NLAIAGENT::IObjetOp &a) const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator> (IObjetOp &) const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IObjetOp * | operator>= (IObjetOp &) const |
throw (NLAIE::CExceptionNotImplemented) | |
virtual IBaseVar * | operator[] (sint32) |
virtual void | propagate (CFactPattern *) |
virtual void | propagate (std::list< NLAIAGENT::IObjectIA * > *, std::vector< sint32 > &) |
virtual void | release () |
Release allow to release the pointer. The last release when the _Ref is nul delete the object. | |
void | removeVar (IBaseVar *) |
virtual const CProcessResult & | run () |
virtual CProcessResult | runMethodeMember (sint32 index, IObjectIA *) |
virtual CProcessResult | runMethodeMember (sint32, sint32, IObjectIA *) |
virtual const CProcessResult & | runStep () |
virtual void | save (NLMISC::IStream &os) |
virtual CProcessResult | sendMessage (const IVarName &, IObjectIA *) |
virtual CProcessResult | sendMessage (IObjectIA *) |
virtual void | serial (NLMISC::IStream &f) throw (NLMISC::EStream) |
virtual bool | setStaticMember (sint32, IObjectIA *) |
bool | setStaticMember (const IVarName &compName, IObjectIA *change) |
void | showBuffer () |
void | showConflicts () |
void | showLiaisons () |
sint32 | size () |
virtual float | truthValue () const |
Returns a value in [0,1]. | |
virtual sint32 | undefined () |
virtual CVarSet * | unify (CValueSet *) |
virtual CVarSet * | unify (CVarSet *) |
CValueSet * | unifyLiaison (const CValueSet *, std::list< NLAIAGENT::IObjectIA * > *, std::vector< sint32 > &) |
~CClause () | |
Static Public Attributes | |
const NLAIC::CIdentType | IdClause |
const NLAIC::CIdentType | IdVarSet |
TProcessStatement | ProcessBuzzy = processBuzzy |
TProcessStatement | ProcessEnd = processEnd |
TProcessStatement | ProcessError = processError |
TProcessStatement | ProcessIdle = processIdle |
TProcessStatement | ProcessLocked = processLocked |
CProcessResult | ProcessNotComplit = IObjectIA::CProcessResult(processNotComplete) |
CProcessResult | ProcessRun = IObjectIA::CProcessResult() |
Protected Member Functions | |
sint32 | findAssert (IBaseAssert *) |
Protected Attributes | |
std::vector< IBaseAssert * > | _Asserts |
std::list< CValueSet * > | _BufLiaisons |
std::vector< IBaseBoolType * > | _Conds |
std::list< CValueSet * > | _Conflits |
bool | _FirstOrderTrue |
std::list< CValueSet * > | _Liaisons |
sint32 | _NbValid |
std::vector< std::vector< sint32 > > | _PosVarsCond |
std::list< CBoolAssert * > | _SimpleConds |
std::vector< IBaseVar * > | _Vars |
sint32 | NbInstanciated |
|
Definition at line 46 of file agent_operator.h.
|
|
Definition at line 30 of file clause.cpp. References _Liaisons, and _NbValid. Referenced by clone(), and newInstance().
|
|
Definition at line 48 of file clause.cpp. References _Conds, _NbValid, _PosVarsCond, and addCond().
00048 : CVarSet(cl) 00049 00050 { 00051 _NbValid = cl._NbValid; 00052 std::vector<IBaseBoolType *>::const_iterator it_c = cl._Conds.begin(); 00053 while ( it_c != cl._Conds.end() ) 00054 { 00055 addCond( (CFactPattern *) *it_c ); 00056 it_c++; 00057 } 00058 00059 std::vector< std::vector<sint32> >::const_iterator it_li = cl._PosVarsCond.begin(); 00060 while ( it_li != cl._PosVarsCond.end() ) 00061 { 00062 std::vector<sint32>::const_iterator it_i = (*it_li).begin(); 00063 _PosVarsCond.push_back( std::vector<sint32>() ); 00064 00065 while ( it_i != (*it_li).end() ) 00066 { 00067 _PosVarsCond.back().push_back( *it_i ) ; 00068 it_i++; 00069 } 00070 it_li++; 00071 } 00072 } |
|
Definition at line 36 of file clause.cpp. References _Liaisons, _NbValid, and addCond().
|
|
Definition at line 74 of file clause.cpp. References _BufLiaisons, _Conflits, _Liaisons, and sint32.
00075 { 00076 for ( sint32 i = 0; i < (sint32) _Conds.size(); i++ ) 00077 _Conds[i]->release(); 00078 00079 while ( ! _Conflits.empty() ) 00080 { 00081 delete _Conflits.front(); 00082 _Conflits.pop_front(); 00083 } 00084 00085 while ( ! _Liaisons.empty() ) 00086 { 00087 delete _Liaisons.front(); 00088 _Liaisons.pop_front(); 00089 } 00090 00091 while ( ! _BufLiaisons.empty() ) 00092 { 00093 delete _BufLiaisons.front(); 00094 _BufLiaisons.pop_front(); 00095 } 00096 } |
|
Definition at line 328 of file clause.cpp. References _BufLiaisons, and _Liaisons. Referenced by propagate().
00329 { 00330 while ( !_BufLiaisons.empty() ) 00331 { 00332 _Liaisons.push_back( _BufLiaisons.front() ); 00333 std::string buf; 00334 _BufLiaisons.front()->getDebugString( buf ); 00335 //TRACE ( "Ajout de la liaison du buffer: %s ", buf ); 00336 _BufLiaisons.pop_front(); 00337 } 00338 } |
|
Definition at line 124 of file clause.cpp. References _Asserts, _PosVarsCond, NLAILOGIC::CFactPattern::clone(), findAssert(), NLAILOGIC::CFactPattern::getAssert(), NLAILOGIC::CVarSet::getVars(), and sint32. Referenced by CClause().
00125 { 00126 _Conds.push_back( (CFactPattern *) cond->clone() ); 00127 00128 // Recherche l'assertion 00129 sint32 pos_assert= findAssert( cond->getAssert() ); 00130 if ( pos_assert < 0 ) 00131 { 00132 _Asserts.push_back( cond->getAssert() ); 00133 pos_assert = _Asserts.size(); 00134 } 00135 00136 // Recherche si variables à ajouter 00137 std::vector<sint32> pos_vars; 00138 std::vector<IBaseVar *> *vars_cond = cond->getVars(); 00139 if ( vars_cond ) 00140 { 00141 std::vector<IBaseVar *>::iterator it_cond = vars_cond->begin(); 00142 while ( it_cond != vars_cond->end() ) 00143 { 00144 bool found; 00145 if ( _Vars.size() ) 00146 { 00147 found = false; 00148 for (sint32 i = 0; i < (sint32)_Vars.size() ; i++ ) 00149 { 00150 if ( ( *it_cond )->getName() == _Vars[ i ]->getName() ) 00151 { 00152 found = true; 00153 pos_vars.push_back( i ); 00154 } 00155 } 00156 } 00157 else 00158 found = false; 00159 00160 if ( !found ) 00161 { 00162 _Vars.push_back( (IBaseVar *)(*it_cond)->clone() ); 00163 pos_vars.push_back( _Vars.size() - 1); 00164 } 00165 it_cond++; 00166 } 00167 } 00168 00169 // Prévenir l'assertion 00170 if ( cond->getAssert() ) 00171 { 00172 ((CFirstOrderAssert *) cond->getAssert())->addClause( this, pos_vars ); 00173 _PosVarsCond.push_back( pos_vars ); 00174 } 00175 00176 for ( sint32 i = 0; i < (sint32) vars_cond->size(); i++ ) 00177 { 00178 (*vars_cond)[i]->release(); 00179 } 00180 delete vars_cond; 00181 } |
|
Reimplemented in NLAILOGIC::CRule. Definition at line 341 of file clause.cpp. Referenced by propagate().
00342 { 00343 } |
|
Definition at line 144 of file varset.cpp. References NLAIC::IBasicType::clone(). Referenced by NLAISCRIPT::COperatorClass::addFirstOrderCond(), NLAILOGIC::CRule::backWard(), NLAISCRIPT::COperatorClass::buildLogicTables(), NLAISCRIPT::COperatorClass::initialiseFactBase(), NLAILOGIC::CVarSet::unify(), and NLAILOGIC::CRule::unifyBack().
00145 { 00146 IBaseVar *tmp = (IBaseVar *) var->clone(); 00147 _Vars.push_back( tmp ); 00148 } |
|
Definition at line 290 of file varset.cpp. Referenced by NLAILOGIC::CFirstOrderAssert::addFact(), and NLAILOGIC::CRule::unifyBack().
00291 { 00292 CValueSet *result = new CValueSet( _Vars ); 00293 return result; 00294 } |
|
The method canProcessMessage(const IVarName &msgName) allow us to know if agent can preocess given by msgName. TQueue contain the liste of method (same as a run(msg)) that coud process the msg. Reimplemented in NLAIAGENT::CLocalAgentMail. Definition at line 350 of file baseai.cpp. References NLAIAGENT::TQueue. Referenced by NLAIAGENT::CLocalAgentMail::canProcessMessage().
00351 { 00352 return TQueue(); 00353 } |
|
|
|
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. Reimplemented from NLAILOGIC::CVarSet. Reimplemented in NLAILOGIC::CRule. Definition at line 98 of file clause.cpp. References CClause().
|
|
Decrement the reference of an object.
Definition at line 93 of file abstract_interface.h. References NLAIC::IPointerGestion::_Ref, and sint32. Referenced by NLAIC::IPointerGestion::release(), and NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle().
00094 {
00095 return --_Ref;
00096 }
|
|
Definition at line 110 of file clause.cpp. References _Asserts, NLAILOGIC::IBaseAssert::getName(), and sint32. Referenced by NLAILOGIC::CRule::addConc(), and addCond().
|
|
Implements NLMISC::IClassable. Reimplemented in NLAIC::CIdentType. Definition at line 116 of file abstract_interface.h. Referenced by NLAISCRIPT::CAgentClass::isClassInheritedFrom().
00117 { 00118 return std::string("<unnamed>"); 00119 } |
|
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::CVarSet. Reimplemented in NLAILOGIC::CRule. Definition at line 183 of file clause.cpp. References sint32.
|
|
Definition at line 292 of file abstract_interface.h. References NLAIC::IBasicType::getDebugString(), and s.
00293 { 00294 std::string s; 00295 getDebugString(s); 00296 return s; 00297 } |
|
Definition at line 368 of file clause.cpp.
00369 { 00370 return new std::list<CClause *>; 00371 } |
|
The methode getMethodeMemberDebugString(sint32 heritance, sint32 index) return a string that define the name and the argument of the method Reimplemented in NLAIAGENT::CAgentScript. Definition at line 311 of file baseai.cpp. References sint32. Referenced by NLAISCRIPT::CCallHeapMethodi::getDebugResult(), NLAISCRIPT::CCallStackMethodi::getDebugResult(), NLAISCRIPT::CCallMethodi::getDebugResult(), NLAISCRIPT::CLibHeapMemberMethod::getDebugResult(), NLAISCRIPT::CLibStackNewMemberMethod::getDebugResult(), NLAISCRIPT::CLibStackMemberMethod::getDebugResult(), NLAISCRIPT::CLibCallMethodi::getDebugResult(), NLAISCRIPT::CLibCallInheritedMethod::getDebugResult(), NLAISCRIPT::CLibCallMethod::getDebugResult(), NLAISCRIPT::CLibMemberMethodi::getDebugResult(), NLAISCRIPT::CLibMemberInheritedMethod::getDebugResult(), and NLAISCRIPT::CLibMemberMethod::getDebugResult().
00312 { 00313 switch(id) 00314 { 00315 case 0: 00316 { 00317 return std::string("IObjectIA::sendMessage(IMessage)"); 00318 } 00319 break; 00320 case 1: 00321 break; 00322 case 2: 00323 return std::string("IObjectIA::run()"); 00324 break; 00325 00326 case 3: 00327 { 00328 return std::string("IObjectIA::getStaticMember(Integer)"); 00329 } 00330 } 00331 return std::string("Mathod_?????(Param_?????)"); 00332 } |
|
getMethodIndexSize define the nomber of method define in the class. Reimplemented from NLAIAGENT::IObjectIA. Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombreDefine, NLAIAGENT::CPairType, NLAIAGENT::IBaseGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::IListBasicManager, NLAIAGENT::CMessageScript, NLAIAGENT::IMessageBase, NLAIAGENT::CAgentOperation, NLAIFUZZY::CFuzzyVar, NLAILOGIC::CFact, NLAILOGIC::CGoal, NLAILOGIC::CInternalGoal, and NLAILOGIC::IBaseVar. Definition at line 93 of file agent_operator.cpp. References NLAIAGENT::IObjetOp::op_last, and sint32.
00094 { 00095 return IObjectIA::getMethodIndexSize() + op_last; 00096 } |
|
Definition at line 165 of file agent_operator.h. References NLAIC::IBasicType::clone(), and NLAIAGENT::IObjetOp::neg(). Referenced by NLAISCRIPT::CNegOpCode::runOpCode().
|
|
get the refence count.
Definition at line 99 of file abstract_interface.h. References NLAIC::IPointerGestion::_Ref, and sint32. Referenced by NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle().
00100 {
00101 return _Ref;
00102 }
|
|
to get the pointer of a given components referened by an string. Definition at line 261 of file baseai.h. References NLAIAGENT::IObjectIA::getStaticMember(), and NLAIAGENT::IObjectIA::getStaticMemberIndex().
00262 { 00263 return getStaticMember(getStaticMemberIndex(compName)); 00264 } |
|
|
to get the index of a given components name. Reimplemented in NLAIAGENT::CLocalAgentMail, NLAIAGENT::CAgentScript, and NLAIAGENT::CMessageScript. Definition at line 188 of file baseai.cpp. References sint32. Referenced by NLAISCRIPT::CCompilateur::affectation(), NLAIAGENT::CComponentHandle::getComponent(), NLAIAGENT::IObjectIA::getStaticMember(), NLAIAGENT::CLocalAgentMail::getStaticMemberIndex(), NLAISCRIPT::CCompilateur::getValidateHierarchyBase(), NLAISCRIPT::CCompilateur::isValidateVarName(), NLAISCRIPT::CCodeBrancheRunDebug::printVariable(), NLAISCRIPT::CCompilateur::processingVar(), NLAISCRIPT::CConstraintStackComp::run(), and NLAIAGENT::IObjectIA::setStaticMember().
00189 {
00190 return -1;
00191 }
|
|
Static member is the component that the agent is create and die with. getStaticMemberSize to get the size of the static member components Reimplemented in NLAIAGENT::CLocalAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CMessageScript, NLAISCRIPT::IClassInterpret, and NLAISCRIPT::CAgentClass. Definition at line 180 of file baseai.cpp. References NLAIC::IBasicType::getType(), sint32, and NLAIC::stringGetBuild(). Referenced by NLAIAGENT::CLocalAgentMail::getStaticMemberSize().
00181 { 00182 std::string text; 00183 text = NLAIC::stringGetBuild("sint32 IObjectIA::getStaticMemberSize() note implementaited for the '%s' interface",(const char *)getType()); 00184 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00185 return 0; 00186 } |
|
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, and NLAILOGIC::CFactPattern. Definition at line 235 of file varset.cpp. References NLAILOGIC::CVarSet::IdVarSet. Referenced by NLAILOGIC::CVarSet::save().
00236 { 00237 return IdVarSet; 00238 } |
|
Definition at line 272 of file varset.cpp. References sint32. Referenced by NLAILOGIC::CFirstOrderAssert::addFact(), NLAILOGIC::CFact::CFact(), and NLAILOGIC::CRule::unifyBack().
00273 { 00274 std::list<IObjetOp *> *result = new std::list<IObjetOp *>; 00275 00276 IObjetOp *tmp_val; 00277 00278 for ( sint32 i = 0; i < (sint32)_Vars.size(); i++ ) 00279 { 00280 tmp_val = _Vars[ i ]; 00281 IObjetOp *val; 00282 if ( (val = _Vars[ i ]->getValue()) ) 00283 result->push_back( val ); 00284 } 00285 00286 return result; 00287 } |
|
Definition at line 165 of file varset.cpp. Referenced by NLAILOGIC::CRule::addConc(), addCond(), NLAILOGIC::CRule::backWard(), NLAISCRIPT::COperatorClass::compileFactPattern(), NLAILOGIC::CFirstOrderOperator::compileFactPattern(), and NLAILOGIC::CRule::init().
00166 { 00167 std::vector<IBaseVar *> *result= new std::vector<IBaseVar *>; 00168 00169 std::vector<IBaseVar *>::iterator it_var = _Vars.begin(); 00170 while ( it_var != _Vars.end() ) 00171 { 00172 result->push_back( (IBaseVar *) (*it_var)->clone() ); 00173 it_var++; 00174 } 00175 return result; 00176 } |
|
|
Init method alows to init the attribut of an object. the maparmetre is in more time a list of IObjectIA. Reimplemented in NLAIFUZZY::CSimpleFuzzyCond, NLAIFUZZY::CFuzzyRule, NLAIFUZZY::CFuzzyRuleSet, NLAIFUZZY::CFuzzyInterval, NLAIFUZZY::CRightFuzzySet, NLAIFUZZY::CTriangleFuzzySet, NLAIFUZZY::CTrapezeFuzzySet, NLAIFUZZY::CLeftFuzzySet, NLAIFUZZY::CFuzzyVar, NLAILOGIC::CFirstOrderAssert, NLAILOGIC::CRule, and NLAILOGIC::CFactPattern. Definition at line 116 of file baseai.cpp. Referenced by NLAIFUZZY::IFuzzySet::runMethodeMember(), and NLAISCRIPT::CLdbNewOpCode::runOpCode().
00117 { 00118 00119 } |
|
|
|
|
|
isClassInheritedFrom(className) allow us to known if this class have a base class with the name className. If true the method return the range of the base class, this range is an arbitrary reference id define by the programmer or bay the scrypt. the false return is define by -1. Reimplemented in NLAIAGENT::IVector, NLAIAGENT::CLocalAgentMail, NLAIAGENT::INombreDefine, NLAIAGENT::IBaseGroupType, and NLAIAGENT::CMessageScript. Definition at line 246 of file baseai.cpp. References sint32. Referenced by NLAISCRIPT::CCompilateur::getValidateHierarchyBase(), NLAIAGENT::CLocalAgentMail::isClassInheritedFrom(), NLAIAGENT::CActorScript::Launch(), NLAIAGENT::CFsmScript::setTopLevel(), and NLAIAGENT::CActorScript::setTopLevel().
00247 {
00248 return -1;
00249 }
|
|
|
Reimplemented in NLAILOGIC::CFactPattern. Definition at line 131 of file varset.cpp. References sint32.
|
|
Definition at line 126 of file varset.cpp. Referenced by NLAILOGIC::CVarSet::operator!=().
00127 { 00128 return false; 00129 } |
|
If the result is true the object is loclal else its a representation of an object on the server. By the method return true.
Definition at line 356 of file baseai.cpp.
00357 { 00358 return true; 00359 } |
|
The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search. remember we use the overloadind method. NameSubClass: if this pointer is not NULL then NameSubClass is the name of the base class were the method are defined. methodName: is the name of the class. param: is an IObjectIA where it defined the parametre of the method. lot of method use a IObjectIA vector object with an NLAIC::CIdentType as the the template argm. Reimplemented in NLAIAGENT::IBasicAgent, NLAIAGENT::IVector, NLAIAGENT::CLocalAgentMail, NLAIAGENT::INombreDefine, NLAIAGENT::CPairType, NLAIAGENT::IBaseGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentTimerHandle, NLAIAGENT::IListBasicManager, NLAIAGENT::CMessageScript, and NLAIAGENT::IMessageBase. Definition at line 206 of file baseai.cpp. References _CONSTRUCTOR_, _RUN_, _SEND_, param, r, NLAIAGENT::IObjectIA::run(), and NLAIAGENT::TQueue. Referenced by NLAIAGENT::CAgentWatchTimer::addAttrib(), NLAISCRIPT::CCompilateur::findMethode(), NLAISCRIPT::CAgentClass::isMember(), NLAIAGENT::CLocalAgentMail::isMember(), and NLAISCRIPT::CFindRunMsg::runOpCode().
00207 { 00208 static CStringVarName send(_SEND_); 00209 static CStringVarName constructor(_CONSTRUCTOR_); 00210 static CStringVarName run(_RUN_); 00211 static CStringVarName statM("GetStaticMember"); 00212 00213 if(*methodName == send) 00214 { 00215 TQueue r; 00216 CObjectType *c = new CObjectType(new NLAIC::CIdentType(NLAIC::CIdentType::VoidType)); 00217 r.push(CIdMethod(0,0.0,NULL,c)); 00218 return r; 00219 } 00220 else 00221 if(*methodName == constructor && !((const NLAISCRIPT::CParam &)param).size()) 00222 { 00223 TQueue r; 00224 CObjectType *c = new CObjectType(new NLAIC::CIdentType(NLAIC::CIdentType::VoidType)); 00225 r.push(CIdMethod(1,0.0,NULL,c)); 00226 return r; 00227 } 00228 else 00229 if(*methodName == run && !((const NLAISCRIPT::CParam &)param).size()) 00230 { 00231 TQueue r; 00232 CObjectType *c = new CObjectType(new NLAIC::CIdentType(NLAIC::CIdentType::VoidType)); 00233 r.push(CIdMethod(2,0.0,NULL,c)); 00234 return r; 00235 } 00236 if(*methodName == statM && ((const NLAISCRIPT::CParam &)param).size()) 00237 { 00238 TQueue r; 00239 CObjectType *c = new CObjectType(new NLAIC::CIdentType(*IAgent::IdAgent)); 00240 r.push(CIdMethod(3,0.0,NULL,c)); 00241 return r; 00242 } 00243 return TQueue(); 00244 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAILOGIC::CVarSet. Definition at line 275 of file clause.cpp. References _NbValid. Referenced by operator!(), operator!=(), and operator==().
00276 { 00277 return ( _NbValid > 0 ); 00278 } |
|
Definition at line 267 of file varset.cpp. References NLAILOGIC::CVarSet::NbInstanciated.
00268 { 00269 return ( NbInstanciated == 0 ); 00270 } |
|
Load the class from a stream. Implements NLAIC::IBasicInterface. Definition at line 84 of file varset.cpp. References NLMISC::IStream::serial(), and sint32.
00085 { 00086 IObjectIA::load(is); 00087 sint32 nb_vars; 00088 is.serial( nb_vars ); 00089 00090 for (sint32 i = 0; i < nb_vars; i++ ) 00091 { 00092 NLAIC::CIdentTypeAlloc id; 00093 is.serial( id ); 00094 IBaseVar *tmp_var = (IBaseVar *)id.allocClass(); 00095 _Vars.push_back( tmp_var ); 00096 } 00097 } |
|
Definition at line 373 of file clause.cpp. References sint32. Referenced by NLAILOGIC::CValueSet::forward().
00374 { 00375 return _Vars.size(); 00376 } |
|
|
This function allow a new instance, that mean that the class is a class factory. Reimplemented from NLAILOGIC::CVarSet. Reimplemented in NLAILOGIC::CRule. Definition at line 104 of file clause.cpp. References CClause().
|
|
throw (NLAIE::CExceptionNotImplemented)
Definition at line 202 of file agent_operator.h.
00203 { 00204 return *this * *a; 00205 00206 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 147 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00148 { 00149 std::string text; 00150 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator * (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00151 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00152 return (IObjetOp *)this; 00153 } |
|
throw (NLAIE::CExceptionNotImplemented)
Definition at line 182 of file agent_operator.h.
00183 { 00184 return *this *= *a; 00185 00186 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CAgentOperation, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 110 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00111 { 00112 std::string text; 00113 text = NLAIC::stringGetBuild("opertor <IObjectIA &operator *= (const IObjectIA &a)> note implemented for the '%s' interface",(const char *)getType()); 00114 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00115 return *this; 00116 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAILOGIC::CVarSet. Definition at line 264 of file clause.cpp. References isTrue().
00265 { 00266 00267 return new CBoolType( !isTrue() ); 00268 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAILOGIC::CVarSet. Definition at line 270 of file clause.cpp. References NLAIAGENT::IObjetOp::isTrue(), and isTrue().
|
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::CGroupType, and NLAIAGENT::CVectorGroupType. Definition at line 193 of file agent_operator.h.
00194 { 00195 return *this + *a; 00196 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 131 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00132 { 00133 std::string text; 00134 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator + (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00135 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00136 return (IObjetOp *)this; 00137 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IBaseGroupType. Definition at line 173 of file agent_operator.h.
00174 { 00175 return *this += *a; 00176 } |
|
add the operater by anather. We do'nt make a pure virtual for this methods because we didn't wont to make development too many long, we prefer to put an exception to warn developer when this method is'nt define in the derivation class. Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIAGENT::IBaseGroupType, NLAIAGENT::IListBasicManager, NLAIAGENT::CAgentOperation, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 83 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00084 { 00085 std::string text; 00086 text = NLAIC::stringGetBuild("opertor <IObjectIA &operator += (const IObjectIA &a)> note implemented for the '%s' interface",(const char *)getType()); 00087 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00088 return *this; 00089 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::CGroupType, and NLAIAGENT::CVectorGroupType. Definition at line 197 of file agent_operator.h.
00198 { 00199 return *this - *a; 00200 00201 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 139 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00140 { 00141 std::string text; 00142 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator - (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00143 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00144 return (IObjetOp *)this; 00145 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IBaseGroupType. Definition at line 177 of file agent_operator.h.
00178 { 00179 return *this -= *a; 00180 00181 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIAGENT::IBaseGroupType, NLAIAGENT::IListBasicManager, NLAIAGENT::CAgentOperation, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 92 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00093 { 00094 std::string text; 00095 text = NLAIC::stringGetBuild("opertor <IObjectIA &operator -= (const IObjectIA &a)> note implemented for the '%s' interface",(const char *)getType()); 00096 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00097 return *this; 00098 } |
|
throw (NLAIE::CExceptionNotImplemented)
Definition at line 207 of file agent_operator.h.
00208 { 00209 return *this / *a; 00210 00211 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 155 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00156 { 00157 std::string text; 00158 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator / (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00159 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00160 return (IObjetOp *)this; 00161 } |
|
throw (NLAIE::CExceptionNotImplemented)
Definition at line 187 of file agent_operator.h.
00188 { 00189 return *this /= *a; 00190 00191 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CAgentOperation, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 119 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00120 { 00121 std::string text; 00122 text = NLAIC::stringGetBuild("opertor <IObjectIA &operator /= (const IObjectIA &a)> note implemented for the '%s' interface",(const char *)getType()); 00123 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00124 return *this; 00125 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::FuzzyType, NLAILOGIC::CBoolType, NLAISCRIPT::CVarPStack, NLAISCRIPT::CVarPStackParam, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 213 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00214 { 00215 std::string text; 00216 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator < (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00217 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00218 return (IObjetOp *)this; 00219 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::FuzzyType, NLAILOGIC::CBoolType, NLAISCRIPT::CVarPStack, NLAISCRIPT::CVarPStackParam, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 229 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00230 { 00231 std::string text; 00232 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator <= (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00233 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00234 return (IObjetOp *)this; 00235 } |
|
Lot of algo use this function to determine the equality between 2 class, in particular the extraction from stl list. the == operator call the bool isEqual(const IBasicObjectIA &a) const member method to determine the equality between tow class. Definition at line 134 of file baseai.cpp. References NLAIC::IBasicType::getType(), and NLAIAGENT::IBasicObjectIA::isEqual().
|
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAIAGENT::IObjetOp. Definition at line 288 of file clause.cpp. References NLAIAGENT::IObjetOp::isTrue(), and isTrue().
|
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::FuzzyType, NLAILOGIC::CBoolType, NLAISCRIPT::CVarPStack, NLAISCRIPT::CVarPStackParam, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 221 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00222 { 00223 std::string text; 00224 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator > (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00225 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00226 return (IObjetOp *)this; 00227 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::FuzzyType, NLAILOGIC::CBoolType, NLAISCRIPT::CVarPStack, NLAISCRIPT::CVarPStackParam, NLAIAGENT::INombre< double >, NLAIAGENT::INombre< uint16 >, NLAIAGENT::INombre< float >, NLAIAGENT::INombre< sint8 >, NLAIAGENT::INombre< uint64 >, NLAIAGENT::INombre< sint16 >, NLAIAGENT::INombre< uint8 >, NLAIAGENT::INombre< uint32 >, and NLAIAGENT::INombre< sint32 >. Definition at line 237 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00238 { 00239 std::string text; 00240 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator >= (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00241 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00242 return (IObjetOp *)this; 00243 } |
|
Definition at line 305 of file varset.cpp. References sint32.
00306 { 00307 return _Vars[i]; 00308 } |
|
Definition at line 195 of file clause.cpp.
00196 { 00197 // Pour chaque liaison... 00198 /* std::list< CValueSet *>::iterator it_l = _Liaisons.begin(); 00199 00200 while ( it_l != _Liaisons.end() ) 00201 { 00202 CValueSet *result; 00203 if ( result = fp->unify( *it_l ) ) 00204 { 00205 if ( result->undefined() == 0 ) 00206 _Conflits.push_back( result ); 00207 else 00208 _BufLiaisons.push_back( result ); 00209 } 00210 it_l++; 00211 }*/ 00212 } |
|
Definition at line 214 of file clause.cpp. References _BufLiaisons, _Conflits, _Liaisons, _NbValid, addBuffer(), addConflicts(), NLAILOGIC::CValueSet::undefined(), and unifyLiaison().
00215 { 00216 // Pour chaque liaison... 00217 std::list< CValueSet *>::iterator it_l = _Liaisons.begin(); 00218 00219 while ( it_l != _Liaisons.end() ) 00220 { 00221 // char buf[512]; 00222 CValueSet *l = *it_l; 00223 /* l->getDebugString( buf ); 00224 TRACE( "Pour liaison: %s \n", buf );*/ 00225 CValueSet *result = unifyLiaison( l, vals, pos_vals ); 00226 if ( result ) 00227 { 00228 00229 /* char buf[512]; 00230 result->getDebugString( buf ); 00231 TRACE( "Unification: %s \n", buf );*/ 00232 00233 if ( result->undefined() == 0 ) 00234 { 00235 _Conflits.push_back( result ); 00236 _NbValid++; 00237 } 00238 00239 else 00240 _BufLiaisons.push_back( result ); 00241 } 00242 it_l++; 00243 } 00244 00245 addBuffer(); 00246 addConflicts(); 00247 00248 } |
|
|
Definition at line 150 of file varset.cpp.
|
|
Some where Run method define the process of the agen. Implements NLAILOGIC::IBaseBoolType. Definition at line 121 of file varset.cpp.
00122 {
00123 return IObjectIA::ProcessRun;
00124 }
|
|
|
|
Some where Run method define the process of the agen. Reimplemented in NLAIAGENT::IAgent, and NLAIAGENT::CAgentScript. Definition at line 163 of file baseai.cpp. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild(). Referenced by NLAIAGENT::IAgent::runChildrenStepByStep().
00164 { 00165 std::string text; 00166 text = NLAIC::stringGetBuild("const CProcessResult &IObjectIA::runStep() note implementaited for the '%s' interface",(const char *)getType()); 00167 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00168 return IObjectIA::ProcessNotComplit; 00169 } |
|
Save the class in a stream. Implements NLAIC::IBasicInterface. Definition at line 71 of file varset.cpp. References NLAILOGIC::CVarSet::getType(), NLMISC::IStream::serial(), sint32, and size.
|
|
This method allow to send a message to an compoment given by an string IVarName. Reimplemented in NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, and NLAIAGENT::IMessageBase. Definition at line 334 of file baseai.cpp. References NLAIAGENT::IVarName::getString(), NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00335 { 00336 std::string text; 00337 text = NLAIC::stringGetBuild("method 'sendMessage(%s,const IObjectIA &)' '%s' interface",name.getString(), (const char *)getType()); 00338 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00339 return CProcessResult(); 00340 } |
|
The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg. Reimplemented in NLAIAGENT::CActorScript, NLAIAGENT::CLocalAgentMail, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CAgentTimerHandle, NLAIAGENT::IConnectIA, NLAIAGENT::IListManager, NLAIAGENT::CMainAgentScript, and NLAIAGENT::IMessageBase. Definition at line 342 of file baseai.cpp. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild(). Referenced by NLAIAGENT::IObjectIA::runMethodeMember(), NLAIAGENT::CAgentScript::sendBroadCast(), NLAIAGENT::IMessageBase::sendMessage(), NLAIAGENT::IListManager::sendMessage(), and NLAIAGENT::CAgentScript::sendMessage().
00343 { 00344 std::string text; 00345 text = NLAIC::stringGetBuild("method 'sendMessage(const IObjectIA &)' '%s' interface", (const char *)getType()); 00346 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00347 return CProcessResult(); 00348 } |
|
Reimplemented from NLAIC::IPointerGestion. Definition at line 328 of file abstract_interface.h. References NLAIC::IBasicInterface::load(), and NLAIC::IBasicInterface::save().
|
|
to cahnge a given components given by a string. Reimplemented in NLAIAGENT::CLocalAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CMessageScript, and NLAISCRIPT::CAgentClass. Definition at line 198 of file baseai.cpp. References NLAIC::IBasicType::getType(), sint32, and NLAIC::stringGetBuild().
00199 { 00200 std::string text; 00201 text = NLAIC::stringGetBuild("Function void IObjectIA::setStaticMember(sint32,IObjectIA *) note implementaited for the '%s' interface",(const char *)getType()); 00202 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00203 return false; 00204 } |
|
to cahnge a given components given by an index. Definition at line 268 of file baseai.h. References NLAIAGENT::IObjectIA::getStaticMemberIndex(). Referenced by NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode(), NLAISCRIPT::CAffMemberiOpCode::runOpCode(), and NLAIAGENT::CLocalAgentMail::setStaticMember().
00269 { 00270 return setStaticMember(getStaticMemberIndex(compName),change); 00271 } |
|
Definition at line 304 of file clause.cpp. References _BufLiaisons.
00305 { 00306 std::list<CValueSet *>::iterator it_vs = _BufLiaisons.begin(); 00307 while ( it_vs != _BufLiaisons.end() ) 00308 { 00309 std::string buf; 00310 ( *it_vs )->getDebugString( buf ); 00311 it_vs++; 00312 } 00313 } |
|
Definition at line 293 of file clause.cpp. References _Conflits.
|
|
Definition at line 315 of file clause.cpp. References _Liaisons.
|
|
Definition at line 240 of file varset.cpp. References sint32.
00241 { 00242 return _Vars.size(); 00243 } |
|
Returns a value in [0,1].
Reimplemented from NLAILOGIC::CVarSet. Definition at line 280 of file clause.cpp. References _NbValid.
00281 { 00282 if ( _NbValid > 0 ) 00283 return 1.0; 00284 else 00285 return 0.0; 00286 } |
|
Definition at line 296 of file varset.cpp. References sint32.
|
|
Definition at line 205 of file varset.cpp. References sint32, and NLAILOGIC::CValueSet::size().
00206 { 00207 if ( fp->size() != (sint32)_Vars.size() ) 00208 return NULL; 00209 00210 /* vector<IBaseVar *> *tmp_Vars = new vector<IObjetOp *>; 00211 vector<IBaseVar *>::iterator it_vt = _Vars.begin(); 00212 00213 CVarSet *unified = new CVarSet(NULL); 00214 00215 while ( it_vt != _Vars.end() ) 00216 { 00217 IBaseVar *tmp_var = (IBaseVar *) (*it_vt)->clone(); 00218 if ( tmp_var->unify( *it_vu , true ) ) 00219 unified->addVar( tmp_var ); 00220 else 00221 { 00222 delete tmp_var; 00223 delete unified; 00224 return NULL; 00225 } 00226 it_vt++; 00227 it_vu++; 00228 } 00229 return unified; 00230 */ 00231 return NULL; 00232 } |
|
Reimplemented from NLAILOGIC::CVarSet. Definition at line 351 of file clause.cpp.
00352 { 00353 // TODO: 00354 /* 00355 std::list<CValueSet *>::iterator it_l = _Liaisons.begin(); 00356 while ( it_cond != _Conds.end() ) 00357 { 00358 CVarSet *tmp = ( *it_cond )->unify( fact ); 00359 00360 if ( !tmp ) 00361 return; 00362 it_cond++; 00363 } 00364 */ 00365 return NULL; 00366 } |
|
Definition at line 251 of file clause.cpp. References NLAILOGIC::CValueSet::unify(). Referenced by propagate().
00252 { 00253 CValueSet *result; 00254 00255 if ( (result = fp->unify( vals, pos_vals )) ) 00256 return result; 00257 else 00258 { 00259 delete result; 00260 return NULL; 00261 } 00262 } |
|
Definition at line 48 of file clause.h. Referenced by addCond(), and findAssert(). |
|
Definition at line 43 of file clause.h. Referenced by addBuffer(), propagate(), showBuffer(), and ~CClause(). |
|
Definition at line 40 of file clause.h. Referenced by CClause(). |
|
Definition at line 44 of file clause.h. Referenced by propagate(), showConflicts(), and ~CClause(). |
|
|
|
Definition at line 42 of file clause.h. Referenced by addBuffer(), CClause(), propagate(), showLiaisons(), and ~CClause(). |
|
Definition at line 45 of file clause.h. Referenced by CClause(), isTrue(), propagate(), and truthValue(). |
|
|
|
|
|
Definition at line 39 of file varset.h. Referenced by NLAILOGIC::CVarSet::CVarSet(), and NLAILOGIC::CVarSet::unify(). |
|
Initial value: NLAIC::CIdentType( "Clause", NLAIC::CSelfClassFactory(CClause()), NLAIC::CTypeOfObject::tLogic, NLAIC::CTypeOfOperator::opAdd ) Definition at line 437 of file static_def_init.cpp. |
|
Referenced by NLAILOGIC::CVarSet::getType(). |
|
Definition at line 40 of file varset.h. Referenced by NLAILOGIC::CVarSet::CVarSet(), NLAILOGIC::CVarSet::isUnified(), and NLAILOGIC::CVarSet::operator!(). |
|
Define the an buzzy state for an agent all time in this state. Definition at line 147 of file baseai.cpp. |
|
Define the an end state for an agent all time in this state. Definition at line 148 of file baseai.cpp. |
|
Define the an error state for an agent all time in this state. Definition at line 149 of file baseai.cpp. |
|
Define the an idle state for an agent all time in this state. Definition at line 145 of file baseai.cpp. |
|
Define the an locked state for an agent all time in this state. Definition at line 146 of file baseai.cpp. |
|
Definition at line 144 of file baseai.cpp. |
|
Definition at line 143 of file baseai.cpp. |