NLAIAGENT::IMessageBase Class Reference

#include <msg.h>

Inheritance diagram for NLAIAGENT::IMessageBase:

NLAIAGENT::IListBasicManager NLAIAGENT::IBaseGroupType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAIAGENT::CMessageList NLAIAGENT::CMessageScript NLAIAGENT::CMessageVector NLAIAGENT::CCancelGoalMsg NLAIAGENT::CFactMsg NLAIAGENT::CFailureMsg NLAIAGENT::CGetValueMsg NLAIAGENT::CGoalMsg NLAIAGENT::CNotifyParentScript NLAIAGENT::COnChangeMsg NLAIAGENT::CSetValueMsg NLAIAGENT::CSuccessMsg

Detailed Description

Abstract Base class for message, all message tansited by agent have this class as base class.

Author:
Chafik sameh

Portier Pierre

Robert Gabriel

Nevrax France

Date:
2000

Definition at line 50 of file msg.h.

[NOHEADER]

virtual IObjetOpoperator * (const IObjetOp &)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+ (const IObjetOp &)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator- (const IObjetOp &)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator/ (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
}
enum  TPerformatif {
  PUndefine, PExec, PAchieve, PAsk,
  PBreak, PTell, PKill, PError,
  PEven, PService
}

Public Member Functions

virtual TQueue canProcessMessage (const IVarName &)
virtual const IBasicType * clone () const=0
sint32 decRef ()
 Decrement the reference of an object.

virtual void getDebugString (std::string &t) const
virtual const std::string getInfo ()
const IBaseGroupTypegetMessageGroup () const
virtual std::string getMethodeMemberDebugString (sint32, sint32) const
virtual sint32 getMethodIndexSize () const
virtual IObjetOpgetNeg () const
const TPerformatifgetPerformatif () const
const sint32getRef () const
 get the refence count.

const IObjectIAgetStaticMember (const IVarName &compName) const
virtual const IObjectIAgetStaticMember (sint32) const
virtual sint32 getStaticMemberIndex (const IVarName &) const
virtual sint32 getStaticMemberSize () const
virtual const CIdentType & getType () const=0
 IMessageBase (const IMessageBase &m)
 IMessageBase (IObjectIA *sender, IBasicMessageGroup &msg_group, IBaseGroupType *g)
 IMessageBase (IObjectIA *sender, IBaseGroupType *g)
 IMessageBase ()
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 bool isEqual (const IBasicObjectIA &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 *className, const IVarName *methodName, const IObjectIA &p) const
virtual void load (NLMISC::IStream &is)
virtual const IBasicType * newInstance () const=0
virtual IObjetOpoperator * (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator *= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

 operator const IBaseGroupType * () const
 Get the list of message contents.

virtual IObjetOpoperator!= (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+ (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator- (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator/ (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator/= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator< (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator<= (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjectIAoperator= (const IObjectIA &a)
 Clear the list.

bool operator== (const IBasicObjectIA &classType) const
virtual IObjetOpoperator== (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator> (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator>= (IObjetOp &) const
 throw (NLAIE::CExceptionNotImplemented)

void protectSender ()
 The sendMessage set automatically the sender on the message header, if user want keep sender have to use this method.

virtual void release ()
 Release allow to release the pointer. The last release when the _Ref is nul delete the object.

virtual IObjectIA::CProcessResult runMethodeMember (sint32, IObjectIA *)
virtual IObjectIA::CProcessResult runMethodeMember (sint32, sint32, IObjectIA *)
virtual const CProcessResult & runStep ()
virtual void save (NLMISC::IStream &os)
bool senderIsProtected () const
virtual CProcessResult sendMessage (const IVarName &, IObjectIA *)
virtual CProcessResult sendMessage (IObjectIA *)
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
void setMessageGroup (IBaseGroupType *g)
void setPerformatif (TPerformatif p)
virtual bool setStaticMember (sint32, IObjectIA *)
bool setStaticMember (const IVarName &compName, IObjectIA *change)
void unprotectSender ()
virtual ~IMessageBase ()

Static Public Attributes

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 Attributes

IBaseGroupType_List

Private Attributes

bool _comeFromC_PLUS
 This bool allow to know here the message come from: scriptes agent or hard coded agent.

IObjectIA_Continuation
 This adresse is when receiver have to inform something at a third agent.

bool _ContinuationIsVolatile
TPerformatif _Performatif
 This variable define the performatif for agent dialog protocole.

bool _ProtectSender
 Sender can be change on a multible send/run messages.

IObjectIA_Receiver
 witch Agent the message have to be achieve.

bool _ReceiverIsVolatile
sint32 _ReservedHeritanceIndexVar
 if the message come from script then this reserved variable represent the offset of the base class which the Run(MSG) is.

sint32 _ReservedMethodIndexVar
 This reserved variable represent the offset of the Run(MSG) if the message come from script.

IObjectIA_Sender
 Who send the message.

bool _SenderIsVolatile
 statu of the sender, if true that indicate that the IObjectIA *_Sender pointer will be destruct on the destructor.


Static Private Attributes

CMethodCall _Method []


Member Enumeration Documentation

enum NLAIAGENT::IObjetOp::TOpId [inherited]
 

Enumeration values:
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 

Definition at line 46 of file agent_operator.h.

00047                 {
00048                         op_add ,
00049                         op_sub ,
00050                         op_mul ,
00051                         op_div ,
00052                         op_eq ,
00053                         op_inf ,
00054                         op_sup ,
00055                         op_inf_eq ,
00056                         op_sup_eq ,
00057                         op_not ,
00058                         op_diff ,                       
00059                         op_neg,
00060                         op_last
00061                 };      

enum NLAIAGENT::IMessageBase::TPerformatif
 

Enumeration values:
PUndefine 
PExec 
PAchieve 
PAsk 
PBreak 
PTell 
PKill 
PError 
PEven 
PService 

Definition at line 53 of file msg.h.

Referenced by getPerformatif(), and load().

00054                 {
00055                         PUndefine,
00056                         PExec,
00057                         PAchieve,
00058                         PAsk,
00059                         PBreak,
00060                         PTell,
00061                         PKill,
00062                         PError,                 
00063                         PEven,
00064                         PService
00065                 };


Constructor & Destructor Documentation

NLAIAGENT::IMessageBase::IMessageBase  ) 
 

Definition at line 82 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _ContinuationIsVolatile, _Performatif, _ProtectSender, _Receiver, _ReceiverIsVolatile, _ReservedHeritanceIndexVar, _ReservedMethodIndexVar, _SenderIsVolatile, and PUndefine.

00082                                   :IListBasicManager(),_Sender(NULL)
00083         {
00084                 _ReservedMethodIndexVar = -1;
00085                 _ReservedHeritanceIndexVar = 0;
00086                 _Receiver = NULL;
00087                 _Continuation = NULL;
00088                 _Performatif = PUndefine;
00089                 _comeFromC_PLUS = true;         
00090                 _ProtectSender = false;
00091                 _SenderIsVolatile = false;
00092                 _ReceiverIsVolatile = false;            
00093                 _ContinuationIsVolatile = false;
00094         }

NLAIAGENT::IMessageBase::IMessageBase IObjectIA sender,
IBaseGroupType g
 

Definition at line 95 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _ContinuationIsVolatile, _Performatif, _ProtectSender, _Receiver, _ReceiverIsVolatile, _ReservedHeritanceIndexVar, _ReservedMethodIndexVar, _SenderIsVolatile, and PUndefine.

00095                                                                      :IListBasicManager(g),_Sender(sender)
00096         {
00097                 _ReservedMethodIndexVar = -1;
00098                 _ReservedHeritanceIndexVar = 0;
00099                 _Receiver = NULL;
00100                 _Continuation = NULL;
00101                 _Performatif = PUndefine;
00102                 _comeFromC_PLUS = true;         
00103                 _ProtectSender = false;
00104                 _SenderIsVolatile = false;
00105                 _ReceiverIsVolatile = false;            
00106                 _ContinuationIsVolatile = false;
00107         }

NLAIAGENT::IMessageBase::IMessageBase IObjectIA sender,
IBasicMessageGroup msg_group,
IBaseGroupType g
 

Definition at line 109 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _ContinuationIsVolatile, _Performatif, _ProtectSender, _Receiver, _ReceiverIsVolatile, _ReservedHeritanceIndexVar, _ReservedMethodIndexVar, _SenderIsVolatile, and PUndefine.

00109                                                                                                     :
00110                                                         IListBasicManager(g),_Sender(sender)
00111         {
00112                 _ReservedMethodIndexVar = -1;
00113                 _ReservedHeritanceIndexVar = 0;
00114                 _Receiver = NULL;
00115                 _Continuation = NULL;
00116                 _Performatif = PUndefine;
00117                 _comeFromC_PLUS = true;         
00118                 _ProtectSender = false;
00119                 _SenderIsVolatile = false;
00120                 _ReceiverIsVolatile = false;            
00121                 _ContinuationIsVolatile = false;
00122         }

NLAIAGENT::IMessageBase::IMessageBase const IMessageBase m  ) 
 

Definition at line 124 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _ContinuationIsVolatile, _Performatif, _ProtectSender, _Receiver, _ReceiverIsVolatile, _ReservedHeritanceIndexVar, _ReservedMethodIndexVar, _Sender, _SenderIsVolatile, and NLAIC::IPointerGestion::incRef().

00124                                                        :IListBasicManager(m._List != NULL ? (IBaseGroupType *)m._List->clone(): NULL)
00125         {
00126                 _Sender = m._Sender;
00127                 _SenderIsVolatile = m._SenderIsVolatile;
00128                 if(_SenderIsVolatile && _Sender != NULL) _Sender->incRef();
00129                 _Receiver = m._Receiver;
00130                 _ReceiverIsVolatile = m._ReceiverIsVolatile;
00131                 if(_ReceiverIsVolatile && _Receiver != NULL) _Receiver->incRef();
00132                 _Continuation = m._Continuation;
00133                 _ContinuationIsVolatile = m._ContinuationIsVolatile;
00134                 if(_ContinuationIsVolatile && _Continuation != NULL) _Continuation->incRef();
00135                 _ReservedMethodIndexVar = m._ReservedMethodIndexVar;
00136                 _ReservedHeritanceIndexVar = m._ReservedHeritanceIndexVar;                      
00137                 _Performatif = m._Performatif;
00138                 _comeFromC_PLUS = m._comeFromC_PLUS;            
00139                 _ProtectSender = m._ProtectSender;
00140         }

NLAIAGENT::IMessageBase::~IMessageBase  )  [virtual]
 

Definition at line 142 of file msg.cpp.

References _Continuation, _ContinuationIsVolatile, _Receiver, _ReceiverIsVolatile, _Sender, _SenderIsVolatile, and NLAIC::IPointerGestion::release().

00143         {               
00144                 if(_SenderIsVolatile && _Sender != NULL) _Sender->release();
00145                 if(_ReceiverIsVolatile && _Receiver != NULL) _Receiver->release();
00146             if(_ContinuationIsVolatile && _Continuation != NULL) _Continuation->release();
00147         }       


Member Function Documentation

TQueue NLAIAGENT::IObjectIA::canProcessMessage const IVarName  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::clear  )  [virtual, inherited]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 173 of file list_manager.cpp.

References NLAIAGENT::IBaseGroupType::clear().

00174         {
00175                 _List->clear();
00176         }       

virtual const IBasicType* NLAIC::IBasicType::clone  )  const [pure virtual, inherited]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Implemented in NLAILINK::IOTrace, NLAIAGENT::CActor, NLAIAGENT::CActorScript, NLAIAGENT::IAgent, NLAIAGENT::VectorType, NLAIAGENT::DigitalType, NLAIAGENT::BorneDigitalType, NLAIAGENT::DDigitalType, NLAIAGENT::BorneDDigitalType, NLAIAGENT::IntegerType, NLAIAGENT::ShortIntegerType, NLAIAGENT::CharType, NLAIAGENT::UInt8Type, NLAIAGENT::UInt16Type, NLAIAGENT::UInt32Type, NLAIAGENT::UInt64Type, NLAIAGENT::CLocalAgentMail, NLAIAGENT::CStringType, NLAIAGENT::CPairType, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CStringVarName, NLAIAGENT::CIndexedVarName, NLAIAGENT::CAgentManagerTimer, NLAIAGENT::CLibTimerManager, NLAIAGENT::CAgentWatchTimer, NLAIAGENT::CAgentClockTimer, NLAIAGENT::CAgentTimerHandle, NLAILOGIC::CGoalStack, NLAIAGENT::CLocWordNumRef, NLAIAGENT::CVectorGroupManager, NLAIAGENT::CLocalMailBox, NLAIAGENT::CMainAgentScript, NLAIAGENT::CMessageScript, NLAIAGENT::CMessageList, NLAIAGENT::CMessageVector, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, NLAIAGENT::CMessageGroup, NLAIAGENT::CNotifyParentScript, NLAIAGENT::COnChangeMsg, NLAIAGENT::CSetValueMsg, NLAIAGENT::CObjectIdent, NLAIAGENT::CObjectType, NLAIAGENT::CAgentOperation, NLAIAGENT::CPExec, NLAIAGENT::CPAchieve, NLAIAGENT::CPAsk, NLAIAGENT::CPTell, NLAIAGENT::CPBreak, NLAIAGENT::CPKill, NLAIAGENT::CPError, NLAIAGENT::CPEven, NLAIAGENT::CPService, NLAIAGENT::CHashTimerManager, NLAIAGENT::CVolatilMemmory, NLAIC::CSelfClassFactory, NLAIC::CBinaryType, NLAIC::CTypeOfObject, NLAIC::CTypeOfOperator, NLAICHARACTER::CCharacterChild, NLAICHARACTER::CCharacterNoeud, NLAIFUZZY::CFuzzyFact, NLAIFUZZY::CFuzzyRule, NLAIFUZZY::CFuzzyRuleSet, NLAIFUZZY::CFuzzyInterval, NLAIFUZZY::CRightFuzzySet, NLAIFUZZY::CTriangleFuzzySet, NLAIFUZZY::CTrapezeFuzzySet, NLAIFUZZY::CLeftFuzzySet, NLAIFUZZY::FuzzyType, NLAIFUZZY::CFuzzyVar, NLAILOGIC::CBoolAssert, NLAILOGIC::CBoolOperator, NLAILOGIC::CBoolType, NLAILOGIC::CClause, NLAILOGIC::CFact, NLAILOGIC::CFactBase, NLAILOGIC::CFirstOrderAssert, NLAILOGIC::CFirstOrderOperator, NLAIAGENT::CFsmScript, NLAIAGENT::CSeqFsmScript, NLAILOGIC::CGoal, NLAILOGIC::CInternalGoal, NLAILOGIC::CGoalPath, NLAILOGIC::CGoalStack, NLAISCRIPT::COperatorClass, NLAIAGENT::COperatorScript, NLAILOGIC::CRule, NLAILOGIC::CValueSet, NLAILOGIC::CVar, NLAILOGIC::CVarMem, NLAILOGIC::CVarSet, NLAILOGIC::CFactPattern, NLAISCRIPT::CCodeContext, NLAISCRIPT::CCodeBrancheRun, NLAISCRIPT::CCodeBrancheRunDebug, NLAISCRIPT::CContextDebug, NLAISCRIPT::CActorClass, NLAISCRIPT::CFsmClass, NLAISCRIPT::CSeqFsmClass, NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CGetValueMsgClass, NLAISCRIPT::CSetValueMsgClass, NLAISCRIPT::CParam, NLAISCRIPT::CMethodeName, NLAISCRIPT::CClassInterpretFactory, NLAISCRIPT::CAgentClass, NLAISCRIPT::CManagerClass, NLAISCRIPT::CMessageClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::COnChangeMsgClass, NLAISCRIPT::CCallPrint, NLAISCRIPT::IBlock, NLAISCRIPT::CLoadSelfObject, NLAISCRIPT::CLoadStackObject, NLAISCRIPT::CLoadHeapObject, NLAISCRIPT::CObjectUnknown, NLAISCRIPT::CLdbNewOpCode, NLAISCRIPT::CNegOpCode, NLAISCRIPT::CAddOpCode, NLAISCRIPT::CSubOpCode, NLAISCRIPT::CDivOpCode, NLAISCRIPT::CMulOpCode, NLAISCRIPT::CSupOpCode, NLAISCRIPT::CInfOpCode, NLAISCRIPT::CEqOpCode, NLAISCRIPT::CSupEqOpCode, NLAISCRIPT::CInfEqOpCode, NLAISCRIPT::CDiffOpCode, NLAISCRIPT::CNotOpCode, NLAISCRIPT::CJFalseOpCode, NLAISCRIPT::CJmpOpCode, NLAISCRIPT::CAffOpCode, NLAISCRIPT::CAffOpCodeDebug, NLAISCRIPT::CAffHeapMemberiOpCode, NLAISCRIPT::CAffMemberiOpCode, NLAISCRIPT::CAffMemberOpCode, NLAISCRIPT::CLocAlloc, NLAISCRIPT::CLocAllocDebug, NLAISCRIPT::CMarkAlloc, NLAISCRIPT::CFreeAlloc, NLAISCRIPT::CFreeAllocDebug, NLAISCRIPT::CHaltOpCode, NLAISCRIPT::CNopOpCode, NLAISCRIPT::CTellOpCode, NLAISCRIPT::CMakeArgOpCode, NLAISCRIPT::CMarkMsg, NLAISCRIPT::CMsgSetSender, NLAISCRIPT::CFindRunMsg, NLAISCRIPT::CAddParamNameDebug, NLAISCRIPT::CLibMemberMethod, NLAISCRIPT::CLibMemberInheritedMethod, NLAISCRIPT::CLibMemberMethodi, NLAISCRIPT::CLibCallMethod, NLAISCRIPT::CLibCallInheritedMethod, NLAISCRIPT::CLibCallMethodi, NLAISCRIPT::CLibStackMemberMethod, NLAISCRIPT::CLibStackNewMemberMethod, NLAISCRIPT::CLibHeapMemberMethod, NLAISCRIPT::CCallMethod, NLAISCRIPT::CCallHeapMethodi, NLAISCRIPT::CCallStackMethodi, NLAISCRIPT::CCallStackNewMethodi, NLAISCRIPT::CCallMethodi, NLAISCRIPT::CLdbOpCode, NLAISCRIPT::CLdbMemberOpCode, NLAISCRIPT::CLdbMemberiOpCode, NLAISCRIPT::CLdbStackMemberiOpCode, NLAISCRIPT::CLdbHeapMemberiOpCode, NLAISCRIPT::CLdbRefOpCode, NLAISCRIPT::CPramContainer, NLAISCRIPT::CScriptDebugSourceFile, NLAISCRIPT::CScriptDebugSourceMemory, NLAISCRIPT::CLibTest, NLAISCRIPT::CVarPStack, and NLAISCRIPT::CVarPStackParam.

Referenced by NLAICHARACTER::CCharacterNoeud::addCharacter(), NLAILOGIC::IBaseCond::addCond(), NLAIAGENT::CAgentScript::addDynamicAgent(), NLAISCRIPT::COperatorClass::addFirstOrderCond(), NLAISCRIPT::CSeqFsmClass::addStep(), NLAILOGIC::CVarSet::addVar(), NLAISCRIPT::CAddParamNameDebug::CAddParamNameDebug(), NLAIAGENT::CAgentScript::CAgentScript(), NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun(), NLAIAGENT::CComponentHandle::CComponentHandle(), NLAILOGIC::CFact::CFact(), NLAISCRIPT::CFindRunMsg::CFindRunMsg(), NLAISCRIPT::CLdbOpCode::CLdbOpCode(), NLAISCRIPT::CMethodeName::CMethodeName(), NLAIAGENT::CVectorGroupType::cpy(), NLAIAGENT::CGroupType::cpy(), NLAIAGENT::IAgentComposite::cpyChild(), NLAIAGENT::COperatorScript::getDebugString(), NLAIAGENT::CAgentScript::getDebugString(), NLAIAGENT::IObjetOp::getNeg(), NLAISCRIPT::CVarPStackParam::getObjectIAClone(), NLAILOGIC::IBaseAssert::IBaseAssert(), NLAILOGIC::IBaseVar::IBaseVar(), NLAILOGIC::IGoal::IGoal(), NLAILOGIC::CFactPattern::init(), NLAIFUZZY::CSimpleFuzzyCond::init(), NLAIAGENT::INombre< sint32 >::operator *(), NLAIAGENT::INombre< sint32 >::operator+(), NLAIAGENT::IVector::operator+(), NLAIAGENT::INombre< sint32 >::operator-(), NLAIAGENT::IVector::operator-(), NLAIAGENT::INombre< sint32 >::operator/(), NLAIAGENT::CVectorGroupType::operator=(), NLAIAGENT::CGroupType::operator=(), NLAIAGENT::COperatorScript::order(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAISCRIPT::CAgentClass::registerComponent(), NLAISCRIPT::CConstraintFindRun::run(), NLAIAGENT::CActorScript::runMethodBase(), NLAIAGENT::CFailureMsg::runMethodeMember(), NLAILOGIC::CInternalGoal::runMethodeMember(), NLAILOGIC::CGoal::runMethodeMember(), NLAILOGIC::CFact::runMethodeMember(), NLAISCRIPT::CLdbOpCode::runOpCode(), NLAISCRIPT::CLdbNewOpCode::runOpCode(), NLAIAGENT::IBasicAgent::runTell(), NLAIAGENT::CAgentScript::sendMessageToDynmaicChild(), NLAISCRIPT::CClassInterpretFactory::setClass(), NLAIC::CSelfClassFactory::setClass(), NLAISCRIPT::IClassInterpret::setClassName(), NLAISCRIPT::CAgentClass::setInheritanceName(), NLAILOGIC::IBaseVar::setName(), and NLAISCRIPT::CMethodeName::setName().

void NLAIAGENT::IListBasicManager::cpy const IObjectIA o  )  [virtual, inherited]
 

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         }

sint32 NLAIC::IPointerGestion::decRef  )  [inline, inherited]
 

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                 }

void NLAIAGENT::IListBasicManager::erase std::list< const IObjectIA * > &  l  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::erase const IObjectIA obj  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::erase const IObjectIA o  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::eraseAll const IObjectIA obj  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::eraseFirst const IObjectIA obj  )  [virtual, inherited]
 

