NLAIAGENT::CVectorGroupType Class Reference

#include <agent_object.h>

Inheritance diagram for NLAIAGENT::CVectorGroupType:

NLAIAGENT::IBaseGroupType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable

Detailed Description

concret IBaseGroupType with a std::vector container.

Author:
Portier Pierre

Chafik sameh

Nevrax France

Date:
2000

Definition at line 719 of file agent_object.h.

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
}
typedef std::vector< const
IObjectIA * > 
TVectorType

Public Member Functions

virtual TQueue canProcessMessage (const IVarName &)
void clear ()
 Clear the list.

virtual const NLAIC::IBasicTypeclone () const
void cpy (const IObjectIA &o)
 Push an IObjectIA back using the clone method.

 CVectorGroupType (const CVectorGroupType &g)
 CVectorGroupType ()
 CVectorGroupType (sint32)
 Construct a vector with n uninitialize momory unite. Programmer must initialize the vector list after.

IObjetOpCVectorGroupType::operator! () const
sint32 decRef ()
 Decrement the reference of an object.

void erase (std::list< const IObjectIA * > &l)
 Erase all element contain in the list.

void erase (const IObjectIA &obj)
 Erase the first element find equal at the const IObjectIA& on argument.

void erase (const IObjectIA *o)
 Erase the element how have the same pointer memory as the argument const IObjectIA *.

void eraseAll (const IObjectIA &obj)
 Erase all element find equal at the const IObjectIA & on argument.

const IObjectIAfind (const IObjectIA &obj) const
 Find an element on the list the operator == is use.

TVectorType findList (const IObjectIA &obj) const
const IObjectIAget () const
 return the back IObjectIA.

TVectorType::iterator getBegin ()
TVectorType::const_iterator getBegin () const
virtual CConstIteratorContener getConstIterator () const
 Clear the list.

virtual void getDebugString (std::string &text) const
TVectorType::iterator getEnd ()
TVectorType::const_iterator getEnd () const
const IObjectIAgetFront () const
 return the front IObjectIA.

virtual const std::string getInfo ()
virtual CIteratorContener getIterator ()
 Get an iterator to parse the list.

virtual std::string getMethodeMemberDebugString (sint32, sint32) const
virtual sint32 getMethodIndexSize () const
virtual IObjetOpgetNeg () 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 NLAIC::CIdentTypegetType () const
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 *, const IVarName *, const IObjectIA &) const
virtual void load (NLMISC::IStream &is)
virtual IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented)

virtual const NLAIC::IBasicTypenewInstance () const
virtual IObjetOpoperator * (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

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

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

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

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

virtual IObjetOpoperator- (const 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)

virtual const IObjectIAoperator[] (sint32) const
 Clear the list.

const IObjectIApop ()
 Pop the back IObjectIA and return it.

const IObjectIApopFront ()
 Pop the front IObjectIA and return it.

void push (const IObjectIA *o)
 Push an IObjectIA back.

void pushFront (const IObjectIA *o)
 Push an IObjectIA front.

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

virtual const CProcessResult & run ()
virtual CProcessResult runMethodeMember (sint32 index, IObjectIA *)
virtual CProcessResult runMethodeMember (sint32, sint32, IObjectIA *)
virtual const CProcessResult & runStep ()
virtual void save (NLMISC::IStream &os)
virtual CProcessResult sendMessage (const IVarName &, IObjectIA *)
virtual CProcessResult sendMessage (IObjectIA *)
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
virtual void set (int, IObjectIA *)
 Push an IObjectIA at the position indicate by the int.

void setObject (sint32 i, IObjectIA *a)
virtual bool setStaticMember (sint32, IObjectIA *)
bool setStaticMember (const IVarName &compName, IObjectIA *change)
sint32 size () const
 get the size of the list.

virtual ~CVectorGroupType ()
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator! () const=0
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+= (const IObjetOp &a)
 add the operater by anather.

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

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

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

Some IObjetOp method definition.
virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator! () const=0
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+= (const IObjetOp &a)
 add the operater by anather.

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

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

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator! () const=0
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+= (const IObjetOp &a)
 add the operater by anather.

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

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

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator! () const=0
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+= (const IObjetOp &a)
 add the operater by anather.

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

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

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

Some IObjetOp method definition.
virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator! () const=0
 throw (NLAIE::CExceptionNotImplemented)

virtual IObjetOpoperator+= (const IObjetOp &a)
 add the operater by anather.

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

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

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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

Some IObjectIA method definition.
virtual sint32 isClassInheritedFrom (const IVarName &) const
Some IObjetOp method definition.
virtual IObjetOpoperator+= (IObjetOp *a)
 throw (NLAIE::CExceptionNotImplemented)

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


Static Public Attributes

CMethodCall _Method []
const NLAIC::CIdentType IdVectorGroupType
TProcessStatement ProcessBuzzy = processBuzzy
TProcessStatement ProcessEnd = processEnd
TProcessStatement ProcessError = processError
TProcessStatement ProcessIdle = processIdle
TProcessStatement ProcessLocked = processLocked
CProcessResult ProcessNotComplit = IObjectIA::CProcessResult(processNotComplete)
CProcessResult ProcessRun = IObjectIA::CProcessResult()

Protected Member Functions

TVectorTypegetVector ()

Private Attributes

TVectorType _Vector
 std::vector for store IObjectIA object.


Member Typedef Documentation

typedef std::vector<const IObjectIA *> NLAIAGENT::CVectorGroupType::TVectorType
 

Definition at line 727 of file agent_object.h.

Referenced by findList(), and getVector().


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                 };      


