#include <msg_action.h>
Inheritance diagram for NLAIAGENT::CFailureMsg:
Definition at line 70 of file msg_action.h.
|
Definition at line 46 of file agent_operator.h.
|
|
Definition at line 53 of file msg.h. Referenced by NLAIAGENT::IMessageBase::getPerformatif(), and NLAIAGENT::IMessageBase::load().
|
|
Definition at line 163 of file msg_action.cpp. Referenced by clone(), and newInstance().
00163 : CMessageScript(m) 00164 { 00165 } |
|
Definition at line 143 of file msg_action.cpp. References NLAIAGENT::IListBasicManager::set().
00143 :CMessageScript(l,b) 00144 { 00145 set(0, new DigitalType(0) ); 00146 } |
|
Definition at line 148 of file msg_action.cpp. References NLAIAGENT::IListBasicManager::set(), NLAIAGENT::IMessageBase::setMessageGroup(), and x.
00148 :CMessageScript(b) 00149 { 00150 CVectorGroupType *x = new CVectorGroupType(1); 00151 setMessageGroup(x); 00152 set(0, new DigitalType(0) ); 00153 } |
|
Definition at line 155 of file msg_action.cpp. References NLAIAGENT::IListBasicManager::set(), NLAIAGENT::IMessageBase::setMessageGroup(), and x.
00155 : 00156 CMessageScript((NLAISCRIPT::CMessageClass *)NLAISCRIPT::CFailureMsgClass::IdFailureMsgClass.getFactory()->getClass()) 00157 { 00158 CVectorGroupType *x = new CVectorGroupType(1); 00159 setMessageGroup(x); 00160 set(0, new DigitalType(0) ); 00161 } |
|
Definition at line 167 of file msg_action.cpp.
00168 { 00169 00170 } |
|
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 } |
|
Clear the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 173 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::clear().
00174 { 00175 _List->clear(); 00176 } |
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. Reimplemented from NLAIAGENT::CMessageScript. Definition at line 172 of file msg_action.cpp. References CFailureMsg(), and x.
00173 { 00174 const NLAIC::IBasicType *x; 00175 x = new CFailureMsg(*this); 00176 return x; 00177 } |
|
Push an IObjectIA back using the clone method.
Implements NLAIAGENT::IBaseGroupType. Definition at line 123 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::cpy().
00124 { 00125 _List->cpy(o); 00126 } |
|
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 }
|
|
Erase all element contain in the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 169 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::erase().
00170 { 00171 _List->erase(l); 00172 } |
|
Erase the first element find equal at the const IObjectIA& on argument.
Implements NLAIAGENT::IBaseGroupType. Definition at line 164 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::erase().
00165 { 00166 _List->erase(obj); 00167 } |
|
Erase the element how have the same pointer memory as the argument const IObjectIA *.
Implements NLAIAGENT::IBaseGroupType. Definition at line 160 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::erase().
00161 { 00162 _List->erase(o); 00163 } |
|
Erase all element find equal at the const IObjectIA & on argument.
Implements NLAIAGENT::IBaseGroupType. Definition at line 156 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::eraseAll().
00157 { 00158 _List->eraseAll(obj); 00159 } |
|
Definition at line 152 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::erase().
00153 { 00154 _List->erase(obj); 00155 } |
|
Find an element on the list the operator == is use.
Implements NLAIAGENT::IBaseGroupType. Definition at line 148 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::find().
00149 { 00150 return _List->find(obj); 00151 } |
|
return the back IObjectIA.
Implements NLAIAGENT::IBaseGroupType. Definition at line 131 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::get(). Referenced by NLAIAGENT::CSetValueMsg::getDebugString(), NLAIAGENT::COnChangeMsg::getDebugString(), NLAIAGENT::CNotifyParentScript::getDebugString(), getDebugString(), NLAIAGENT::CSuccessMsg::getDebugString(), NLAIAGENT::CProxyAgentMail::sendMessage(), and NLAIAGENT::CLocalAgentMail::sendMessage().
00132 { 00133 return _List->get(); 00134 } |
|
Return the nomber of internal C++ hard coded method that the class can process.
Reimplemented from NLAIAGENT::CMessageScript. Definition at line 239 of file msg_action.cpp. References sint32.
00240 {
00241 return CMessageScript::getBaseMethodCount() + 1;
00242 }
|
|
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 } |
|
Clear the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 73 of file list_manager.h. References NLAIAGENT::IBaseGroupType::getConstIterator(). Referenced by NLAIAGENT::CMainAgentScript::runExec(), and NLAIAGENT::CAgentOperation::runTell().
00074 { 00075 return _List->getConstIterator(); 00076 } |
|
Definition at line 152 of file msg.h. References NLAIAGENT::IMessageBase::_Continuation. Referenced by NLAIAGENT::CLocalMailBox::onKill(), NLAIAGENT::CAgentScript::processContinuation(), and NLAIAGENT::IBasicAgent::run().
00153 {
00154 return _Continuation;
00155 }
|
|
Definition at line 102 of file message_script.h. References NLAIAGENT::CMessageScript::_MessageClass. Referenced by NLAIAGENT::CSetValueMsg::getType(), NLAIAGENT::COnChangeMsg::getType(), NLAIAGENT::CNotifyParentScript::getType(), NLAIAGENT::CCancelGoalMsg::getType(), NLAIAGENT::CGoalMsg::getType(), NLAIAGENT::CGetValueMsg::getType(), NLAIAGENT::CFactMsg::getType(), getType(), and NLAIAGENT::CSuccessMsg::getType().
00103 { 00104 return _MessageClass; 00105 } |
|
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 NLAIAGENT::CMessageScript. Definition at line 187 of file msg_action.cpp. References NLAIAGENT::IListBasicManager::get(), NLAIC::IBasicType::getDebugString(), NLAIC::stringGetBuild(), and t.
00188 { 00189 std::string txt; 00190 get()->getDebugString(txt); 00191 t += NLAIC::stringGetBuild("CFailureMsg<%s>",txt.c_str()); 00192 } |
|
return the front IObjectIA.
Implements NLAIAGENT::IBaseGroupType. Definition at line 139 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::getFront(). Referenced by NLAIAGENT::COnChangeMsg::getDebugString(), NLAIAGENT::CNotifyParentScript::getDebugString(), NLAIAGENT::CGetValueMsg::getDebugString(), NLAIAGENT::CProxyAgentMail::sendMessage(), and NLAIAGENT::CLocalAgentMail::sendMessage().
00140 { 00141 return _List->getFront(); 00142 } |
|
Definition at line 172 of file msg.h. References NLAIAGENT::IMessageBase::_ReservedHeritanceIndexVar, and sint32. Referenced by NLAIAGENT::CAgentScript::processMessages().
00173 {
00174 return _ReservedHeritanceIndexVar;
00175 }
|
|
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 } |
|
Get an iterator to parse the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 68 of file list_manager.h. References NLAIAGENT::IBaseGroupType::getIterator().
00069 { 00070 return _List->getIterator(); 00071 } |
|
Definition at line 112 of file msg.h. Referenced by NLAIAGENT::CActorScript::runTell(), and NLAIAGENT::CMessageScript::setStaticMember().
00113 { 00114 return _List; 00115 } |
|
get the closure correspondent of the method indexed by index.
Definition at line 104 of file message_script.cpp. References NLAIAGENT::CMessageScript::_MessageClass, NLAISCRIPT::CAgentClass::getBrancheCode(), NLAISCRIPT::CAgentClass::getMethodIndexSize(), index, and sint32.
00105 { 00106 #ifdef NL_DEBUG 00107 if ( index >= _MessageClass->getMethodIndexSize()) 00108 { 00109 throw NLAIE::CExceptionIndexError(); 00110 } 00111 #endif 00112 return (NLAISCRIPT::IOpCode *)_MessageClass->getBrancheCode(index).getCode(); 00113 } |
|
get the closure correspondent of the method indexed by index in the base class inheritance.
Definition at line 88 of file message_script.cpp. References NLAIAGENT::CMessageScript::_MessageClass, NLAISCRIPT::CAgentClass::getBrancheCode(), NLAISCRIPT::CAgentClass::getMethodIndexSize(), index, sint32, and NLAISCRIPT::CAgentClass::sizeVTable(). Referenced by NLAIAGENT::CMessageScript::runMethodeMember().
00089 { 00090 #ifdef NL_DEBUG 00091 if ( index >= _MessageClass->getMethodIndexSize()) 00092 { 00093 throw NLAIE::CExceptionIndexError(); 00094 } 00095 00096 if ( inheritance >= _MessageClass->sizeVTable()) 00097 { 00098 throw NLAIE::CExceptionIndexError(); 00099 } 00100 #endif 00101 return (NLAISCRIPT::IOpCode *)_MessageClass->getBrancheCode(inheritance,index).getCode(); 00102 } |
|
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 } |
|
Definition at line 167 of file msg.h. References NLAIAGENT::IMessageBase::_ReservedMethodIndexVar, and sint32. Referenced by NLAISCRIPT::CAgentClass::getChildMessageIndex(), NLAIAGENT::CAgentScript::processMessages(), and NLAIAGENT::CAgentScript::sendMessage().
00168 {
00169 return _ReservedMethodIndexVar;
00170 }
|
|
getMethodIndexSize define the nomber of method define in the class. Reimplemented from NLAIAGENT::IMessageBase. Definition at line 77 of file message_script.cpp. References NLAIAGENT::CMessageScript::_MessageClass, NLAISCRIPT::CAgentClass::getMethodIndexSize(), and sint32.
00078 { 00079 return IMessageBase::getMethodIndexSize() + _MessageClass->getMethodIndexSize(); 00080 } |
|
Definition at line 165 of file agent_operator.h. References NLAIC::IBasicType::clone(), and NLAIAGENT::IObjetOp::neg(). Referenced by NLAISCRIPT::CNegOpCode::runOpCode().
|
|
Definition at line 131 of file msg.h. References NLAIAGENT::IMessageBase::_Performatif, and NLAIAGENT::IMessageBase::TPerformatif. Referenced by NLAISCRIPT::COperatorClass::checkTriggerMsg(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runTellComponent(), and NLAIAGENT::CAgentScript::sendMessage().
00132 {
00133 return _Performatif;
00134 }
|
|
Definition at line 147 of file msg.h. References NLAIAGENT::IMessageBase::_Receiver. Referenced by NLAIAGENT::CLocalMailBox::onKill().
00148 {
00149 return _Receiver;
00150 }
|
|
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 }
|
|
Definition at line 142 of file msg.h. References NLAIAGENT::IMessageBase::_Sender. Referenced by NLAIAGENT::CLocalMailBox::onKill(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runAskDebugString(), NLAIAGENT::CAgentScript::runAskGetValue(), NLAIAGENT::CAgentScript::runTellComponent(), and NLAIAGENT::CVolatilMemmory::sendMessage().
00143 {
00144 return _Sender;
00145 }
|
|
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 pointer of a given components referened by an index. Reimplemented from NLAIAGENT::IObjectIA. Definition at line 279 of file message_script.cpp. References index, sint32, and NLAIAGENT::IListBasicManager::size().
00280 { 00281 #ifdef NL_DEBUG 00282 if ( index >= size() ) 00283 { 00284 throw NLAIE::CExceptionIndexError(); 00285 } 00286 #endif 00287 return (*this)[ index ]; 00288 } |
|
to get the index of a given components name. Reimplemented from NLAIAGENT::IObjectIA. Definition at line 290 of file message_script.cpp. References NLAIAGENT::CMessageScript::_MessageClass, NLAISCRIPT::CAgentClass::getStaticMemberIndex(), and sint32.
00291 { 00292 return _MessageClass->getStaticMemberIndex(name); 00293 } |
|
Static member is the component that the agent is create and die with. getStaticMemberSize to get the size of the static member components Reimplemented from NLAIAGENT::IObjectIA. Definition at line 295 of file message_script.cpp. References sint32.
00296 {
00297 return 0;
00298 }
|
|
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 NLAIAGENT::CMessageScript. Definition at line 179 of file msg_action.cpp. References NLAIAGENT::CMessageScript::getCreatorClass(), NLAISCRIPT::CMessageClass::getType(), and IdFailureMsg.
00180 { 00181 if ( getCreatorClass() ) 00182 return getCreatorClass()->getType(); 00183 else 00184 return IdFailureMsg; 00185 } |
|
|
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 from NLAIAGENT::IBaseGroupType. Definition at line 258 of file message_script.cpp. References NLAIAGENT::CMessageScript::_MessageClass, NLAISCRIPT::CAgentClass::isClassInheritedFrom(), and sint32.
00259 { 00260 return _MessageClass->isClassInheritedFrom( class_name ); 00261 } |
|
The bool operator == (const IBasicObjectIA &a) const member method call this function when class 'classType' have the same type of this class, programme have to assume the equality between the memebers of this class and the memeber of the class 'classType'. Reimplemented from NLAIAGENT::IMessageBase. Definition at line 379 of file message_script.cpp. References isEqual().
00380 { 00381 return IMessageBase::isEqual(a); 00382 } |
|
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 from NLAIAGENT::IMessageBase. Definition at line 300 of file message_script.cpp. References NLAISCRIPT::COperandVoid::clone(), param, r, t, and NLAIAGENT::TQueue.
00301 { 00302 00303 TQueue result = IMessageBase::isMember(className, methodName, param); 00304 00305 if ( result.size() ) 00306 { 00307 return result; 00308 } 00309 00310 if( *methodName == CStringVarName("send") ) 00311 { 00312 TQueue r; 00313 NLAISCRIPT::COperandVoid typeR; 00314 NLAISCRIPT::CObjectUnknown *t = new NLAISCRIPT::CObjectUnknown((NLAISCRIPT::IOpType *)typeR.clone()); 00315 r.push(CIdMethod(0,0.0,NULL,t)); 00316 return r; 00317 } 00318 00319 return result; 00320 } |
|
Definition at line 195 of file msg_action.cpp. References params, r, and NLAIAGENT::TQueue.
00196 { 00197 00198 TQueue r; 00199 00200 if(className == NULL) 00201 { 00202 if( (*funcName) == CStringVarName( "Constructor" ) ) 00203 { 00204 r.push( CIdMethod( IMessageBase::getMethodIndexSize(), 0.0, NULL, new NLAISCRIPT::CObjectUnknown(new NLAISCRIPT::COperandVoid) ) ); 00205 } 00206 } 00207 00208 if ( r.empty() ) 00209 return CMessageScript::isMember(className, funcName, params); 00210 else 00211 return r; 00212 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAIAGENT::IBaseGroupType. Definition at line 105 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::isTrue().
00106 { 00107 return _List->isTrue(); 00108 } |
|
Load the class from a stream. Reimplemented from NLAIAGENT::IMessageBase. Definition at line 327 of file message_script.cpp.
00328 { 00329 IMessageBase::load(is); 00330 } |
|
|
This function allow a new instance, that mean that the class is a class factory. Reimplemented from NLAIAGENT::CMessageScript. Definition at line 85 of file msg_action.h. References CFailureMsg().
00086 { 00087 return new CFailureMsg(); 00088 } |
|
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 } |
|
Get the list of message contents.
Definition at line 107 of file list_manager.h.
00108 { 00109 return _List; 00110 } |
|
throw (NLAIE::CExceptionNotImplemented)
Implements NLAIAGENT::IBaseGroupType. Definition at line 109 of file list_manager.cpp.
00110 {
00111 return !(*_List);
00112 }
|
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::FuzzyType, NLAILOGIC::CBoolType, NLAILOGIC::CClause, NLAILOGIC::CVarSet, 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 252 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00253 { 00254 std::string text; 00255 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator != (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00256 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00257 return (IObjetOp *)this; 00258 } |
|
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 from NLAIAGENT::IObjetOp. Definition at line 80 of file group_type.cpp. References NLAIAGENT::IBaseGroupType::push().
00081 { 00082 push(a); 00083 return *this; 00084 } |
|
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 from NLAIAGENT::IBaseGroupType. Definition at line 84 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::cpy().
00085 { 00086 _List->cpy(a); 00087 return *this; 00088 } |
|
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 from NLAIAGENT::IObjetOp. Definition at line 86 of file group_type.cpp. References NLAIAGENT::IBaseGroupType::erase().
00087 { 00088 erase(a); 00089 return *this; 00090 } |
|
throw (NLAIE::CExceptionNotImplemented)
Reimplemented from NLAIAGENT::IBaseGroupType. Definition at line 90 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::erase().
00091 { 00092 _List->erase(a); 00093 return *this; 00094 } |
|
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 in NLAIAGENT::IVector, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CStringType, NLAIFUZZY::CFuzzyRule, NLAIFUZZY::FuzzyType, NLAIFUZZY::CFuzzyVar, NLAILOGIC::CBoolType, NLAILOGIC::CClause, NLAILOGIC::CVar, 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 260 of file agent_operator.h. References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().
00261 { 00262 std::string text; 00263 text = NLAIC::stringGetBuild("opertor <virtual IObjetOp *operator == (const IObjetOp &a) const> note implemented for the '%s' interface",(const char *)getType()); 00264 throw NLAIE::CExceptionNotImplemented(text.c_str()); 00265 return (IObjetOp *)this; 00266 } |
|
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 } |
|
Clear the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 97 of file list_manager.cpp. References index, s, sint, sint32, and NLAIAGENT::IBaseGroupType::size().
|
|
Pop the back IObjectIA and return it.
Implements NLAIAGENT::IBaseGroupType. Definition at line 127 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::pop(). Referenced by NLAIAGENT::IObjectIA::runMethodeMember().
00128 { 00129 return _List->pop(); 00130 } |
|
Pop the front IObjectIA and return it.
Implements NLAIAGENT::IBaseGroupType. Definition at line 135 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::popFront().
00136 { 00137 return _List->popFront(); 00138 } |
|
The sendMessage set automatically the sender on the message header, if user want keep sender have to use this method.
Definition at line 182 of file msg.h. References NLAIAGENT::IMessageBase::_ProtectSender. Referenced by NLAIAGENT::IMessageBase::runMethodeMember().
00183 {
00184 _ProtectSender = true;
00185 }
|
|
Push an IObjectIA back.
Implements NLAIAGENT::IBaseGroupType. Definition at line 113 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::push(). Referenced by NLAIAGENT::CAgentScript::runAskDebugString(), NLAIAGENT::CVolatilMemmory::sendUpdateMessage(), and NLAIAGENT::CAgentOperation::update().
00114 { 00115 _List->push(o); 00116 } |
|
Push an IObjectIA front.
Implements NLAIAGENT::IBaseGroupType. Definition at line 118 of file list_manager.cpp. References NLAIAGENT::IBaseGroupType::pushFront().
00119 { 00120 _List->pushFront(o); 00121 } |
|
|
Some where Run method define the process of the agen. Reimplemented from NLAIAGENT::IListBasicManager. Definition at line 392 of file message_script.cpp.
00393 {
00394 return IObjectIA::ProcessRun;
00395 }
|
|
The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. heritance: is the id returned by the methodisClassInheritedFrom(const IVarName &). index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method. Reimplemented from NLAIAGENT::CMessageScript. Definition at line 214 of file msg_action.cpp. References sint32.
00215 {
00216 return IObjectIA::CProcessResult();
00217 }
|
|
The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method. Reimplemented from NLAIAGENT::CMessageScript. Definition at line 219 of file msg_action.cpp. References buffer, NLAIC::IBasicType::clone(), NLAIAGENT::IBaseGroupType::get(), index, param, NLAIAGENT::IListBasicManager::set(), and sint32.
00220 { 00221 IBaseGroupType *arg = (IBaseGroupType *) ( (NLAISCRIPT::CCodeContext *)context )->Param.back(); 00222 00223 switch( index - IMessageBase::getMethodIndexSize() ) 00224 { 00225 case 0: 00226 { 00227 IObjectIA *param = (IObjectIA *) arg->get()->clone(); 00228 #ifdef NL_DEBUG 00229 std::string buffer; 00230 param->getDebugString( buffer ); 00231 #endif 00232 set(0, param); 00233 } 00234 break; 00235 } 00236 return IObjectIA::CProcessResult(); 00237 } |
|
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. Reimplemented from NLAIAGENT::IMessageBase. Definition at line 322 of file message_script.cpp.
00323 { 00324 IMessageBase::save(os); 00325 } |
|
Definition at line 191 of file msg.h. References NLAIAGENT::IMessageBase::_ProtectSender. Referenced by NLAISCRIPT::CMsgSetSender::runOpCode().
00192 {
00193 return _ProtectSender;
00194 }
|
|
This method allow to send a message to an compoment given by an string IVarName. Reimplemented from NLAIAGENT::IObjectIA. Definition at line 361 of file msg.cpp. References NLAIAGENT::IMessageBase::_Receiver, and NLAIAGENT::IObjectIA::sendMessage().
00362 {
00363 return _Receiver->sendMessage(name,m);
00364 }
|
|
The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg. Reimplemented from NLAIAGENT::IObjectIA. Definition at line 356 of file msg.cpp. References NLAIAGENT::IMessageBase::_Receiver, and NLAIAGENT::IObjectIA::sendMessage().
00357 {
00358 return _Receiver->sendMessage(m);
00359 }
|
|
Reimplemented from NLAIC::IPointerGestion. Definition at line 328 of file abstract_interface.h. References NLAIC::IBasicInterface::load(), and NLAIC::IBasicInterface::save().
|
|
Push an IObjectIA at the position indicate by the int.
Implements NLAIAGENT::IBaseGroupType. Definition at line 58 of file list_manager.h. References NLAIAGENT::IBaseGroupType::set(). Referenced by NLAIAGENT::CCancelGoalMsg::CCancelGoalMsg(), NLAIAGENT::CFactMsg::CFactMsg(), CFailureMsg(), NLAIAGENT::CGetValueMsg::CGetValueMsg(), NLAIAGENT::CGoalMsg::CGoalMsg(), NLAIAGENT::CSuccessMsg::CSuccessMsg(), NLAILOGIC::CGoalPath::failure(), NLAILOGIC::CGoalPath::onActivate(), NLAILOGIC::CGoalPath::onUnActivate(), NLAIAGENT::COperatorScript::order(), NLAIAGENT::CAgentScript::runAskGetValue(), NLAIAGENT::CCancelGoalMsg::runMethodeMember(), NLAIAGENT::CGoalMsg::runMethodeMember(), NLAIAGENT::CGetValueMsg::runMethodeMember(), NLAIAGENT::CFactMsg::runMethodeMember(), runMethodeMember(), NLAIAGENT::CSuccessMsg::runMethodeMember(), and NLAILOGIC::CGoalPath::success().
00059 { 00060 _List->set(i,o); 00061 } |
|
Definition at line 107 of file message_script.h.
00108 { 00109 } |
|
Definition at line 177 of file msg.cpp. References NLAIAGENT::IMessageBase::_Continuation, NLAIAGENT::IMessageBase::_ContinuationIsVolatile, r, NLAIC::IPointerGestion::release(), and v. Referenced by NLAIAGENT::IMessageBase::load(), NLAIAGENT::CAgentScript::runAskGetValue(), and NLAIAGENT::IMessageBase::runMethodeMember().
|
|
|
Definition at line 161 of file msg.h. References NLAIAGENT::IMessageBase::_ReservedHeritanceIndexVar, NLAIAGENT::IMessageBase::_ReservedMethodIndexVar, and sint32. Referenced by NLAIAGENT::CAgentWatchTimer::addAttrib(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::CAgentScript::runAskGetValue(), NLAISCRIPT::CFindRunMsg::runOpCode(), NLAISCRIPT::CMarkMsg::runOpCode(), and NLAIAGENT::CAgentScript::sendMessage().
00162 { 00163 _ReservedMethodIndexVar = n; 00164 _ReservedHeritanceIndexVar = h; 00165 } |
|
|
|
|
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 } |
|
to cahnge a given components given by a string. Reimplemented from NLAIAGENT::IObjectIA. Definition at line 263 of file message_script.cpp. References NLAIAGENT::IMessageBase::getMessageGroup(), index, NLAIC::IPointerGestion::release(), NLAIAGENT::CVectorGroupType::setObject(), sint32, and NLAIAGENT::IListBasicManager::size().
00264 { 00265 #ifdef NL_DEBUG 00266 if ( index >= size() ) 00267 { 00268 throw NLAIE::CExceptionIndexError(); 00269 } 00270 #endif 00271 CVectorGroupType *a = (CVectorGroupType *)getMessageGroup(); 00272 IObjectIA *b = (IObjectIA *)(*a)[ index ]; 00273 a->setObject(index, op); 00274 if(op != b) b->release(); 00275 else return true; 00276 return false; 00277 } |
|
get the size of the list.
Implements NLAIAGENT::IBaseGroupType. Definition at line 143 of file list_manager.cpp. References sint32, and NLAIAGENT::IBaseGroupType::size(). Referenced by NLAIAGENT::CMessageScript::getDebugString(), NLAIAGENT::CMessageScript::getStaticMember(), NLAIAGENT::CAgentScript::runInitComponent(), NLAIAGENT::CAgentScript::runTellSetValue(), and NLAIAGENT::CMessageScript::setStaticMember().
00144 { 00145 return _List->size(); 00146 } |
|
Definition at line 186 of file msg.h. References NLAIAGENT::IMessageBase::_ProtectSender. Referenced by NLAISCRIPT::CMsgSetSender::runOpCode().
00187 {
00188 _ProtectSender = false;
00189 }
|
|
Definition at line 42 of file list_manager.h. Referenced by NLAIAGENT::IListBasicManager::isEqual(), NLAIAGENT::IMessageBase::operator=(), and NLAIAGENT::IListBasicManager::operator=(). |
|
|
Referenced by getType(). |
|
Referenced by NLAIAGENT::CMessageScript::getType(). |
|
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. |