Definition at line 152 of file list_manager.cpp.

References NLAIAGENT::IBaseGroupType::erase().

00153         {
00154                 _List->erase(obj);
00155         }

const IObjectIA * NLAIAGENT::IListBasicManager::find const IObjectIA obj  )  const [virtual, inherited]
 

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         }

const IObjectIA * NLAIAGENT::IListBasicManager::get  )  const [virtual, inherited]
 

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(), NLAIAGENT::CFailureMsg::getDebugString(), NLAIAGENT::CSuccessMsg::getDebugString(), NLAIAGENT::CProxyAgentMail::sendMessage(), and NLAIAGENT::CLocalAgentMail::sendMessage().

00132         {
00133                 return _List->get();
00134         }

virtual std::string NLAIC::IPointerGestion::getClassName  )  [inline, virtual, inherited]
 

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                 }

virtual CConstIteratorContener NLAIAGENT::IListBasicManager::getConstIterator  )  const [inline, virtual, inherited]
 

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                 }

const IObjectIA* NLAIAGENT::IMessageBase::getContinuation  )  const [inline]
 

Definition at line 152 of file msg.h.

References _Continuation.

Referenced by NLAIAGENT::CLocalMailBox::onKill(), NLAIAGENT::CAgentScript::processContinuation(), and NLAIAGENT::IBasicAgent::run().

00153                 {                       
00154                         return _Continuation;
00155                 }

void NLAIAGENT::IMessageBase::getDebugString std::string &  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 NLAIAGENT::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, NLAIAGENT::CNotifyParentScript, NLAIAGENT::COnChangeMsg, and NLAIAGENT::CSetValueMsg.

Definition at line 316 of file msg.cpp.

References _Sender, NLAIC::IBasicType::getDebugString(), NLAIC::stringGetBuild(), and t.

00317         {
00318                 std::string a;
00319                 if(_Sender != NULL) _Sender->getDebugString(a); 
00320                 else a = "NULL";
00321                 std::string b;
00322                 IListBasicManager::getDebugString(b);           
00323                 t += NLAIC::stringGetBuild("IMessageBase<%d>:\n_sender:'%s' Message:'%s'",this,a.c_str(),b.c_str());
00324         }

const IObjectIA * NLAIAGENT::IListBasicManager::getFront  )  const [virtual, inherited]
 

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         }

const sint32 NLAIAGENT::IMessageBase::getHeritanceIndex  )  const [inline]
 

Definition at line 172 of file msg.h.

References _ReservedHeritanceIndexVar, and sint32.

Referenced by NLAIAGENT::CAgentScript::processMessages().

00173                 {
00174                         return _ReservedHeritanceIndexVar;
00175                 }

virtual const std::string NLAIC::IBasicType::getInfo  )  [inline, virtual, inherited]
 

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                 }

virtual CIteratorContener NLAIAGENT::IListBasicManager::getIterator  )  [inline, virtual, inherited]
 

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                 }

const IBaseGroupType* NLAIAGENT::IMessageBase::getMessageGroup  )  const [inline]
 

Definition at line 112 of file msg.h.

Referenced by NLAIAGENT::CActorScript::runTell(), and NLAIAGENT::CMessageScript::setStaticMember().

00113                 {
00114                         return _List;
00115                 }

std::string NLAIAGENT::IObjectIA::getMethodeMemberDebugString sint32  ,
sint32 
const [virtual, inherited]
 

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         }

sint32 NLAIAGENT::IMessageBase::getMethodIndex  )  const [inline]
 

Definition at line 167 of file msg.h.

References _ReservedMethodIndexVar, and sint32.