Constructor & Destructor Documentation

NLAIAGENT::CVectorGroupType::CVectorGroupType sint32   ) 
 

Construct a vector with n uninitialize momory unite. Programmer must initialize the vector list after.

Definition at line 789 of file group_type.cpp.

References sint32.

00789                                                   : _Vector(i)
00790         {
00791         }

NLAIAGENT::CVectorGroupType::CVectorGroupType  ) 
 

Definition at line 793 of file group_type.cpp.

Referenced by clone(), newInstance(), operator+(), and operator-().

00794         {                                               
00795         }

NLAIAGENT::CVectorGroupType::CVectorGroupType const CVectorGroupType g  ) 
 

Definition at line 797 of file group_type.cpp.

References _Vector.

00798         {
00799                 _Vector = g._Vector;
00800                 TVectorType::const_iterator i = _Vector.begin();
00801                 while(i != _Vector.end())
00802                 {
00803                         ((IObjectIA *)(*i++))->incRef();
00804                 }
00805         }                       

NLAIAGENT::CVectorGroupType::~CVectorGroupType  )  [virtual]
 

Definition at line 1131 of file group_type.cpp.

References clear().

01132         {                       
01133                 clear();
01134         }


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::CVectorGroupType::clear  )  [virtual]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 1076 of file group_type.cpp.

References NLAIC::IPointerGestion::release().

Referenced by operator=(), and ~CVectorGroupType().

01077         {
01078                 while(_Vector.size())
01079                 {
01080                         NLAIC::IBasicInterface * o = (NLAIC::IBasicInterface *)_Vector.front();                 
01081                         o->release();
01082                         _Vector.erase( _Vector.begin() );
01083                 }
01084         }

const NLAIC::IBasicType * NLAIAGENT::CVectorGroupType::clone  )  const [virtual]
 

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

Implements NLAIC::IBasicType.

Definition at line 1018 of file group_type.cpp.

References CVectorGroupType().

Referenced by NLAIAGENT::CMessageVector::CMessageVector(), and operator=().

01019         {
01020                 NLAIC::IBasicInterface *m = new CVectorGroupType(*this);
01021                 return m;
01022         }

void NLAIAGENT::CVectorGroupType::cpy const IObjectIA o  )  [virtual]
 

Push an IObjectIA back using the clone method.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 849 of file group_type.cpp.

References NLAIC::IBasicType::clone().

00850         {
00851                 _Vector.push_back((const IObjectIA *)o.clone());
00852         }

IObjetOp* NLAIAGENT::CVectorGroupType::CVectorGroupType::operator!  )  const
 

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::CVectorGroupType::erase std::list< const IObjectIA * > &  l  )  [virtual]
 

Erase all element contain in the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 994 of file group_type.cpp.

References erase().

00995         {                       
00996                 std::list<const IObjectIA *>::iterator i = l.begin();
00997                 while(i != l.end())
00998                 {
00999                         erase(*i++);                                                            
01000                 }
01001         }

void NLAIAGENT::CVectorGroupType::erase const IObjectIA obj  )  [virtual]
 

Erase the first element find equal at the const IObjectIA& on argument.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 978 of file group_type.cpp.

References NLAIC::IPointerGestion::release().

00979         {       
00980                 TVectorType::iterator i = _Vector.begin();
00981                 while(i != _Vector.end())
00982                 {
00983                         TVectorType::iterator j = i++;
00984                         if ( *(*j) == obj )
00985                         {
00986                                 IObjectIA *o = (IObjectIA *)*j;
00987                                 _Vector.erase(j);
00988                                 o->release();
00989                                 return;
00990                         }                               
00991                 }
00992         }

void NLAIAGENT::CVectorGroupType::erase const IObjectIA o  )  [virtual]
 

Erase the element how have the same pointer memory as the argument const IObjectIA *.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 962 of file group_type.cpp.

References NLAIC::IPointerGestion::release().

Referenced by erase().

00963         {       
00964                 TVectorType::iterator i = _Vector.begin();
00965                 while(i != _Vector.end())
00966                 {
00967                         TVectorType::iterator j = i++;
00968                         if( *j == o)
00969                         {
00970                                 IObjectIA *o = (IObjectIA *)*j;
00971                                 _Vector.erase(j);
00972                                 o->release();
00973                                 return;
00974                         }                               
00975                 }
00976         }

void NLAIAGENT::CVectorGroupType::eraseAll const IObjectIA obj  )  [virtual]
 

Erase all element find equal at the const IObjectIA & on argument.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 946 of file group_type.cpp.

References NLAIC::IPointerGestion::release().

00947         {                       
00948                 TVectorType::iterator i = _Vector.begin();
00949                 while(i != _Vector.end())
00950                 {
00951                         TVectorType::iterator j = i++;
00952                         IObjectIA *o= (IObjectIA *)*j;
00953                         if( *o == obj)
00954                         {                                       
00955                                 _Vector.erase(j);
00956                                 o->release();
00957                                 return;
00958                         }
00959                 }
00960         }

const IObjectIA * NLAIAGENT::CVectorGroupType::find const IObjectIA obj  )  const [virtual]
 

Find an element on the list the operator == is use.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 935 of file group_type.cpp.

00936         {                       
00937                 TVectorType::const_iterator i = _Vector.begin();
00938                 while(i != _Vector.end())
00939                 {
00940                         const IObjectIA *o = *i++;
00941                         if( *o == obj) return o;
00942                 }
00943                 return NULL;
00944         }       

CVectorGroupType::TVectorType NLAIAGENT::CVectorGroupType::findList const IObjectIA obj  )  const
 

Definition at line 883 of file group_type.cpp.

References TVectorType.

00884         {
00885                 TVectorType l;                  
00886                 TVectorType::const_iterator i = _Vector.begin();
00887                 while(i != _Vector.end())
00888                 {
00889                         const IObjectIA *o = *i++;
00890                         if( *o == obj) 
00891                                 l.push_back( o );
00892                 }
00893                 return l;
00894         }

const IObjectIA * NLAIAGENT::CVectorGroupType::get  )  const [virtual]
 

return the back IObjectIA.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 861 of file group_type.cpp.

00862         {
00863                 return _Vector.back();                  
00864         }

CVectorGroupType::TVectorType::iterator NLAIAGENT::CVectorGroupType::getBegin  ) 
 

Definition at line 925 of file group_type.cpp.

00926         {
00927                 return _Vector.begin();
00928         }

CVectorGroupType::TVectorType::const_iterator NLAIAGENT::CVectorGroupType::getBegin  )  const
 

Definition at line 915 of file group_type.cpp.

00916         {
00917                 return _Vector.begin();
00918         }

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::CVectorGroupType::getConstIterator  )  const [inline, virtual]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 767 of file agent_object.h.

00768                 {
00769                         return CConstIteratorContener((IBasicIterator *)(new CConstVectorIterator(_Vector)));
00770                 }