Referenced by NLAISCRIPT::CAgentClass::getChildMessageIndex(), NLAIAGENT::CAgentScript::processMessages(), and NLAIAGENT::CAgentScript::sendMessage().

00168                 {
00169                         return _ReservedMethodIndexVar;
00170                 }

sint32 NLAIAGENT::IMessageBase::getMethodIndexSize  )  const [virtual]
 

getMethodIndexSize define the nomber of method define in the class.

Reimplemented from NLAIAGENT::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 328 of file msg.cpp.

References NLAIAGENT::_MLastM, and sint32.

00329         {
00330                 return IBaseGroupType::getMethodIndexSize() + _MLastM;
00331         }       

virtual IObjetOp* NLAIAGENT::IObjetOp::getNeg  )  const [inline, virtual, inherited]
 

Definition at line 165 of file agent_operator.h.

References NLAIC::IBasicType::clone(), and NLAIAGENT::IObjetOp::neg().

Referenced by NLAISCRIPT::CNegOpCode::runOpCode().

00166                 {
00167                         IObjetOp *o = (IObjetOp *)clone();                      
00168                         o->neg();
00169                         return o;
00170                 }

const TPerformatif& NLAIAGENT::IMessageBase::getPerformatif  )  const [inline]
 

Definition at line 131 of file msg.h.

References _Performatif, and TPerformatif.

Referenced by NLAISCRIPT::COperatorClass::checkTriggerMsg(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runTellComponent(), and NLAIAGENT::CAgentScript::sendMessage().

00132                 {
00133                         return _Performatif;
00134                 }

const IObjectIA* NLAIAGENT::IMessageBase::getReceiver  )  const [inline]
 

Definition at line 147 of file msg.h.

References _Receiver.

Referenced by NLAIAGENT::CLocalMailBox::onKill().

00148                 {                       
00149                         return _Receiver;
00150                 }

const sint32& NLAIC::IPointerGestion::getRef  )  const [inline, inherited]
 

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                 }

const IObjectIA* NLAIAGENT::IMessageBase::getSender  )  const [inline]
 

Definition at line 142 of file msg.h.

References _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                 }

const IObjectIA* NLAIAGENT::IObjectIA::getStaticMember const IVarName compName  )  const [inline, inherited]
 

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                 }

const IObjectIA * NLAIAGENT::IObjectIA::getStaticMember sint32   )  const [virtual, inherited]
 

to get the pointer of a given components referened by an index.

Reimplemented in NLAIAGENT::CLocalAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CMessageScript, and NLAISCRIPT::CAgentClass.

Definition at line 193 of file baseai.cpp.

References sint32.

Referenced by NLAISCRIPT::CCompilateur::affectationMember(), NLAIAGENT::CComponentHandle::getComponent(), NLAISCRIPT::CLdbMemberiOpCode::getDebugResult(), NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult(), NLAISCRIPT::CLdbStackMemberiOpCode::getDebugResult(), NLAISCRIPT::CCallStackNewMethodi::getDebugResult(), NLAISCRIPT::CCallHeapMethodi::getDebugResult(), NLAISCRIPT::CCallStackMethodi::getDebugResult(), NLAISCRIPT::CCallMethodi::getDebugResult(), NLAISCRIPT::CLibHeapMemberMethod::getDebugResult(), NLAISCRIPT::CLibStackNewMemberMethod::getDebugResult(), NLAISCRIPT::CLibStackMemberMethod::getDebugResult(), NLAISCRIPT::CLibCallMethodi::getDebugResult(), NLAISCRIPT::CLibMemberMethodi::getDebugResult(), NLAISCRIPT::CLoadHeapObject::getObject(), NLAISCRIPT::CLoadStackObject::getObject(), NLAISCRIPT::CLoadSelfObject::getObject(), NLAIAGENT::IObjectIA::getStaticMember(), NLAIAGENT::CLocalAgentMail::getStaticMember(), NLAISCRIPT::CCompilateur::getValidateHierarchyBase(), NLAISCRIPT::CCompilateur::isValidateVarName(), NLAISCRIPT::CCodeBrancheRunDebug::printVariable(), NLAIAGENT::IObjectIA::runMethodeMember(), NLAISCRIPT::CLdbMemberiOpCode::runOpCode(), NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode(), NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode(), NLAISCRIPT::CCallHeapMethodi::runOpCode(), NLAISCRIPT::CCallStackMethodi::runOpCode(), NLAISCRIPT::CCallStackNewMethodi::runOpCode(), NLAISCRIPT::CCallMethodi::runOpCode(), NLAISCRIPT::CLibHeapMemberMethod::runOpCode(), NLAISCRIPT::CLibStackNewMemberMethod::runOpCode(), NLAISCRIPT::CLibStackMemberMethod::runOpCode(), NLAISCRIPT::CLibCallMethodi::runOpCode(), NLAISCRIPT::CLibMemberMethodi::runOpCode(), NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode(), and NLAISCRIPT::CAffMemberiOpCode::runOpCode().

00194         {
00195                 return NULL;
00196         }

sint32 NLAIAGENT::IObjectIA::getStaticMemberIndex const IVarName  )  const [virtual, inherited]
 

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         }

sint32 NLAIAGENT::IObjectIA::getStaticMemberSize  )  const [virtual, inherited]
 

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         }

virtual const CIdentType& NLAIC::IBasicType::getType  )  const [pure virtual, inherited]
 

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).

Implemented in NLAILINK::IOTrace, NLAIAGENT::CActor, NLAIAGENT::CActorScript, NLAIAGENT::IAgent, NLAIAGENT::VectorType, NLAIAGENT::DigitalType, NLAIAGENT::BorneDigitalType, NLAIAGENT::DDigitalType, NLAIAGENT::BorneDDigitalType, NLAIAGENT::IntegerType, NLAIAGENT::ShortIntegerType, NLAIAGENT::CharType, NLAIAGENT::UInt8Type, NLAIAGENT::UInt16Type, NLAIAGENT::UInt32Type, NLAIAGENT::UInt64Type, NLAIAGENT::CLocalAgentMail, NLAIAGENT::CStringType, NLAIAGENT::CPairType, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CStringVarName, NLAIAGENT::CIndexedVarName, NLAIAGENT::CAgentManagerTimer, NLAIAGENT::CLibTimerManager, NLAIAGENT::CAgentWatchTimer, NLAIAGENT::CAgentClockTimer, NLAIAGENT::CAgentTimerHandle, NLAILOGIC::CGoalStack, NLAIAGENT::CLocWordNumRef, NLAIAGENT::CVectorGroupManager, NLAIAGENT::CLocalMailBox, NLAIAGENT::CMainAgentScript, NLAIAGENT::CMessageScript, NLAIAGENT::CMessageList, NLAIAGENT::CMessageVector, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, NLAIAGENT::CMessageGroup, NLAIAGENT::CNotifyParentScript, NLAIAGENT::COnChangeMsg, NLAIAGENT::CSetValueMsg, NLAIAGENT::CObjectIdent, NLAIAGENT::CObjectType, NLAIAGENT::CAgentOperation, NLAIAGENT::CPExec, NLAIAGENT::CPAchieve, NLAIAGENT::CPAsk, NLAIAGENT::CPTell, NLAIAGENT::CPBreak, NLAIAGENT::CPKill, NLAIAGENT::CPError, NLAIAGENT::CPEven, NLAIAGENT::CPService, NLAIAGENT::CHashTimerManager, NLAIAGENT::CVolatilMemmory, NLAIC::CSelfClassFactory, NLAIC::CBinaryType, NLAIC::CTypeOfObject, NLAIC::CTypeOfOperator, NLAICHARACTER::CCharacterChild, NLAICHARACTER::CCharacterNoeud, NLAIFUZZY::CFuzzyFact, NLAIFUZZY::CFuzzyRule, NLAIFUZZY::CFuzzyRuleSet, NLAIFUZZY::CFuzzyInterval, NLAIFUZZY::CRightFuzzySet, NLAIFUZZY::CTriangleFuzzySet, NLAIFUZZY::CTrapezeFuzzySet, NLAIFUZZY::CLeftFuzzySet, NLAIFUZZY::FuzzyType, NLAIFUZZY::CFuzzyVar, NLAILOGIC::IBaseAssert, NLAILOGIC::CBoolAssert, NLAILOGIC::CBoolOperator, NLAILOGIC::CBoolType, NLAILOGIC::CFact, NLAILOGIC::CFactBase, NLAILOGIC::CFirstOrderAssert, NLAILOGIC::CFirstOrderOperator, NLAIAGENT::CFsmScript, NLAIAGENT::CSeqFsmScript, NLAILOGIC::CGoal, NLAILOGIC::CInternalGoal, NLAILOGIC::CGoalPath, NLAILOGIC::CGoalStack, NLAIAGENT::COperatorScript, NLAILOGIC::CRule, NLAILOGIC::CValueSet, NLAILOGIC::CVar, NLAILOGIC::CVarMem, NLAILOGIC::CVarSet, NLAILOGIC::CFactPattern, NLAISCRIPT::CCodeContext, NLAISCRIPT::CCodeBrancheRun, NLAISCRIPT::CCodeBrancheRunDebug, NLAISCRIPT::CContextDebug, NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CGetValueMsgClass, NLAISCRIPT::CSetValueMsgClass, NLAISCRIPT::CParam, NLAISCRIPT::CMethodeName, NLAISCRIPT::IClassInterpret, NLAISCRIPT::CClassInterpretFactory, NLAISCRIPT::CMessageClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::COnChangeMsgClass, NLAISCRIPT::CCallPrint, NLAISCRIPT::IBlock, NLAISCRIPT::CLoadSelfObject, NLAISCRIPT::CLoadStackObject, NLAISCRIPT::CLoadHeapObject, NLAISCRIPT::CObjectUnknown, NLAISCRIPT::CLdbNewOpCode, NLAISCRIPT::CNegOpCode, NLAISCRIPT::CAddOpCode, NLAISCRIPT::CSubOpCode, NLAISCRIPT::CDivOpCode, NLAISCRIPT::CMulOpCode, NLAISCRIPT::CSupOpCode, NLAISCRIPT::CInfOpCode, NLAISCRIPT::CEqOpCode, NLAISCRIPT::CSupEqOpCode, NLAISCRIPT::CInfEqOpCode, NLAISCRIPT::CDiffOpCode, NLAISCRIPT::CNotOpCode, NLAISCRIPT::CJFalseOpCode, NLAISCRIPT::CJmpOpCode, NLAISCRIPT::CAffOpCode, NLAISCRIPT::CAffOpCodeDebug, NLAISCRIPT::CAffHeapMemberiOpCode, NLAISCRIPT::CAffMemberiOpCode, NLAISCRIPT::CAffMemberOpCode, NLAISCRIPT::CLocAlloc, NLAISCRIPT::CLocAllocDebug, NLAISCRIPT::CMarkAlloc, NLAISCRIPT::CFreeAlloc, NLAISCRIPT::CFreeAllocDebug, NLAISCRIPT::CHaltOpCode, NLAISCRIPT::CNopOpCode, NLAISCRIPT::CTellOpCode, NLAISCRIPT::CMakeArgOpCode, NLAISCRIPT::CMarkMsg, NLAISCRIPT::CMsgSetSender, NLAISCRIPT::CFindRunMsg, NLAISCRIPT::CAddParamNameDebug, NLAISCRIPT::CLibMemberMethod, NLAISCRIPT::CLibMemberInheritedMethod, NLAISCRIPT::CLibMemberMethodi, NLAISCRIPT::CLibCallMethod, NLAISCRIPT::CLibCallInheritedMethod, NLAISCRIPT::CLibCallMethodi, NLAISCRIPT::CLibStackMemberMethod, NLAISCRIPT::CLibStackNewMemberMethod, NLAISCRIPT::CLibHeapMemberMethod, NLAISCRIPT::CCallMethod, NLAISCRIPT::CCallHeapMethodi, NLAISCRIPT::CCallStackMethodi, NLAISCRIPT::CCallStackNewMethodi, NLAISCRIPT::CCallMethodi, NLAISCRIPT::CLdbOpCode, NLAISCRIPT::CLdbMemberOpCode, NLAISCRIPT::CLdbMemberiOpCode, NLAISCRIPT::CLdbStackMemberiOpCode, NLAISCRIPT::CLdbHeapMemberiOpCode, NLAISCRIPT::CLdbRefOpCode, NLAISCRIPT::CPramContainer, NLAISCRIPT::CScriptDebugSourceFile, NLAISCRIPT::CScriptDebugSourceMemory, NLAISCRIPT::CLibTest, NLAISCRIPT::CVarPStack, and NLAISCRIPT::CVarPStackParam.

Referenced by NLAIAGENT::CAgentWatchTimer::addAttrib(), NLAIAGENT::CMainAgentScript::addDynamicAgent(), NLAIAGENT::CAgentScript::addDynamicAgent(), NLAIAGENT::CAgentScript::CAgentScript(), NLAISCRIPT::COperatorClass::checkTriggerMsg(), NLAIAGENT::COperatorScript::checkTrigMsg(), NLAIAGENT::CAgentOperation::connectOnChange(), NLAIAGENT::CComponentHandle::getComponent(), NLAISCRIPT::CLdbMemberiOpCode::getDebugResult(), NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult(), NLAISCRIPT::CLdbStackMemberiOpCode::getDebugResult(), NLAISCRIPT::CCallStackNewMethodi::getDebugResult(), NLAISCRIPT::CCallHeapMethodi::getDebugResult(), NLAISCRIPT::CCallStackMethodi::getDebugResult(), NLAISCRIPT::CCallMethodi::getDebugResult(), NLAISCRIPT::CFindRunMsg::getDebugResult(), NLAIAGENT::CLocalAgentMail::getDebugString(), NLAIC::CSelfClassFactory::getDebugString(), NLAIAGENT::IObjectIA::getStaticMemberSize(), NLAIC::CSelfClassFactory::getType(), NLAISCRIPT::CCompilateur::getValidateHierarchyBase(), NLAISCRIPT::CVarPStack::getVarType(), NLAISCRIPT::CAgentClass::isClassInheritedFrom(), NLAIAGENT::IVector::isClassInheritedFrom(), NLAIFUZZY::IFuzzySet::isMember(), NLAIAGENT::IVector::isMember(), NLAISCRIPT::CCompilateur::isValidateVarName(), NLAISCRIPT::COperatorClass::isValidFonc(), NLAIAGENT::IObjetOp::neg(), NLAIAGENT::IObjetOp::operator *(), NLAIAGENT::IObjetOp::operator *=(), NLAIAGENT::IObjetOp::operator!(), NLAIAGENT::IObjetOp::operator!=(), NLAIAGENT::IObjetOp::operator+(), NLAIAGENT::IObjetOp::operator+=(), NLAIAGENT::IObjetOp::operator-(), NLAIAGENT::IObjetOp::operator-=(), NLAIAGENT::IObjetOp::operator/(), NLAIAGENT::IObjetOp::operator/=(), NLAIAGENT::IObjetOp::operator<(), NLAIAGENT::IObjetOp::operator<=(), NLAIAGENT::CVectorGroupType::operator=(), NLAIAGENT::CGroupType::operator=(), NLAIAGENT::IObjectIA::operator=(), NLAIAGENT::IBasicObjectIA::operator==(), NLAIAGENT::IObjetOp::operator==(), NLAIAGENT::IObjetOp::operator>(), NLAIAGENT::IObjetOp::operator>=(), NLAIAGENT::CActorScript::pause(), NLAISCRIPT::CCodeBrancheRunDebug::printVariable(), NLAISCRIPT::CCompilateur::processingVar(), NLAIAGENT::COperatorScript::processMessages(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::CAgentScript::processMessages(), NLAISCRIPT::CParam::push(), NLAIAGENT::CActorScript::restart(), NLAISCRIPT::CConstraintFindRun::run(), NLAISCRIPT::CConstraintMethode::run(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::IBasicAgent::runAchieve(), NLAIAGENT::IBasicAgent::runAsk(), NLAIAGENT::CAgentScript::runAskDebugString(), NLAIAGENT::IBasicAgent::runBreak(), NLAIAGENT::IBasicAgent::runError(), NLAIAGENT::IBasicAgent::runEven(), NLAIAGENT::IBasicAgent::runExec(), NLAIAGENT::IBasicAgent::runKill(), NLAIAGENT::CMessageScript::runMethodeMember(), NLAIAGENT::CAgentScript::runMethodeMember(), NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode(), NLAISCRIPT::CLibHeapMemberMethod::runOpCode(), NLAIAGENT::IBasicAgent::runService(), NLAIAGENT::IObjectIA::runStep(), NLAIAGENT::CAgentOperation::runTell(), NLAIAGENT::IBasicAgent::runTell(), NLAIAGENT::CAgentWatchTimer::runTell(), NLAIAGENT::CAgentScript::runTellParentNotify(), NLAILOGIC::CVar::save(), NLAILOGIC::IBaseOperator::save(), NLAISCRIPT::CLdbOpCode::save(), NLAISCRIPT::CLibCallMethodi::save(), NLAISCRIPT::CLibCallInheritedMethod::save(), NLAISCRIPT::CLibCallMethod::save(), NLAISCRIPT::CLdbNewOpCode::save(), NLAISCRIPT::CAddParamNameDebug::save(), NLAISCRIPT::CFindRunMsg::save(), NLAIAGENT::CLocalMailBox::save(), NLAIAGENT::IListBasicManager::save(), NLAISCRIPT::CAgentClass::save(), NLAISCRIPT::CComponent::save(), NLAISCRIPT::CMethodeName::save(), NLAIAGENT::CVectorGroupType::save(), NLAIAGENT::CGroupType::save(), NLAIAGENT::IAgentComposite::save(), NLAIAGENT::IRefrence::save(), NLAIAGENT::CStringType::save(), NLAIAGENT::CVolatilMemmory::sendMessage(), NLAIAGENT::IObjectIA::sendMessage(), NLAIAGENT::CAgentScript::sendMessage(), NLAIAGENT::CProxyAgentMail::sendMessage(), NLAIAGENT::CLocalAgentMail::sendMessage(), NLAIAGENT::CAgentScript::sendMessageToDynmaicChild(), NLAIAGENT::CMsgOStream::serialBit(), NLAIAGENT::CMsgIStream::serialBit(), NLAIAGENT::CMsgOStream::serialBuffer(), NLAIAGENT::CMsgIStream::serialBuffer(), NLAIAGENT::CAgentScript::setAgentManager(), NLAISCRIPT::CCompilateur::setChaineVar(), NLAISCRIPT::CCompilateur::setImediateVar(), NLAISCRIPT::CCompilateur::setImediateVarNill(), NLAISCRIPT::CCompilateur::setPerformative(), and NLAIAGENT::IObjectIA::setStaticMember().

void NLAIC::IPointerGestion::incRef  )  [inline, inherited]
 

Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list.

Definition at line 80 of file abstract_interface.h.

References NLAIC::IPointerGestion::_Ref.

Referenced by NLAIAGENT::CSeqFsmScript::activate(), NLAILOGIC::CFactBase::addAssert(), NLAIAGENT::IAgentComposite::addChild(), NLAILOGIC::IBaseAssert::addInput(), NLAILOGIC::CBoolOperator::addPostcondition(), NLAILOGIC::CBoolOperator::addPrecondition(), NLAILOGIC::CInternalGoal::addPredecessor(), NLAILOGIC::CGoal::addPredecessor(), NLAIFUZZY::CFuzzyVar::addSet(), NLAISCRIPT::CCompilateur::affectation(), NLAILOGIC::CFact::asValueSet(), NLAIAGENT::CAgentWatchTimer::attach(), NLAISCRIPT::CCompilateur::buildObject(), NLAISCRIPT::CAgentClass::buildVMethode(), NLAIAGENT::CAgentOperation::CAgentOperation(), NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle(), NLAISCRIPT::CCompilateur::callFunction(), NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory(), NLAISCRIPT::CCodeBrancheRunDebug::CCodeBrancheRunDebug(), NLAISCRIPT::CCompilateur::CCompilateur(), NLAISCRIPT::CFactorType::CFactorType(), NLAISCRIPT::CFunctionTag::CFunctionTag(), NLAIAGENT::COperatorScript::checkTrigMsg(), NLAIC::CIdentType::CIdentType(), NLAIAGENT::CIdMethod::CIdMethod(), NLAIAGENT::CKeyObject::CKeyObject(), NLAISCRIPT::CFindRunMsg::clone(), NLAISCRIPT::CObjectUnknown::clone(), NLAISCRIPT::CConstraintStackComp::clone(), NLAISCRIPT::CConstraintFindRun::clone(), NLAISCRIPT::CConstraintMethode::clone(), NLAILINK::IOTrace::clone(), NLAISCRIPT::CMethodeName::CMethodeName(), NLAISCRIPT::CAgentClass::CMethodType::CMethodType(), NLAISCRIPT::CObjectUnknown::CObjectUnknown(), NLAIAGENT::CPairType::CPairType(), NLAISCRIPT::CAgentClass::createComponents(), NLAILOGIC::CValueSet::CValueSet(), NLAILOGIC::CVar::CVar(), NLAILOGIC::CValueSet::forward(), IMessageBase(), NLAIAGENT::CAgentScript::initAgentScript(), NLAISCRIPT::CCompilateur::initMessageManager(), NLAISCRIPT::COperatorClass::isValidFonc(), NLAILOGIC::CValueSet::load(), NLAILOGIC::IBaseOperator::load(), NLAISCRIPT::CAgentClass::load(), NLAISCRIPT::CComponent::load(), NLAISCRIPT::CMethodeName::load(), NLAIAGENT::CVectorGroupType::operator+(), NLAIAGENT::CGroupType::operator+(), NLAISCRIPT::CPramContainer::operator+=(), operator=(), NLAIAGENT::CKeyObject::operator=(), NLAISCRIPT::CAgentClass::CMethodType::operator=(), NLAISCRIPT::CFunctionTag::operator=(), NLAIAGENT::CIdMethod::operator=(), NLAISCRIPT::CCompilateur::processingVar(), NLAIAGENT::CAgentScript::processMessages(), NLAISCRIPT::CCompilateur::pushParamExpression(), NLAISCRIPT::CConstraintFindRun::run(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runAskGetValue(), NLAIAGENT::IAgent::runChildren(), NLAIAGENT::CMainAgentScript::runExec(), NLAIAGENT::CAgentScript::runInitComponent(), NLAIAGENT::CAgentOperation::runMethodBase(), NLAIAGENT::CAgentWatchTimer::runMethodBase(), NLAIAGENT::CAgentScript::runMethodBase(), NLAIAGENT::CActorScript::runMethodBase(), runMethodeMember(), NLAIAGENT::IBaseGroupType::runMethodeMember(), NLAIAGENT::IBasicAgent::runMethodeMember(), NLAISCRIPT::CLdbRefOpCode::runOpCode(), NLAISCRIPT::CLdbMemberiOpCode::runOpCode(), NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode(), NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode(), NLAISCRIPT::CCallStackMethodi::runOpCode(), NLAISCRIPT::CCallStackNewMethodi::runOpCode(), NLAISCRIPT::CLibStackNewMemberMethod::runOpCode(), NLAISCRIPT::CLibStackMemberMethod::runOpCode(), NLAISCRIPT::CAffOpCode::runOpCode(), NLAISCRIPT::CAddParamNameDebug::runOpCode(), NLAISCRIPT::CAffOpCodeDebug::runOpCode(), NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode(), NLAISCRIPT::CAffMemberOpCode::runOpCode(), NLAISCRIPT::CAffMemberiOpCode::runOpCode(), NLAIAGENT::CAgentScript::runTellComponent(), NLAIAGENT::CAgentScript::runTellSetValue(), NLAISCRIPT::CMethodContextDebug::saveContext(), NLAISCRIPT::CMethodContext::saveContext(), NLAIAGENT::CAgentScript::sendBroadCast(), NLAIAGENT::IListManager::sendMessage(), NLAIAGENT::CAgentScript::sendMethodCompoment(), NLAIAGENT::CVolatilMemmory::sendUpdateMessage(), NLAISCRIPT::CFactorType::set(), NLAILOGIC::IBaseOperator::setGoal(), NLAISCRIPT::CCompilateur::setImediateVarNill(), NLAISCRIPT::CCompilateur::setMethodVar(), NLAISCRIPT::CCompilateur::setParamVarName(), NLAISCRIPT::CFunctionTag::setTypeObject(), NLAILOGIC::CVar::setValue(), NLAILOGIC::CValueSet::setValue(), NLAIAGENT::CAgentWatchTimer::tellBroker(), NLAISCRIPT::CCompilateur::typeOfMethod(), NLAILOGIC::CVar::unify(), NLAILOGIC::CValueSet::unify(), and NLAIAGENT::CAgentOperation::update().

00081                 {
00082                         _Ref ++;
00083                 }

void NLAIAGENT::IObjectIA::init IObjectIA  )  [virtual, inherited]
 

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         }

virtual TQueue NLAIAGENT::IObjetOp::IObjetOp::isMember const IVarName ,
const IVarName ,
const IObjectIA
const [virtual, inherited]
 

virtual CProcessResult NLAIAGENT::IObjetOp::IObjetOp::runMethodeMember sint32  index,
IObjectIA
[virtual, inherited]
 

sint32 NLAIAGENT::IBaseGroupType::isClassInheritedFrom const IVarName  )  const [virtual, inherited]
 

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::IObjectIA.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 256 of file group_type.cpp.

References sint32.

00257         {
00258                 return -1;
00259         }

bool NLAIAGENT::IMessageBase::isEqual const IBasicObjectIA a  )  const [virtual]
 

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::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 184 of file msg.cpp.

References _Sender, isEqual(), and NLAIAGENT::IBasicObjectIA::isEqual().

00185         {
00186                 IMessageBase &b = (IMessageBase &)a;                                            
00187                 return _Sender->isEqual((const IBasicAgent &)b) && IListBasicManager::isEqual(a);
00188         }       