void NLAIAGENT::CVectorGroupType::getDebugString std::string &  text  )  const [virtual]
 

This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.

Implements NLAIC::IBasicType.

Definition at line 807 of file group_type.cpp.

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

00808         {               
00809                 
00810                 if(_Vector.size())
00811                 {                       
00812                         text += "[";
00813                         std::vector<const IObjectIA *>::const_iterator i = _Vector.begin();
00814                         while(i != _Vector.end())
00815                         {
00816                                 std::string temp;
00817                                 const IObjectIA *o = *i++;
00818                                 o->getDebugString(temp);                                
00819                                 text += temp;
00820                                 if(i != _Vector.end()) text += " ";
00821                         }
00822                         text += "]";
00823 
00824                 }
00825                 else
00826                 {
00827                         text += NLAIC::stringGetBuild("CVectorGroupType<%04x>: <empty>",this);
00828                 }               
00829         }       

CVectorGroupType::TVectorType::iterator NLAIAGENT::CVectorGroupType::getEnd  ) 
 

Definition at line 930 of file group_type.cpp.

00931         {
00932                 return _Vector.end();
00933         }               

CVectorGroupType::TVectorType::const_iterator NLAIAGENT::CVectorGroupType::getEnd  )  const
 

Definition at line 920 of file group_type.cpp.

00921         {
00922                 return _Vector.end();
00923         }

const IObjectIA * NLAIAGENT::CVectorGroupType::getFront  )  const [virtual]
 

return the front IObjectIA.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 873 of file group_type.cpp.

00874         {
00875                 return _Vector.front();                 
00876         }       

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::CVectorGroupType::getIterator  )  [inline, virtual]
 

Get an iterator to parse the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 762 of file agent_object.h.

00763                 {
00764                         return CIteratorContener(new CVectorIterator(_Vector));
00765                 }

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::CVectorGroupType::getMethodIndexSize  )  const [virtual]
 

getMethodIndexSize define the nomber of method define in the class.

Reimplemented from NLAIAGENT::IBaseGroupType.

Definition at line 1110 of file group_type.cpp.

References sint32.

01111         {
01112                 return IBaseGroupType::getMethodIndexSize() + 1;
01113         }

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 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::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         }

const NLAIC::CIdentType & NLAIAGENT::CVectorGroupType::getType  )  const [virtual]
 

getType return a unique string how represente the class, it can be the name of the class. This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Implements NLAIC::IBasicType.

Definition at line 768 of file group_type.cpp.

References IdVectorGroupType.

00769         {               
00770                 return IdVectorGroupType;
00771         }

CVectorGroupType::TVectorType & NLAIAGENT::CVectorGroupType::getVector  )  [protected]
 

Definition at line 783 of file group_type.cpp.

References TVectorType.

00784         {
00785                 return _Vector;
00786         }

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(), NLAIAGENT::IMessageBase::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(), operator+(), NLAIAGENT::CGroupType::operator+(), NLAISCRIPT::CPramContainer::operator+=(), NLAIAGENT::IMessageBase::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(), NLAIAGENT::IMessageBase::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::CVectorGroupType::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'.

Implements NLAIAGENT::IBasicObjectIA.

Definition at line 1003 of file group_type.cpp.

References size().

01004         {
01005                 const CVectorGroupType &b = (const CVectorGroupType &)a;                        
01006                 if(size() != b.size()) return false;
01007 
01008                 TVectorType::const_iterator i = _Vector.begin();
01009                 TVectorType::const_iterator j = _Vector.begin();
01010                 
01011                 while(i != _Vector.end())
01012                 {
01013                         if(!(*i++)->isEqual(*(*j++))) return false;
01014                 }
01015                 return true;
01016         }

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::CVectorGroupType::isMember const IVarName ,
const IVarName ,
const IObjectIA
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::IBaseGroupType.

Definition at line 1086 of file group_type.cpp.

References param, and NLAIAGENT::TQueue.