bool NLAIAGENT::IObjectIA::isLocal  )  [virtual, inherited]
 

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         }

TQueue NLAIAGENT::IMessageBase::isMember const IVarName className,
const IVarName methodName,
const IObjectIA p
const [virtual]
 

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::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 333 of file msg.cpp.

References NLAIAGENT::_MLastM, and NLAIAGENT::TQueue.

00334         {                       
00335                 if(className == NULL)
00336                 {
00337                         TQueue a;
00338                         for(int i = 0; i < _MLastM; i++)
00339                         {
00340                                 if( *methodName == IMessageBase::_Method[i].MethodName )
00341                                 {                                       
00342                                         CObjectType *c = new CObjectType(new NLAIC::CIdentType(*IAgent::IdAgent));
00343                                         a.push( CIdMethod( IMessageBase::_Method[i].Index + IBaseGroupType::getMethodIndexSize(), 0.0, NULL, c) );                                      
00344                                         break;
00345                                 }
00346                         }
00347 
00348                         if ( a.size() )
00349                                 return a;
00350                         else 
00351                                 return IBaseGroupType::isMember( className, methodName, p);
00352                 }
00353                 return IListBasicManager::isMember(className,methodName,p);
00354         }

bool NLAIAGENT::IListBasicManager::isTrue  )  const [virtual, inherited]
 

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         }

void NLAIAGENT::IMessageBase::load NLMISC::IStream is  )  [virtual]
 

Load the class from a stream.

Reimplemented from NLAIAGENT::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 236 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _Performatif, _Receiver, _Sender, r, NLMISC::IStream::serial(), setContinuation(), setReceiver(), setSender(), sint32, t, and TPerformatif.

00237         {
00238                 IListBasicManager::load(is);
00239                 bool t;
00240                 is.serial(t);           
00241                 if(t)
00242                 {
00243                         CNumericIndex r(is);
00244                         IRefrence *ref = CLocWordNumRef::getRef(r);
00245                         if(ref != NULL)
00246                         {
00247                                 //if(_Sender) _Sender->release();
00248                                 _Sender = ref;
00249                                 //_Sender->incRef();
00250                         }
00251                         else
00252                         {
00253                                 //if(_Sender) _Sender->release();
00254                                 setSender(new CProxyAgentMail(r.getId()) , true);
00255                         }
00256                         
00257                 }
00258                 else
00259                 {                       
00260                         _Sender = NULL;
00261                 }
00262                 
00263                 is.serial(t);           
00264                 if(t)
00265                 {
00266                         CNumericIndex r(is);
00267                         IRefrence *ref = CLocWordNumRef::getRef(r);
00268                         if(ref != NULL)
00269                         {
00270                                 //if(_Receiver) _Receiver->release();
00271                                 _Receiver = ref;
00272                                 //_Receiver->incRef();
00273                         }
00274                         else
00275                         {
00276                                 //if(_Receiver) _Receiver->release();
00277                                 setReceiver(new CProxyAgentMail(r.getId()) , true);
00278                         }
00279                         
00280                 }
00281                 else
00282                 {
00283                         //if(_Receiver) _Receiver->release();
00284                         _Receiver = NULL;
00285                 }
00286                 is.serial(t);           
00287                 if(t)
00288                 {
00289                         CNumericIndex r(is);
00290                         IRefrence *ref = CLocWordNumRef::getRef(r);
00291                         if(ref != NULL)
00292                         {
00293                                 //if(_Continuation) _Continuation->release();
00294                                 _Continuation = ref;
00295                                 //_Continuation->incRef();
00296                         }
00297                         else
00298                         {                               
00299                                 //if(_Continuation) _Continuation->release();
00300                                 setContinuation(new CProxyAgentMail(r.getId()) , true);
00301                         }
00302                         
00303                 }
00304                 else
00305                 {
00306                         //if(_Continuation) _Continuation->release();
00307                         _Continuation = NULL;
00308                 }
00309                 
00310                 sint32 i = _Performatif;
00311                 is.serial(i);
00312                 _Performatif = (TPerformatif)i;
00313                 is.serial(_comeFromC_PLUS);
00314         }

virtual IObjetOp& NLAIAGENT::IObjetOp::neg  )  [inline, virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented in NLAIAGENT::DigitalType, NLAIAGENT::BorneDigitalType, NLAIAGENT::DDigitalType, NLAIAGENT::BorneDDigitalType, NLAIAGENT::IntegerType, NLAIAGENT::ShortIntegerType, NLAIAGENT::CharType, NLAIAGENT::UInt8Type, NLAIAGENT::UInt16Type, NLAIAGENT::UInt32Type, NLAIAGENT::UInt64Type, NLAIAGENT::INombre< tNombre >, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::CAgentOperation, 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 101 of file agent_operator.h.

References NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().

Referenced by NLAIAGENT::IObjetOp::getNeg(), NLAISCRIPT::CVarPStackParam::neg(), NLAISCRIPT::CVarPStack::neg(), and NLAIAGENT::CAgentOperation::neg().

00102                 {
00103                         std::string text;
00104                         text = NLAIC::stringGetBuild("opertor <IObjectIA &neg()> note implemented for the '%s' interface",(const char *)getType());
00105                         throw NLAIE::CExceptionNotImplemented(text.c_str());
00106                         return *this;
00107                 }               

virtual const IBasicType* NLAIC::IBasicType::newInstance  )  const [pure virtual, inherited]
 

This function allow a new instance, that mean that the class is a class factory.

Implemented in NLAILINK::IOTrace, NLAIAGENT::CActor, NLAIAGENT::CActorScript, NLAIAGENT::IAgent, NLAIAGENT::VectorType, NLAIAGENT::DigitalType, NLAIAGENT::BorneDigitalType, NLAIAGENT::DDigitalType, NLAIAGENT::BorneDDigitalType, NLAIAGENT::IntegerType, NLAIAGENT::ShortIntegerType, NLAIAGENT::CharType, NLAIAGENT::UInt8Type, NLAIAGENT::UInt16Type, NLAIAGENT::UInt32Type, NLAIAGENT::UInt64Type, NLAIAGENT::CLocalAgentMail, NLAIAGENT::CStringType, NLAIAGENT::CPairType, NLAIAGENT::CGroupType, NLAIAGENT::CVectorGroupType, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CStringVarName, NLAIAGENT::CIndexedVarName, NLAIAGENT::CAgentManagerTimer, NLAIAGENT::CLibTimerManager, NLAIAGENT::CAgentWatchTimer, NLAIAGENT::CAgentClockTimer, NLAIAGENT::CAgentTimerHandle, NLAILOGIC::CGoalStack, NLAIAGENT::CLocWordNumRef, NLAIAGENT::CVectorGroupManager, NLAIAGENT::CLocalMailBox, NLAIAGENT::CMainAgentScript, NLAIAGENT::CMessageScript, NLAIAGENT::CMessageList, NLAIAGENT::CMessageVector, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, NLAIAGENT::CMessageGroup, NLAIAGENT::CNotifyParentScript, NLAIAGENT::COnChangeMsg, NLAIAGENT::CSetValueMsg, NLAIAGENT::CObjectIdent, NLAIAGENT::CObjectType, NLAIAGENT::CAgentOperation, NLAIAGENT::CPExec, NLAIAGENT::CPAchieve, NLAIAGENT::CPAsk, NLAIAGENT::CPTell, NLAIAGENT::CPBreak, NLAIAGENT::CPKill, NLAIAGENT::CPError, NLAIAGENT::CPEven, NLAIAGENT::CPService, NLAIAGENT::CHashTimerManager, NLAIAGENT::CVolatilMemmory, NLAIC::CSelfClassFactory, NLAIC::CBinaryType, NLAIC::CTypeOfObject, NLAIC::CTypeOfOperator, NLAICHARACTER::CCharacterChild, NLAICHARACTER::CCharacterNoeud, NLAIFUZZY::CFuzzyFact, NLAIFUZZY::CFuzzyRule, NLAIFUZZY::CFuzzyRuleSet, NLAIFUZZY::CFuzzyInterval, NLAIFUZZY::CRightFuzzySet, NLAIFUZZY::CTriangleFuzzySet, NLAIFUZZY::CTrapezeFuzzySet, NLAIFUZZY::CLeftFuzzySet, NLAIFUZZY::FuzzyType, NLAIFUZZY::CFuzzyVar, NLAILOGIC::CBoolAssert, NLAILOGIC::CBoolOperator, NLAILOGIC::CBoolType, NLAILOGIC::CClause, NLAILOGIC::CFact, NLAILOGIC::CFactBase, NLAILOGIC::CFirstOrderAssert, NLAILOGIC::CFirstOrderOperator, NLAIAGENT::CFsmScript, NLAIAGENT::CSeqFsmScript, NLAILOGIC::CGoal, NLAILOGIC::CInternalGoal, NLAILOGIC::CGoalPath, NLAILOGIC::CGoalStack, NLAISCRIPT::COperatorClass, NLAIAGENT::COperatorScript, NLAILOGIC::CRule, NLAILOGIC::CValueSet, NLAILOGIC::CVar, NLAILOGIC::CVarMem, NLAILOGIC::CVarSet, NLAILOGIC::CFactPattern, NLAISCRIPT::CCodeContext, NLAISCRIPT::CCodeBrancheRun, NLAISCRIPT::CCodeBrancheRunDebug, NLAISCRIPT::CContextDebug, NLAISCRIPT::CActorClass, NLAISCRIPT::CFsmClass, NLAISCRIPT::CSeqFsmClass, NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CGetValueMsgClass, NLAISCRIPT::CSetValueMsgClass, NLAISCRIPT::CParam, NLAISCRIPT::CMethodeName, NLAISCRIPT::CClassInterpretFactory, NLAISCRIPT::CAgentClass, NLAISCRIPT::CManagerClass, NLAISCRIPT::CMessageClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::COnChangeMsgClass, NLAISCRIPT::CCallPrint, NLAISCRIPT::IBlock, NLAISCRIPT::CLoadSelfObject, NLAISCRIPT::CLoadStackObject, NLAISCRIPT::CLoadHeapObject, NLAISCRIPT::CObjectUnknown, NLAISCRIPT::CLdbNewOpCode, NLAISCRIPT::CNegOpCode, NLAISCRIPT::CAddOpCode, NLAISCRIPT::CSubOpCode, NLAISCRIPT::CDivOpCode, NLAISCRIPT::CMulOpCode, NLAISCRIPT::CSupOpCode, NLAISCRIPT::CInfOpCode, NLAISCRIPT::CEqOpCode, NLAISCRIPT::CSupEqOpCode, NLAISCRIPT::CInfEqOpCode, NLAISCRIPT::CDiffOpCode, NLAISCRIPT::CNotOpCode, NLAISCRIPT::CJFalseOpCode, NLAISCRIPT::CJmpOpCode, NLAISCRIPT::CAffOpCode, NLAISCRIPT::CAffOpCodeDebug, NLAISCRIPT::CAffHeapMemberiOpCode, NLAISCRIPT::CAffMemberiOpCode, NLAISCRIPT::CAffMemberOpCode, NLAISCRIPT::CLocAlloc, NLAISCRIPT::CLocAllocDebug, NLAISCRIPT::CMarkAlloc, NLAISCRIPT::CFreeAlloc, NLAISCRIPT::CFreeAllocDebug, NLAISCRIPT::CHaltOpCode, NLAISCRIPT::CNopOpCode, NLAISCRIPT::CTellOpCode, NLAISCRIPT::CMakeArgOpCode, NLAISCRIPT::CMarkMsg, NLAISCRIPT::CMsgSetSender, NLAISCRIPT::CFindRunMsg, NLAISCRIPT::CAddParamNameDebug, NLAISCRIPT::CLibMemberMethod, NLAISCRIPT::CLibMemberInheritedMethod, NLAISCRIPT::CLibMemberMethodi, NLAISCRIPT::CLibCallMethod, NLAISCRIPT::CLibCallInheritedMethod, NLAISCRIPT::CLibCallMethodi, NLAISCRIPT::CLibStackMemberMethod, NLAISCRIPT::CLibStackNewMemberMethod, NLAISCRIPT::CLibHeapMemberMethod, NLAISCRIPT::CCallMethod, NLAISCRIPT::CCallHeapMethodi, NLAISCRIPT::CCallStackMethodi, NLAISCRIPT::CCallMethodi, NLAISCRIPT::CLdbOpCode, NLAISCRIPT::CLdbMemberOpCode, NLAISCRIPT::CLdbMemberiOpCode, NLAISCRIPT::CLdbStackMemberiOpCode, NLAISCRIPT::CLdbHeapMemberiOpCode, NLAISCRIPT::CLdbRefOpCode, NLAISCRIPT::CPramContainer, NLAISCRIPT::CScriptDebugSourceFile, NLAISCRIPT::CScriptDebugSourceMemory, NLAISCRIPT::CLibTest, NLAISCRIPT::CVarPStack, and NLAISCRIPT::CVarPStackParam.

Referenced by NLAIC::CSelfClassFactory::createInstance().

virtual IObjetOp* NLAIAGENT::IObjetOp::operator * IObjetOp a  )  [inline, virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Definition at line 202 of file agent_operator.h.

00203                 {
00204                         return *this * *a;
00205 
00206                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator * const IObjetOp  )  [inline, virtual, inherited]
 

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                 }

virtual IObjetOp& NLAIAGENT::IObjetOp::operator *= IObjetOp a  )  [inline, virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Definition at line 182 of file agent_operator.h.

00183                 {
00184                         return *this *= *a;
00185 
00186                 }

virtual IObjetOp& NLAIAGENT::IObjetOp::operator *= const IObjetOp  )  [inline, virtual, inherited]
 

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                 }

NLAIAGENT::IListBasicManager::operator const IBaseGroupType *  )  const [inline, inherited]
 

Get the list of message contents.

Definition at line 107 of file list_manager.h.

00108                 {
00109                         return _List;
00110                 }

IObjetOp * NLAIAGENT::IListBasicManager::operator!  )  const [virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Implements NLAIAGENT::IBaseGroupType.

Definition at line 109 of file list_manager.cpp.

00110         {
00111                 return !(*_List);
00112         }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator!= IObjetOp  )  const [inline, virtual, inherited]
 

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                 }               

virtual IObjetOp* NLAIAGENT::IObjetOp::operator+ IObjetOp a  )  [inline, virtual, inherited]
 

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                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator+ const IObjetOp  )  [inline, virtual, inherited]
 

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                 }

IObjetOp & NLAIAGENT::IBaseGroupType::operator+= IObjetOp a  )  [virtual, inherited]
 

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         }

IObjetOp & NLAIAGENT::IListBasicManager::operator+= const IObjetOp a  )  [virtual, inherited]
 

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         }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator- IObjetOp a  )  [inline, virtual, inherited]
 

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                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator- const IObjetOp  )  [inline, virtual, inherited]
 

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                 }

IObjetOp & NLAIAGENT::IBaseGroupType::operator-= IObjetOp a  )  [virtual, inherited]
 

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         }

IObjetOp & NLAIAGENT::IListBasicManager::operator-= const IObjetOp a  )  [virtual, inherited]
 

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         }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator/ IObjetOp a  )  [inline, virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Definition at line 207 of file agent_operator.h.

00208                 {
00209                         return *this / *a;
00210 
00211                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator/ const IObjetOp  )  [inline, virtual, inherited]
 

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                 }

virtual IObjetOp& NLAIAGENT::IObjetOp::operator/= IObjetOp a  )  [inline, virtual, inherited]
 

throw (NLAIE::CExceptionNotImplemented)

Definition at line 187 of file agent_operator.h.

00188                 {
00189                         return *this /= *a;
00190 
00191                 }

virtual IObjetOp& NLAIAGENT::IObjetOp::operator/= const IObjetOp  )  [inline, virtual, inherited]
 

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                 }       

virtual IObjetOp* NLAIAGENT::IObjetOp::operator< IObjetOp  )  const [inline, virtual, inherited]
 

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                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator<= IObjetOp  )  const [inline, virtual, inherited]
 

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                 }

IObjectIA & NLAIAGENT::IMessageBase::operator= const IObjectIA a  )  [virtual]
 

Clear the list.

Reimplemented from NLAIAGENT::IListBasicManager.

Definition at line 150 of file msg.cpp.

References _Continuation, _ContinuationIsVolatile, NLAIAGENT::IListBasicManager::_List, _Receiver, _ReceiverIsVolatile, _Sender, _SenderIsVolatile, and NLAIC::IPointerGestion::incRef().

00151         {
00152                 IMessageBase &b = (IMessageBase &)a;
00153                 _Sender = b._Sender;
00154                 if(_SenderIsVolatile && _Sender != NULL) _Sender->incRef();
00155                 _Receiver = b._Receiver;
00156                 if(_ReceiverIsVolatile && _Receiver != NULL) _Receiver->incRef();
00157                 _Continuation = b._Continuation;
00158                 if(_ContinuationIsVolatile && _Continuation != NULL) _Continuation->incRef();           
00159                 *_List = *b._List;
00160                 return *this;
00161         }

bool NLAIAGENT::IBasicObjectIA::operator== const IBasicObjectIA classType  )  const [inherited]
 

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().

00135         {                                               
00136                 if(a.getType() == getType() ) return isEqual(a);                        
00137                 return false;
00138         }               

virtual IObjetOp* NLAIAGENT::IObjetOp::operator== IObjetOp  )  const [inline, virtual, inherited]
 

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                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator> IObjetOp  )  const [inline, virtual, inherited]
 

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                 }

virtual IObjetOp* NLAIAGENT::IObjetOp::operator>= IObjetOp  )  const [inline, virtual, inherited]
 

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                 }

const IObjectIA * NLAIAGENT::IListBasicManager::operator[] sint32   )  const [virtual, inherited]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 97 of file list_manager.cpp.

References index, s, sint, sint32, and NLAIAGENT::IBaseGroupType::size().

00098         {       
00099 #ifdef NL_DEBUG
00100                 sint s = _List->size();
00101 #endif
00102                 return (*_List)[index];
00103         }       

const IObjectIA * NLAIAGENT::IListBasicManager::pop  )  [virtual, inherited]
 

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         }

const IObjectIA * NLAIAGENT::IListBasicManager::popFront  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IMessageBase::protectSender  )  [inline]
 

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 _ProtectSender.

Referenced by runMethodeMember().

00183                 {
00184                         _ProtectSender = true;
00185                 }

void NLAIAGENT::IListBasicManager::push const IObjectIA o  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IListBasicManager::pushFront const IObjectIA o  )  [virtual, inherited]
 

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         }

virtual void NLAIC::IPointerGestion::release void   )  [inline, virtual, inherited]
 

Release allow to release the pointer. The last release when the _Ref is nul delete the object.

Definition at line 86 of file abstract_interface.h.

References NLAIC::IPointerGestion::decRef().

Referenced by NLAIAGENT::CSeqFsmScript::activate(), NLAISCRIPT::CAgentClass::addBrancheCode(), NLAISCRIPT::CConstraintDebug::addIndex(), NLAISCRIPT::CCompilateur::affectation(), NLAISCRIPT::CCompilateur::affectationMember(), NLAISCRIPT::COperatorClass::backward(), NLAILOGIC::CFirstOrderOperator::backward(), NLAILOGIC::CFirstOrderAssert::backward(), NLAISCRIPT::CCompilateur::buildObject(), NLAILINK::buildScript(), NLAISCRIPT::CCompilateur::callFunction(), NLAIC::CIdentType::CIdentType(), NLAISCRIPT::CCompilateur::clean(), NLAISCRIPT::CParam::clear(), NLAIAGENT::CVectorGroupType::clear(), NLAIAGENT::CGroupType::clear(), NLAIAGENT::CVolatilMemmory::CVolatilMemmory(), NLAISCRIPT::CFactorType::del(), NLAIAGENT::IAgentComposite::deleteListe(), NLAIPYSERVER::endPythonInterface(), NLAIAGENT::CVectorGroupType::erase(), NLAIAGENT::CGroupType::erase(), NLAIAGENT::CVectorGroupType::eraseAll(), NLAIAGENT::CGroupType::eraseAll(), NLAISCRIPT::CCompilateur::errorMethodConstraint(), NLAISCRIPT::CCompilateur::errorTypeConstraint(), NLAISCRIPT::CCompilateur::findMethode(), NLAISCRIPT::COperatorClass::forward(), NLAILOGIC::CFirstOrderOperator::forward(), NLAIAGENT::CComponentHandle::getComponent(), NLAIAGENT::COperatorScript::getDebugString(), NLAIAGENT::CAgentScript::getDebugString(), NLAILOGIC::IBaseOperator::IBaseOperator(), NLAISCRIPT::CCompilateur::ifInterrogation(), NLAISCRIPT::CCompilateur::ifInterrogationEnd(), NLAILOGIC::CFactPattern::init(), NLAILOGIC::CRule::init(), NLAIFUZZY::CTrapezeFuzzySet::init(), NLAIFUZZY::CLeftFuzzySet::init(), NLAIFUZZY::CTriangleFuzzySet::init(), NLAIFUZZY::CRightFuzzySet::init(), NLAIFUZZY::CFuzzyInterval::init(), NLAIFUZZY::CFuzzyRule::init(), NLAIFUZZY::CSimpleFuzzyCond::init(), NLAISCRIPT::CCompilateur::interrogationEnd(), NLAISCRIPT::COperatorClass::isValidFonc(), NLAIAGENT::IAgent::Kill(), NLAILOGIC::CVar::load(), NLAILOGIC::CValueSet::load(), NLAISCRIPT::CLdbOpCode::load(), NLAISCRIPT::CLibCallMethodi::load(), NLAISCRIPT::CLibCallInheritedMethod::load(), NLAISCRIPT::CLibCallMethod::load(), NLAISCRIPT::CLdbNewOpCode::load(), NLAISCRIPT::CAddParamNameDebug::load(), NLAISCRIPT::CFindRunMsg::load(), NLAIAGENT::IListBasicManager::load(), NLAIAGENT::CVectorGroupType::load(), NLAIAGENT::CGroupType::load(), NLAIAGENT::CAgentScript::load(), NLAIAGENT::CStringType::load(), NLAIAGENT::CLocalAgentMail::load(), NLAISCRIPT::CMethodContextDebug::loadContext(), NLAISCRIPT::CCompilateur::onEndClass(), NLAIAGENT::CLocalMailBox::onKill(), NLAIAGENT::IAgent::onKill(), NLAIAGENT::CLocalAgentMail::onKill(), NLAIAGENT::CVectorGroupType::operator-(), NLAIAGENT::CGroupType::operator-(), NLAIAGENT::CKeyObject::operator=(), NLAISCRIPT::CFunctionTag::operator=(), NLAIAGENT::CIdMethod::operator=(), NLAISCRIPT::CCompilateur::PrivateError(), NLAISCRIPT::CCompilateur::processingVar(), NLAIAGENT::CAgentScript::processMessages(), NLAIAGENT::IRefrence::refLoadStream(), NLAISCRIPT::CCompilateur::registerMethod(), NLAIAGENT::IAgentComposite::removeChild(), NLAILOGIC::CFirstOrderAssert::removeFact(), NLAISCRIPT::CConstraintStackComp::run(), NLAISCRIPT::CConstraintFindRun::run(), NLAISCRIPT::CConstraintMethode::run(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runInitComponent(), NLAIAGENT::CVolatilMemmory::runMessage(), NLAIAGENT::CAgentOperation::runMethodBase(), NLAISCRIPT::CCompilateur::runMethodConstraint(), NLAILOGIC::CInternalGoal::runMethodeMember(), NLAILOGIC::CGoal::runMethodeMember(), NLAILOGIC::CFact::runMethodeMember(), NLAIAGENT::IObjectIA::runMethodeMember(), NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode(), NLAISCRIPT::CCallStackMethodi::runOpCode(), NLAISCRIPT::CLibHeapMemberMethod::runOpCode(), NLAISCRIPT::CAffOpCode::runOpCode(), NLAISCRIPT::CJFalseOpCode::runOpCode(), NLAISCRIPT::CAffOpCodeDebug::runOpCode(), NLAISCRIPT::CDiffOpCode::runOpCode(), NLAISCRIPT::CInfEqOpCode::runOpCode(), NLAISCRIPT::CSupEqOpCode::runOpCode(), NLAISCRIPT::CEqOpCode::runOpCode(), NLAISCRIPT::CInfOpCode::runOpCode(), NLAISCRIPT::CSupOpCode::runOpCode(), NLAISCRIPT::CMulOpCode::runOpCode(), NLAISCRIPT::CDivOpCode::runOpCode(), NLAISCRIPT::CSubOpCode::runOpCode(), NLAISCRIPT::CAddOpCode::runOpCode(), NLAISCRIPT::CNegOpCode::runOpCode(), NLAIAGENT::CAgentScript::runTellParentNotify(), NLAISCRIPT::CCompilateur::runTypeConstraint(), NLAIAGENT::CHashTimerManager::sendMessage(), NLAIAGENT::CVolatilMemmory::sendMessage(), NLAIAGENT::CLocalMailBox::sendMessage(), NLAIAGENT::IListManager::sendMessage(), NLAIAGENT::CAgentTimerHandle::sendMessage(), NLAIAGENT::CAgentScript::sendMessage(), NLAIAGENT::CAgentScript::sendMethod(), NLAISCRIPT::COperandSimple::serial(), NLAISCRIPT::CObjectUnknown::setBaseType(), NLAISCRIPT::CCompilateur::setChaineVar(), NLAISCRIPT::CClassInterpretFactory::setClass(), NLAIC::CSelfClassFactory::setClass(), NLAISCRIPT::IClassInterpret::setClassName(), NLAISCRIPT::CObjectUnknown::setClassType(), setContinuation(), NLAILOGIC::IBaseOperator::setGoal(), NLAISCRIPT::COperatorClass::setGoal(), NLAISCRIPT::CCompilateur::setImediateVar(), NLAISCRIPT::CCompilateur::setImediateVarNill(), NLAISCRIPT::CParam::setInfo(), NLAISCRIPT::CAgentClass::setInheritanceName(), NLAISCRIPT::CCompilateur::setListVar(), setMessageGroup(), NLAISCRIPT::CCompilateur::setMethodVar(), NLAILOGIC::IBaseVar::setName(), NLAIAGENT::CAgentOperation::setName(), NLAISCRIPT::CMethodeName::setName(), NLAIAGENT::IRefrence::setNumRef(), NLAISCRIPT::CConstraintFindRun::setOpCode(), NLAISCRIPT::CConstraintMethode::setOpCode(), NLAISCRIPT::CCompilateur::setPerformative(), NLAILOGIC::CInternalGoal::setProperty(), setReceiver(), setSender(), NLAILOGIC::CValueSet::setSize(), NLAISCRIPT::CCompilateur::setStackVar(), NLAIAGENT::CMessageScript::setStaticMember(), NLAIAGENT::CAgentScript::setStaticMember(), NLAISCRIPT::IClassInterpret::setType(), NLAISCRIPT::CFunctionTag::setTypeObject(), NLAISCRIPT::CMethodeName::setTypeOfMethode(), NLAILOGIC::CVar::setValue(), NLAIAGENT::CAgentOperation::setValue(), NLAIAGENT::IAgentInput::setValue(), NLAILOGIC::CValueSet::unify(), NLAISCRIPT::COperatorClass::unifyBackward(), NLAILOGIC::CFirstOrderOperator::unifyBackward(), NLAISCRIPT::COperatorClass::unifyForward(), NLAILOGIC::CFirstOrderOperator::unifyForward(), NLAILOGIC::CRule::unifyLiaisonBack(), NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug(), NLAISCRIPT::CAgentClass::~CAgentClass(), NLAIAGENT::CAgentOperation::~CAgentOperation(), NLAIAGENT::CAgentScript::~CAgentScript(), NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle(), NLAIAGENT::CAgentWatchTimer::~CAgentWatchTimer(), NLAISCRIPT::CClassInterpretFactory::~CClassInterpretFactory(), NLAISCRIPT::CCodeBrancheRunDebug::~CCodeBrancheRunDebug(), NLAISCRIPT::CCompilateur::~CCompilateur(), NLAIAGENT::CComponentHandle::~CComponentHandle(), NLAISCRIPT::CConstraintChkMethodeType::~CConstraintChkMethodeType(), NLAISCRIPT::CConstraintMethode::~CConstraintMethode(), NLAISCRIPT::CConstraintStackComp::~CConstraintStackComp(), NLAILOGIC::CFact::~CFact(), NLAISCRIPT::CFindRunMsg::~CFindRunMsg(), NLAILOGIC::CFirstOrderAssert::~CFirstOrderAssert(), NLAISCRIPT::CFunctionTag::~CFunctionTag(), NLAIC::CIdentType::~CIdentType(), NLAIAGENT::CIdMethod::~CIdMethod(), NLAILOGIC::CInternalGoal::~CInternalGoal(), NLAIAGENT::CKeyObject::~CKeyObject(), NLAISCRIPT::CLdbNewOpCode::~CLdbNewOpCode(), NLAISCRIPT::CLdbOpCode::~CLdbOpCode(), NLAISCRIPT::CLibCallInheritedMethod::~CLibCallInheritedMethod(), NLAISCRIPT::CLibCallMethod::~CLibCallMethod(), NLAISCRIPT::CLibCallMethodi::~CLibCallMethodi(), NLAIAGENT::CLocalMailBox::~CLocalMailBox(), NLAIAGENT::CMainAgentScript::~CMainAgentScript(), NLAISCRIPT::CLibTest::CMethodCall::~CMethodCall(), NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall(), NLAISCRIPT::CMethodeName::~CMethodeName(), NLAISCRIPT::CAgentClass::CMethodType::~CMethodType(), NLAISCRIPT::CObjectUnknown::~CObjectUnknown(), NLAISCRIPT::COperandSimple::~COperandSimple(), NLAISCRIPT::COperandUnknown::~COperandUnknown(), NLAISCRIPT::COperationType::~COperationType(), NLAISCRIPT::COperationTypeGD::~COperationTypeGD(), NLAISCRIPT::COperatorClass::~COperatorClass(), NLAIAGENT::CPairType::~CPairType(), NLAIC::CSelfClassFactory::~CSelfClassFactory(), NLAIAGENT::CStringType::~CStringType(), NLAILOGIC::CValueSet::~CValueSet(), NLAILOGIC::CVar::~CVar(), NLAIAGENT::CVolatilMemmory::~CVolatilMemmory(), NLAIAGENT::IAgentInput::~IAgentInput(), NLAILOGIC::IBaseAssert::~IBaseAssert(), NLAILOGIC::IBaseOperator::~IBaseOperator(), NLAILOGIC::IBaseVar::~IBaseVar(), NLAIAGENT::IBasicAgent::~IBasicAgent(), NLAISCRIPT::IBlock::~IBlock(), NLAISCRIPT::IClassInterpret::~IClassInterpret(), NLAILOGIC::IGoal::~IGoal(), NLAIAGENT::IListBasicManager::~IListBasicManager(), ~IMessageBase(), NLAIAGENT::IRefrence::~IRefrence(), and NLAICHARACTER::IZone::~IZone().

00087                 {
00088                         if(decRef() == 0) 
00089                                         delete this;
00090                 }

virtual const CProcessResult& NLAIAGENT::IListBasicManager::run  )  [inline, virtual, inherited]
 

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 98 of file list_manager.h.