01087         {
01088                 TQueue a;
01089                 NLAISCRIPT::CParam methodParam;
01090                 NLAISCRIPT::CParam &param = (NLAISCRIPT::CParam &)p;
01091                 
01092                 if(param.size() != 1) return IBaseGroupType::isMember(className,methodName,p);
01093 
01094                 if(className == NULL)
01095                 {                       
01096                         if(*methodName == IBaseGroupType::_Method[0].MethodName)
01097                         {                               
01098                                 CObjectType *c = new CObjectType(new NLAIC::CIdentType(NLAIC::CIdentType::VoidType));
01099                                 a.push(CIdMethod(_Const + IBaseGroupType::getMethodIndexSize(),0.0,NULL,c));                            
01100                         }
01101                         else
01102                         {
01103                                 return IBaseGroupType::isMember(className,methodName,p);
01104                         }
01105                         
01106                 }
01107                 return a;
01108         }

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

throw (NLAIE::CExceptionNotImplemented)

Implements NLAIAGENT::IObjetOp.

Reimplemented in NLAIAGENT::IListBasicManager.

Definition at line 261 of file group_type.cpp.

Referenced by NLAIAGENT::IListBasicManager::isTrue().

00262         {
00263                 return IObjetOp::isTrue();
00264         }

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

Load the class from a stream.

Implements NLAIC::IBasicInterface.

Definition at line 1055 of file group_type.cpp.

References NLAIC::IBasicInterface::load(), NLAIC::IPointerGestion::release(), NLMISC::IStream::serial(), and sint32.

01056         {                       
01057                 sint32 i;
01058                 while(_Vector.size())
01059                 {
01060                         NLAIC::IBasicInterface * o = (NLAIC::IBasicInterface *)_Vector.front();
01061                         o->release();
01062                         _Vector.erase( _Vector.begin() );
01063                 }
01064                 is.serial( i );
01065                 NLAIC::CIdentTypeAlloc id;
01066                 while(i--)
01067                 {                               
01068                         is.serial( id );
01069                         NLAIC::IBasicInterface *o = (NLAIC::IBasicInterface *)id.allocClass();                          
01070                         o->load(is);
01071                         _Vector.push_back((const IObjectIA *)o);
01072                                 
01073                 }                       
01074         }

IObjetOp & NLAIAGENT::CVectorGroupType::neg  )  [virtual]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 1043 of file group_type.cpp.

References uint32.

01044         {
01045                 TVectorType::iterator i = _Vector.begin();
01046                 while(i != _Vector.end())
01047                 {
01048                         const NLAIC::CTypeOfOperator &op = (const NLAIC::CTypeOfOperator &)(*i)->getType();
01049                         if((uint32)(op & NLAIC::CTypeOfOperator::opNeg)) ((IObjetOp *)(*i))->neg();
01050                         i++;
01051                 }
01052                 return *this;   
01053         }

const NLAIC::IBasicType * NLAIAGENT::CVectorGroupType::newInstance  )  const [virtual]
 

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

Implements NLAIC::IBasicType.

Definition at line 1024 of file group_type.cpp.

References CVectorGroupType().

01025         {
01026                 NLAIC::IBasicInterface *m = new CVectorGroupType();
01027                 return m;
01028         }       

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                 }

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

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Implemented in NLAIAGENT::IListBasicManager.

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                 }               

IObjetOp * NLAIAGENT::CVectorGroupType::operator+ IObjetOp a  )  [virtual]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 683 of file group_type.cpp.

References _Vector, CVectorGroupType(), and NLAIC::IPointerGestion::incRef().

00684         {
00685                 CVectorGroupType *o = new CVectorGroupType();
00686                 TVectorType::const_iterator i = _Vector.begin();
00687                 while(i != _Vector.end())
00688                 {
00689                         o->_Vector.push_back(*i);
00690                         ((IObjetOp*)(*i))->incRef();
00691                         i ++;
00692                 }
00693                 
00694                 *o += a;
00695                 a->incRef();
00696                 return o;
00697         }

IObjetOp * NLAIAGENT::CVectorGroupType::operator+ const IObjetOp a  )  [virtual]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 714 of file group_type.cpp.

References _Vector, and CVectorGroupType().

00715         {
00716                 CVectorGroupType *o = new CVectorGroupType();
00717                 TVectorType::const_iterator i = _Vector.begin();
00718                 while(i != _Vector.end())
00719                 {
00720                         o->_Vector.push_back(*i);
00721                         ((IObjetOp*)(*i))->incRef();
00722                         i ++;
00723                 }
00724                 
00725                 *o += a;
00726                 
00727                 return o;
00728         }

IObjetOp & NLAIAGENT::IBaseGroupType::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::IObjetOp.

Reimplemented in NLAIAGENT::IListBasicManager.

Definition at line 68 of file group_type.cpp.

References NLAIAGENT::IBaseGroupType::cpy().

00069         {
00070                 cpy(a);
00071                 return *this;
00072         }

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::CVectorGroupType::operator- IObjetOp a  )  [virtual]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 698 of file group_type.cpp.

References _Vector, CVectorGroupType(), and NLAIC::IPointerGestion::release().

00699         {
00700                 CVectorGroupType *o = new CVectorGroupType();
00701                 TVectorType::const_iterator i = _Vector.begin();
00702                 while(i != _Vector.end())
00703                 {
00704                         o->_Vector.push_back(*i);
00705                         ((IObjetOp*)(*i))->incRef();
00706                         i ++;
00707                 }
00708                 
00709                 *o -= a;                
00710                 a->release();
00711                 return o;
00712         }

IObjetOp * NLAIAGENT::CVectorGroupType::operator- const IObjetOp a  )  [virtual]
 

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 729 of file group_type.cpp.

References _Vector, and CVectorGroupType().

00730         {
00731                 CVectorGroupType *o = new CVectorGroupType();
00732                 TVectorType::const_iterator i = _Vector.begin();
00733                 while(i != _Vector.end())
00734                 {
00735                         o->_Vector.push_back(*i);
00736                         ((IObjetOp*)(*i))->incRef();
00737                         i ++;
00738                 }
00739                 
00740                 *o -= a;                
00741                 return o;
00742         }

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

throw (NLAIE::CExceptionNotImplemented)

Reimplemented from NLAIAGENT::IObjetOp.

Reimplemented in NLAIAGENT::IListBasicManager.

Definition at line 74 of file group_type.cpp.

References NLAIAGENT::IBaseGroupType::erase().

00075         {
00076                 erase(a);
00077                 return *this;
00078         }

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         }

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::CVectorGroupType::operator= const IObjectIA a  )  [virtual]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 751 of file group_type.cpp.

References _Vector, clear(), NLAIC::IBasicType::clone(), clone(), NLAIC::IBasicType::getType(), and uint.

00752         {               
00753                 clear();
00754                 if((uint)(((const NLAIC::CTypeOfObject &)a.getType()) & NLAIC::CTypeOfObject::tList))
00755                 {
00756                         const CVectorGroupType &g= (const CVectorGroupType &)a;
00757                         TVectorType::const_iterator i = g._Vector.begin();
00758                         while(i != g._Vector.end())
00759                         {
00760                                 _Vector.push_back((const IObjectIA *)(*i++)->clone());
00761                         }
00762                 }       
00763                 else 
00764                         _Vector.push_back((const IObjectIA *)a.clone());
00765                 return *this;
00766         }

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::CVectorGroupType::operator[] sint32   )  const [virtual]
 

Clear the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 896 of file group_type.cpp.

References index, and sint32.

00897         {
00898 #ifdef _DEGUG
00899                 if ( index >= (sint32) _Vector.size() )
00900                 {
00901                         //TODO: throw Exc::CExceptionIndexError
00902                 }
00903 #endif
00904 
00905                 return _Vector[ index ];
00906         }

const IObjectIA * NLAIAGENT::CVectorGroupType::pop  )  [virtual]
 

Pop the back IObjectIA and return it.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 854 of file group_type.cpp.

00855         {
00856                 const IObjectIA *Obj = _Vector.back();
00857                 _Vector.erase( _Vector.end() );
00858                 return Obj;
00859         }

const IObjectIA * NLAIAGENT::CVectorGroupType::popFront  )  [virtual]
 

Pop the front IObjectIA and return it.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 866 of file group_type.cpp.

00867         {
00868                 const IObjectIA *Obj = _Vector.front();
00869                 _Vector.erase( _Vector.begin() );
00870                 return Obj;
00871         }

void NLAIAGENT::CVectorGroupType::push const IObjectIA o  )  [virtual]
 

Push an IObjectIA back.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 833 of file group_type.cpp.