00098 {return IObjectIA::ProcessRun;}

IObjectIA::CProcessResult NLAIAGENT::IMessageBase::runMethodeMember sint32  ,
IObjectIA
[virtual]
 

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::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, and NLAIAGENT::CSetValueMsg.

Definition at line 371 of file msg.cpp.

References _Continuation, _Receiver, _ReservedHeritanceIndexVar, _ReservedMethodIndexVar, _Sender, NLAIAGENT::_TContinuation, NLAIAGENT::_TInitProtocol, NLAIAGENT::_TProtcetSender, NLAIAGENT::_TReceiver, NLAIAGENT::_TSender, NLAIAGENT::_TSetContinuation, NLAIAGENT::_TSetSender, NLAIAGENT::_TXchgReceiverIsSender, NLAIAGENT::CLocalAgentMail::getHost(), NLAIC::IPointerGestion::incRef(), index, protectSender(), NLAIAGENT::IObjectIA::CProcessResult::Result, setContinuation(), setSender(), sint32, and t.

00372         {
00373                 switch(index - IBaseGroupType::getMethodIndexSize())
00374                 {
00375                         case _TSender           :
00376                                 {
00377                                         IObjectIA::CProcessResult a;            
00378                                         if ( _Sender != NULL )
00379                                                 a.Result = new CLocalAgentMail( (IBasicAgent *) _Sender );                              
00380                                         else
00381                                         {
00382                                                 a.Result = &DigitalType::NullOperator;
00383                                                 a.Result->incRef();
00384                                         }
00385                                         return a;
00386                                 }                       
00387                                 break;
00388 
00389                         case _TReceiver :
00390                                 {
00391                                         IObjectIA::CProcessResult a;                            
00392                                         if ( _Receiver != NULL )
00393                                                 a.Result = new CLocalAgentMail( (IBasicAgent *) _Receiver );                            
00394                                         else
00395                                         {
00396                                                 a.Result = &DigitalType::NullOperator;
00397                                                 a.Result->incRef();
00398                                         }
00399                                         return a;
00400                                 }       
00401                                 break;
00402 
00403                         case _TContinuation     :
00404                                 {
00405                                         IObjectIA::CProcessResult a;                            
00406                                         if ( _Continuation != NULL )
00407                                                 a.Result = new CLocalAgentMail( (IBasicAgent *) _Continuation );                                
00408                                         else
00409                                         {
00410                                                 a.Result = &DigitalType::NullOperator;
00411                                                 a.Result->incRef();
00412                                         }
00413                                         return a;
00414                                 }                       
00415                                 break;
00416                         
00417                         case _TXchgReceiverIsSender     :
00418                                 {
00419                                         IObjectIA *t = _Sender;
00420                                         _Sender = _Receiver;
00421                                         _Receiver = t;
00422                                         return IObjectIA::CProcessResult();
00423                                 }
00424                         case _TSetContinuation:
00425                                 {
00426                                         IObjectIA *o = (IObjectIA *)((IBaseGroupType *)p)->get();
00427                                         //o->incRef();
00428                                         setContinuation(o);
00429                                         return IObjectIA::CProcessResult();
00430                                 }
00431 
00432                         case _TSetSender:
00433                                 {
00434                                         IObjectIA *obj = (IObjectIA *) ((IBaseGroupType *)p)->get();                                    
00435                                         CLocalAgentMail *o = dynamic_cast<CLocalAgentMail *>(obj);
00436                                         if(o != NULL)
00437                                                 setSender((IObjectIA *)o->getHost());
00438                                         else
00439                                                 setSender((IObjectIA *)obj);
00440 
00441                                         return IObjectIA::CProcessResult();
00442                                 }                       
00443 
00444                         case _TInitProtocol:
00445                                 {
00446                                         _ReservedMethodIndexVar = -1;
00447                                         _ReservedHeritanceIndexVar = 0;                                 
00448                                         return IObjectIA::CProcessResult();                             
00449                                 }
00450                                 
00451                         case _TProtcetSender:
00452                                 {
00453                                         protectSender();                                        
00454                                         return IObjectIA::CProcessResult();                             
00455                                 }
00456 
00457                                 
00458                         }
00459                 return IBaseGroupType::runMethodeMember(index,p);
00460         }

IObjectIA::CProcessResult NLAIAGENT::IMessageBase::runMethodeMember sint32  ,
sint32  ,
IObjectIA
[virtual]
 

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::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript, NLAIAGENT::CSuccessMsg, NLAIAGENT::CFailureMsg, NLAIAGENT::CFactMsg, NLAIAGENT::CGetValueMsg, NLAIAGENT::CGoalMsg, NLAIAGENT::CCancelGoalMsg, and NLAIAGENT::CSetValueMsg.

Definition at line 366 of file msg.cpp.

References index, and sint32.

00367         {
00368                 return IBaseGroupType::runMethodeMember(h,index,p);
00369         }

const IObjectIA::CProcessResult & NLAIAGENT::IObjectIA::runStep  )  [virtual, inherited]
 

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         }

void NLAIAGENT::IMessageBase::save NLMISC::IStream os  )  [virtual]
 

Save the class in a stream.

Reimplemented from NLAIAGENT::IListBasicManager.

Reimplemented in NLAIAGENT::CMessageScript.

Definition at line 190 of file msg.cpp.

References _comeFromC_PLUS, _Continuation, _Performatif, _Receiver, _Sender, r, NLMISC::IStream::serial(), sint32, and t.

Referenced by NLAIAGENT::CLocalMailBox::save().

00191         {       
00192                 IListBasicManager::save(os);
00193                 if(_Sender != NULL)
00194                 {
00195                         bool t = true;
00196                         os.serial(t);
00197                         IWordNumRef &r = (IWordNumRef&)((const IWordNumRef&)*((IRefrence *)_Sender));
00198                         ((CNumericIndex &)r.getNumIdent()).save(os);                    
00199                 }
00200                 else
00201                 {
00202                         bool t = false;
00203                         os.serial(t);
00204                 }
00205 
00206                 if(_Receiver != NULL)
00207                 {
00208                         bool t = true;
00209                         os.serial(t);
00210                         IWordNumRef &r = (IWordNumRef&)((const IWordNumRef&)*((IRefrence *)_Receiver));
00211                         ((CNumericIndex &)r.getNumIdent()).save(os);                    
00212                 }
00213                 else
00214                 {
00215                         bool t = false;
00216                         os.serial(t);
00217                 }
00218 
00219                 if(_Continuation != NULL)
00220                 {
00221                         bool t = true;
00222                         os.serial(t);
00223                         IWordNumRef &r = (IWordNumRef&)((const IWordNumRef&)*((IRefrence *)_Continuation));
00224                         ((CNumericIndex &)r.getNumIdent()).save(os);                    
00225                 }
00226                 else
00227                 {
00228                         bool t = false;
00229                         os.serial(t);
00230                 }               
00231                 sint32 i = _Performatif;
00232                 os.serial(i);
00233                 os.serial(_comeFromC_PLUS);
00234         }

bool NLAIAGENT::IMessageBase::senderIsProtected  )  const [inline]
 

Definition at line 191 of file msg.h.

References _ProtectSender.

Referenced by NLAISCRIPT::CMsgSetSender::runOpCode().

00192                 {
00193                         return _ProtectSender;
00194                 }

IObjectIA::CProcessResult NLAIAGENT::IMessageBase::sendMessage const IVarName ,
IObjectIA
[virtual]
 

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 _Receiver, and NLAIAGENT::IObjectIA::sendMessage().