Referenced by NLAIAGENT::CActorScript::runMethodBase().

00834         {
00835                 _Vector.push_back(o);
00836         }

void NLAIAGENT::CVectorGroupType::pushFront const IObjectIA o  )  [virtual]
 

Push an IObjectIA front.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 838 of file group_type.cpp.

References sint32.

Referenced by NLAISCRIPT::CCompilateur::registerMethod().

00839         {
00840                 _Vector.push_back(o);
00841                 for(sint32 i = (sint32)_Vector.back() - 2; i == 0; i -- )
00842                 {                       
00843                         _Vector[i + 1] = _Vector[i];
00844                 }
00845                 _Vector[0] = o;
00846 
00847         }

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(), clear(), NLAIAGENT::CGroupType::clear(), NLAIAGENT::CVolatilMemmory::CVolatilMemmory(), NLAISCRIPT::CFactorType::del(), NLAIAGENT::IAgentComposite::deleteListe(), NLAIPYSERVER::endPythonInterface(), erase(), NLAIAGENT::CGroupType::erase(), 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(), 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(), 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(), NLAIAGENT::IMessageBase::setContinuation(), NLAILOGIC::IBaseOperator::setGoal(), NLAISCRIPT::COperatorClass::setGoal(), NLAISCRIPT::CCompilateur::setImediateVar(), NLAISCRIPT::CCompilateur::setImediateVarNill(), NLAISCRIPT::CParam::setInfo(), NLAISCRIPT::CAgentClass::setInheritanceName(), NLAISCRIPT::CCompilateur::setListVar(), NLAIAGENT::IMessageBase::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(), NLAIAGENT::IMessageBase::setReceiver(), NLAIAGENT::IMessageBase::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(), NLAIAGENT::IMessageBase::~IMessageBase(), NLAIAGENT::IRefrence::~IRefrence(), and NLAICHARACTER::IZone::~IZone().

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

const IObjectIA::CProcessResult & NLAIAGENT::CVectorGroupType::run  )  [virtual]
 

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 773 of file group_type.cpp.

00774         {
00775                 TVectorType::iterator i = _Vector.begin();
00776                 while(i != _Vector.end())
00777                 {
00778                         ((IObjectIA *)(*i++))->run();
00779                 }
00780                 return IObjectIA::ProcessRun; 
00781         }

IObjectIA::CProcessResult NLAIAGENT::CVectorGroupType::runMethodeMember sint32  index,
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::IBaseGroupType.

Definition at line 1119 of file group_type.cpp.

References NLAIAGENT::INombre< float >::getValue(), index, param, and sint32.

01120         {
01121                 sint32 i= index - IBaseGroupType::getMethodIndexSize();
01122                 if(i == _Const)
01123                 {
01124                         IBaseGroupType *param = (IBaseGroupType *)p;
01125                         const DigitalType *f = (const DigitalType *)param->get();
01126                         _Vector.reserve((int)f->getValue());
01127                 }
01128                 return IBaseGroupType::runMethodeMember(index,p);
01129         }       

IObjectIA::CProcessResult NLAIAGENT::CVectorGroupType::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::IBaseGroupType.

Definition at line 1115 of file group_type.cpp.

References sint32.

01116         {
01117                 return IObjectIA::CProcessResult();
01118         }

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::CVectorGroupType::save NLMISC::IStream os  )  [virtual]
 

Save the class in a stream.

Implements NLAIC::IBasicInterface.

Definition at line 1030 of file group_type.cpp.

References NLAIC::IBasicType::getType(), NLAIC::IBasicInterface::save(), NLMISC::IStream::serial(), sint32, and size.

01031         {       
01032                 sint32 size = _Vector.size();
01033                 os.serial( size );
01034                 std::vector<const IObjectIA *>::const_iterator i = _Vector.begin();
01035                 while(i != _Vector.end())
01036                 {
01037                         IObjectIA *o= (IObjectIA *)*i++;
01038                         os.serial( (NLAIC::CIdentType &) o->getType() );
01039                         o->save(os);
01040                 }                       
01041         }

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

This method allow to send a message to an compoment given by an string IVarName.

Reimplemented in NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, and NLAIAGENT::IMessageBase.

Definition at line 334 of file baseai.cpp.

References NLAIAGENT::IVarName::getString(), NLAIC::IBasicType::getType(), and NLAIC::stringGetBuild().

00335         {
00336                 std::string text;
00337                 text = NLAIC::stringGetBuild("method 'sendMessage(%s,const IObjectIA &)' '%s' interface",name.getString(), (const char *)getType());
00338                 throw NLAIE::CExceptionNotImplemented(text.c_str());
00339                 return CProcessResult();
00340         }

IObjectIA::CProcessResult NLAIAGENT::IObjectIA::sendMessage IObjectIA  )  [virtual, inherited]
 

The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg.

Reimplemented in NLAIAGENT::CActorScript, NLAIAGENT::CLocalAgentMail, NLAIAGENT::CProxyAgentMail, NLAIAGENT::CAgentScript, NLAIAGENT::CAgentTimerHandle, NLAIAGENT::IConnectIA, NLAIAGENT::IListManager, NLAIAGENT::CMainAgentScript, and NLAIAGENT::IMessageBase.

Definition at line 342 of file baseai.cpp.

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

Referenced by NLAIAGENT::IObjectIA::runMethodeMember(), NLAIAGENT::CAgentScript::sendBroadCast(), NLAIAGENT::IMessageBase::sendMessage(), NLAIAGENT::IListManager::sendMessage(), and NLAIAGENT::CAgentScript::sendMessage().

00343         {
00344                 std::string text;
00345                 text = NLAIC::stringGetBuild("method 'sendMessage(const IObjectIA &)' '%s' interface", (const char *)getType());
00346                 throw NLAIE::CExceptionNotImplemented(text.c_str());
00347                 return CProcessResult();
00348         }

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                 }

void NLAIAGENT::CVectorGroupType::set int  ,
IObjectIA
[virtual]
 

Push an IObjectIA at the position indicate by the int.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 908 of file group_type.cpp.

References index.

Referenced by NLAIAGENT::CAgentWatchTimer::attach(), NLAIAGENT::CAgentWatchTimer::detach(), and NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle().

00909         {
00910                 if((IObjectIA *)_Vector[ index ] != NULL) ((IObjectIA *)_Vector[ index ])->release();
00911                 _Vector[ index ] = o;
00912         }

void NLAIAGENT::CVectorGroupType::setObject sint32  i,
IObjectIA a
[inline]
 

Definition at line 772 of file agent_object.h.

References sint32.

Referenced by NLAIAGENT::CMessageScript::setStaticMember().

00773                 {
00774                         _Vector[i] = a;
00775                 }

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::CVectorGroupType::size  )  const [virtual]
 

get the size of the list.

Implements NLAIAGENT::IBaseGroupType.

Definition at line 878 of file group_type.cpp.

References sint32.

Referenced by isEqual().

00879         {
00880                 return _Vector.size();
00881         }


Field Documentation

IBaseGroupType::CMethodCall NLAIAGENT::IBaseGroupType::_Method [static, inherited]
 

Initial value:

 
        {
                IBaseGroupType::CMethodCall(_CONSTRUCTOR_,_Const),
                IBaseGroupType::CMethodCall("Push",_Push),
                IBaseGroupType::CMethodCall("PushFront",_PushFront),
                IBaseGroupType::CMethodCall("Pop",_Pop),
                IBaseGroupType::CMethodCall("PopFront",_PopFront),
                IBaseGroupType::CMethodCall("Back",_Back),
                IBaseGroupType::CMethodCall("Front",_Front),            
                IBaseGroupType::CMethodCall("Get",_Get),
                IBaseGroupType::CMethodCall("Set",_Set),
                IBaseGroupType::CMethodCall("Size",_Size)
        }

Reimplemented in NLAIAGENT::IMessageBase.

Definition at line 46 of file group_type.cpp.

TVectorType NLAIAGENT::CVectorGroupType::_Vector [private]
 

std::vector for store IObjectIA object.

Definition at line 730 of file agent_object.h.

Referenced by CVectorGroupType(), operator+(), operator-(), and operator=().

const NLAIC::CIdentType CVectorGroupType::IdVectorGroupType [static]
 

Referenced by getType().

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 09:49:22 2004 for NeL by doxygen 1.3.6