00362         {
00363                 return _Receiver->sendMessage(name,m);
00364         }

IObjectIA::CProcessResult NLAIAGENT::IMessageBase::sendMessage IObjectIA  )  [virtual]
 

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 _Receiver, and NLAIAGENT::IObjectIA::sendMessage().

00357         {
00358                 return _Receiver->sendMessage(m);
00359         }

virtual void NLAIC::IBasicInterface::serial NLMISC::IStream f  )  throw (NLMISC::EStream) [inline, virtual, inherited]
 

Reimplemented from NLAIC::IPointerGestion.

Definition at line 328 of file abstract_interface.h.

References NLAIC::IBasicInterface::load(), and NLAIC::IBasicInterface::save().

00329                 {
00330                         if ( f.isReading() )
00331                                 load( f );
00332                         else
00333                                 save( f );
00334                 }

virtual void NLAIAGENT::IListBasicManager::set int  i,
IObjectIA o
[inline, virtual, inherited]
 

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(), NLAIAGENT::CFailureMsg::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(), NLAIAGENT::CFailureMsg::runMethodeMember(), NLAIAGENT::CSuccessMsg::runMethodeMember(), and NLAILOGIC::CGoalPath::success().

00059                 {
00060                         _List->set(i,o);
00061                 }

void NLAIAGENT::IMessageBase::setContinuation IObjectIA r,
bool  v = false
 

Definition at line 177 of file msg.cpp.

References _Continuation, _ContinuationIsVolatile, r, NLAIC::IPointerGestion::release(), and v.

Referenced by load(), NLAIAGENT::CAgentScript::runAskGetValue(), and runMethodeMember().

00178         {                                       
00179                 if(_ContinuationIsVolatile) _Continuation->release();
00180                 _Continuation = r;
00181                 _ContinuationIsVolatile = v;
00182         }

void NLAIAGENT::IMessageBase::setMessageGroup IBaseGroupType g  )  [inline]
 

Definition at line 106 of file msg.h.

References NLAIC::IPointerGestion::release().

Referenced by NLAIAGENT::CCancelGoalMsg::CCancelGoalMsg(), NLAIAGENT::CFactMsg::CFactMsg(), NLAIAGENT::CFailureMsg::CFailureMsg(), NLAIAGENT::CGetValueMsg::CGetValueMsg(), NLAIAGENT::CGoalMsg::CGoalMsg(), NLAIAGENT::CMessageList::CMessageList(), NLAIAGENT::CMessageScript::CMessageScript(), NLAIAGENT::CMessageVector::CMessageVector(), NLAIAGENT::COnChangeMsg::COnChangeMsg(), and NLAIAGENT::CSuccessMsg::CSuccessMsg().

00107                 {
00108                         if(_List != NULL) _List->release();
00109                         _List = g;
00110                 }

void NLAIAGENT::IMessageBase::setMethodIndex sint32  h,
sint32  n
[inline]
 

Definition at line 161 of file msg.h.

References _ReservedHeritanceIndexVar, _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                 }

void NLAIAGENT::IMessageBase::setPerformatif TPerformatif  p  )  [inline]
 

Definition at line 126 of file msg.h.

References _Performatif.

Referenced by NLAIAGENT::CAgentWatchTimer::addAttrib(), NLAIAGENT::CAgentScript::addDynamicAgent(), NLAILOGIC::CGoalPath::failure(), NLAILOGIC::IGoal::failure(), NLAILOGIC::CGoalPath::onActivate(), NLAILOGIC::CGoalPath::onUnActivate(), NLAIAGENT::COperatorScript::order(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::IBasicAgent::run(), NLAIAGENT::CAgentScript::runAskDebugString(), NLAIAGENT::CAgentScript::runAskGetValue(), NLAIAGENT::CAgentScript::runAskParentNotify(), NLAIAGENT::IObjectIA::runMethodeMember(), NLAIAGENT::CAgentScript::runTellComponent(), NLAIAGENT::CAgentScript::runTellParentNotify(), NLAIAGENT::CAgentScript::sendMethod(), NLAIAGENT::CAgentScript::sendMethodCompoment(), NLAILOGIC::CGoalPath::success(), NLAILOGIC::IGoal::success(), and NLAIAGENT::CAgentOperation::update().

00127                 {
00128                         _Performatif = p;
00129                 }

void NLAIAGENT::IMessageBase::setReceiver IObjectIA r,
bool  v = false
 

Definition at line 170 of file msg.cpp.

References _Receiver, _ReceiverIsVolatile, r, NLAIC::IPointerGestion::release(), and v.

Referenced by NLAILOGIC::CGoalPath::failure(), NLAILOGIC::IGoal::failure(), load(), NLAILOGIC::CGoalPath::onActivate(), NLAILOGIC::CGoalPath::onUnActivate(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::IObjectIA::runMethodeMember(), NLAIAGENT::CAgentScript::sendMessage(), NLAIAGENT::CVolatilMemmory::sendUpdateMessage(), NLAILOGIC::CGoalPath::success(), and NLAILOGIC::IGoal::success().

00171         {       
00172                 if(_ReceiverIsVolatile) _Receiver->release();
00173                 _Receiver = r;
00174                 _ReceiverIsVolatile = v;
00175         }

void NLAIAGENT::IMessageBase::setSender IObjectIA s,
bool  v = false
 

Definition at line 163 of file msg.cpp.

References _Sender, _SenderIsVolatile, NLAIC::IPointerGestion::release(), s, and v.

Referenced by NLAIAGENT::CAgentWatchTimer::addAttrib(), NLAIAGENT::CAgentScript::addDynamicAgent(), NLAILOGIC::CGoalPath::failure(), NLAILOGIC::IGoal::failure(), load(), NLAILOGIC::CGoalPath::onActivate(), NLAILOGIC::CGoalPath::onUnActivate(), NLAIAGENT::COperatorScript::order(), NLAIAGENT::CAgentScript::processContinuation(), NLAIAGENT::IAgent::processMessages(), NLAIAGENT::CAgentScript::runAskDebugString(), NLAIAGENT::CAgentScript::runAskParentNotify(), runMethodeMember(), NLAISCRIPT::CMsgSetSender::runOpCode(), NLAIAGENT::CAgentScript::runTellComponent(), NLAIAGENT::CAgentScript::runTellParentNotify(), NLAIAGENT::CVolatilMemmory::sendUpdateMessage(), NLAILOGIC::CGoalPath::success(), NLAILOGIC::IGoal::success(), and NLAIAGENT::CAgentOperation::update().

00164         {                                       
00165                 if(_SenderIsVolatile) _Sender->release();
00166                 _Sender = s;
00167                 _SenderIsVolatile = v;
00168         }

bool NLAIAGENT::IObjectIA::setStaticMember sint32  ,
IObjectIA
[virtual, inherited]
 

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         }

bool NLAIAGENT::IObjectIA::setStaticMember const IVarName compName,
IObjectIA change
[inline, inherited]
 

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                 }

sint32 NLAIAGENT::IListBasicManager::size  )  const [virtual, inherited]
 

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         }

void NLAIAGENT::IMessageBase::unprotectSender  )  [inline]
 

Definition at line 186 of file msg.h.

References _ProtectSender.

Referenced by NLAISCRIPT::CMsgSetSender::runOpCode().

00187                 {
00188                         _ProtectSender = false;
00189                 }


Field Documentation

bool NLAIAGENT::IMessageBase::_comeFromC_PLUS [private]
 

This bool allow to know here the message come from: scriptes agent or hard coded agent.

Definition at line 101 of file msg.h.

Referenced by IMessageBase(), load(), and save().

IObjectIA* NLAIAGENT::IMessageBase::_Continuation [private]
 

This adresse is when receiver have to inform something at a third agent.

Definition at line 92 of file msg.h.

Referenced by getContinuation(), IMessageBase(), load(), operator=(), runMethodeMember(), save(), setContinuation(), and ~IMessageBase().

bool NLAIAGENT::IMessageBase::_ContinuationIsVolatile [private]
 

Definition at line 93 of file msg.h.

Referenced by IMessageBase(), operator=(), setContinuation(), and ~IMessageBase().

IBaseGroupType* NLAIAGENT::IListBasicManager::_List [protected, inherited]
 

Definition at line 42 of file list_manager.h.

Referenced by NLAIAGENT::IListBasicManager::isEqual(), operator=(), and NLAIAGENT::IListBasicManager::operator=().

IMessageBase::CMethodCall NLAIAGENT::IMessageBase::_Method [static, private]
 

Initial value:

 
        {
                IMessageBase::CMethodCall(_SENDER_,_TSender),           
                IMessageBase::CMethodCall(_RECEIVER_,_TReceiver),               
                IMessageBase::CMethodCall(_CONTINUATION_,_TContinuation),
                IMessageBase::CMethodCall(_SETCONTINUATION_,_TSetContinuation),
                IMessageBase::CMethodCall("XChangeReceiverSender",_TXchgReceiverIsSender),
                IMessageBase::CMethodCall("ProtcetSender",_TProtcetSender),
                IMessageBase::CMethodCall("InitProtocol",_TInitProtocol),
                IMessageBase::CMethodCall("SetSender",_TSetSender)              
                
        }

Reimplemented from NLAIAGENT::IBaseGroupType.

Definition at line 62 of file msg.cpp.

TPerformatif NLAIAGENT::IMessageBase::_Performatif [private]
 

This variable define the performatif for agent dialog protocole.

Definition at line 99 of file msg.h.

Referenced by getPerformatif(), IMessageBase(), load(), save(), and setPerformatif().

bool NLAIAGENT::IMessageBase::_ProtectSender [private]
 

Sender can be change on a multible send/run messages.

Definition at line 103 of file msg.h.

Referenced by IMessageBase(), protectSender(), senderIsProtected(), and unprotectSender().

IObjectIA* NLAIAGENT::IMessageBase::_Receiver [private]
 

witch Agent the message have to be achieve.

Definition at line 89 of file msg.h.

Referenced by getReceiver(), IMessageBase(), load(), operator=(), runMethodeMember(), save(), sendMessage(), setReceiver(), and ~IMessageBase().

bool NLAIAGENT::IMessageBase::_ReceiverIsVolatile [private]
 

Definition at line 90 of file msg.h.

Referenced by IMessageBase(), operator=(), setReceiver(), and ~IMessageBase().

sint32 NLAIAGENT::IMessageBase::_ReservedHeritanceIndexVar [private]
 

if the message come from script then this reserved variable represent the offset of the base class which the Run(MSG) is.

Definition at line 97 of file msg.h.

Referenced by getHeritanceIndex(), IMessageBase(), runMethodeMember(), and setMethodIndex().

sint32 NLAIAGENT::IMessageBase::_ReservedMethodIndexVar [private]
 

This reserved variable represent the offset of the Run(MSG) if the message come from script.

Definition at line 95 of file msg.h.

Referenced by getMethodIndex(), IMessageBase(), runMethodeMember(), and setMethodIndex().

IObjectIA* NLAIAGENT::IMessageBase::_Sender [private]
 

Who send the message.

Definition at line 85 of file msg.h.

Referenced by getDebugString(), getSender(), IMessageBase(), isEqual(), load(), operator=(), runMethodeMember(), save(), setSender(), and ~IMessageBase().

bool NLAIAGENT::IMessageBase::_SenderIsVolatile [private]
 

statu of the sender, if true that indicate that the IObjectIA *_Sender pointer will be destruct on the destructor.

Definition at line 87 of file msg.h.

Referenced by IMessageBase(), operator=(), setSender(), and ~IMessageBase().

TProcessStatement NLAIAGENT::IObjectIA::ProcessBuzzy = processBuzzy [static, inherited]
 

Define the an buzzy state for an agent all time in this state.

Definition at line 147 of file baseai.cpp.

TProcessStatement NLAIAGENT::IObjectIA::ProcessEnd = processEnd [static, inherited]
 

Define the an end state for an agent all time in this state.

Definition at line 148 of file baseai.cpp.

TProcessStatement NLAIAGENT::IObjectIA::ProcessError = processError [static, inherited]
 

Define the an error state for an agent all time in this state.

Definition at line 149 of file baseai.cpp.

TProcessStatement NLAIAGENT::IObjectIA::ProcessIdle = processIdle [static, inherited]
 

Define the an idle state for an agent all time in this state.

Definition at line 145 of file baseai.cpp.

TProcessStatement NLAIAGENT::IObjectIA::ProcessLocked = processLocked [static, inherited]
 

Define the an locked state for an agent all time in this state.

Definition at line 146 of file baseai.cpp.

IObjectIA::CProcessResult NLAIAGENT::IObjectIA::ProcessNotComplit = IObjectIA::CProcessResult(processNotComplete) [static, inherited]
 

Definition at line 144 of file baseai.cpp.

IObjectIA::CProcessResult NLAIAGENT::IObjectIA::ProcessRun = IObjectIA::CProcessResult() [static, inherited]
 

Definition at line 143 of file baseai.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Mar 16 10:08:09 2004 for NeL by doxygen 1.3.6