# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

agent_method_def.h File Reference

Sevral define methods names. More...

Go to the source code of this file.

Defines

#define _SEND_   "Send"
 define the send method name. More...

#define _GETCHILD_   "GetChild"
 define the getChild method name. More...

#define _ADDCHILD_   "AddChild"
 define the addChild method name. More...

#define _REMOVECHILD_   "RemoveChild"
 define the addChild method name. More...

#define _MAILER_   "GetMailer"
 define the self mail boxe name. More...

#define _GETNAME_   "GetName"
#define _RUNTEL_   "RunTell"
#define _RUNASK_   "RunAsk"
#define _RUNACHIEVE_   "RunAchieve"
#define _SETSTATIC_   "SetStatic"
#define _GETNUMID_   "GetNumId"
#define _ATTACH_   "Attach"
#define _SETCLOCK_   "SetClock"
#define _GETCLOCK_   "GetClock"
#define _GETTIMER_   "GetTimer"
#define _ADDATTRIB_   "AddAttrib"
#define _CONSTRUCTOR_   "Constructor"
#define _DESTRUCTOR_   "Destructor"
#define _RUN_   "Run"
#define _SELF_   "Self"
#define _OPPLUS_   "operator+"
#define _OPMOINS_   "operator-"
#define _OPMUL_   "operator*"
#define _OPDIV_   "operator/"
#define _OPEQ_   "operator=="
#define _OPLESS_   "operator!"
#define _OPINFEQ_   "operator<="
#define _OPSUPEQ_   "operator>="
#define _OPDIFF_   "operator!="
#define _ADDSUBSET_   "AddSubset"
#define _UNFUZIFY_   "Unfuzify"
#define _FATHER_   "Father"
#define _SENDER_   "Sender"
#define _RECEIVER_   "Receiver"
#define _CONTINUATION_   "Continuation"
#define _SETCONTINUATION_   "SetContinuation"
#define _FIRST_   "First"
#define _SECOND_   "Second"
#define _ISA_   "IsA"
#define _ADD_SET_   "AddSet"


Detailed Description

Sevral define methods names.

Id:
agent_method_def.h,v 1.21 2002/11/15 09:20:53 chafik Exp

Definition in file agent_method_def.h.


Define Documentation

#define _ADD_SET_   "AddSet"
 

Definition at line 79 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _ADDATTRIB_   "AddAttrib"
 

Definition at line 54 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentWatchTimer::initClass.

#define _ADDCHILD_   "AddChild"
 

define the addChild method name.

Definition at line 35 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _ADDSUBSET_   "AddSubset"
 

Definition at line 69 of file agent_method_def.h.

Referenced by NLAIFUZZY::CFuzzyVar::isMember.

#define _ATTACH_   "Attach"
 

Definition at line 50 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentWatchTimer::initClass.

#define _CONSTRUCTOR_   "Constructor"
 

Definition at line 56 of file agent_method_def.h.

Referenced by NLAISCRIPT::CCompilateur::buildObject, NLAISCRIPT::CLibTest::initClass, NLAIAGENT::CProxyAgentMail::initClass, NLAISCRIPT::CCallPrint::isMember, NLAIAGENT::IObjectIA::isMember, and NLAIAGENT::IVector::isMember.

#define _CONTINUATION_   "Continuation"
 

Definition at line 74 of file agent_method_def.h.

#define _DESTRUCTOR_   "Destructor"
 

Definition at line 57 of file agent_method_def.h.

#define _FATHER_   "Father"
 

Definition at line 71 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _FIRST_   "First"
 

Definition at line 76 of file agent_method_def.h.

#define _GETCHILD_   "GetChild"
 

define the getChild method name.

Definition at line 33 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _GETCLOCK_   "GetClock"
 

Definition at line 52 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentWatchTimer::initClass.

#define _GETNAME_   "GetName"
 

Definition at line 40 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _GETNUMID_   "GetNumId"
 

Definition at line 48 of file agent_method_def.h.

#define _GETTIMER_   "GetTimer"
 

Definition at line 53 of file agent_method_def.h.

Referenced by NLAIAGENT::CLibTimerManager::initClass.

#define _ISA_   "IsA"
 

Definition at line 78 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _MAILER_   "GetMailer"
 

define the self mail boxe name.

Definition at line 39 of file agent_method_def.h.

#define _OPDIFF_   "operator!="
 

Definition at line 68 of file agent_method_def.h.

#define _OPDIV_   "operator/"
 

Definition at line 63 of file agent_method_def.h.

#define _OPEQ_   "operator=="
 

Definition at line 64 of file agent_method_def.h.

#define _OPINFEQ_   "operator<="
 

Definition at line 66 of file agent_method_def.h.

#define _OPLESS_   "operator!"
 

Definition at line 65 of file agent_method_def.h.

#define _OPMOINS_   "operator-"
 

Definition at line 61 of file agent_method_def.h.

#define _OPMUL_   "operator*"
 

Definition at line 62 of file agent_method_def.h.

#define _OPPLUS_   "operator+"
 

Definition at line 60 of file agent_method_def.h.

#define _OPSUPEQ_   "operator>="
 

Definition at line 67 of file agent_method_def.h.

#define _RECEIVER_   "Receiver"
 

Definition at line 73 of file agent_method_def.h.

#define _REMOVECHILD_   "RemoveChild"
 

define the addChild method name.

Definition at line 37 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _RUN_   "Run"
 

Definition at line 58 of file agent_method_def.h.

Referenced by NLAIAGENT::IObjectIA::isMember, and NLAISCRIPT::CCompilateur::registerMethod.

#define _RUNACHIEVE_   "RunAchieve"
 

Definition at line 44 of file agent_method_def.h.

#define _RUNASK_   "RunAsk"
 

Definition at line 43 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _RUNTEL_   "RunTell"
 

Definition at line 42 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _SECOND_   "Second"
 

Definition at line 77 of file agent_method_def.h.

#define _SELF_   "Self"
 

Definition at line 59 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _SEND_   "Send"
 

define the send method name.

Definition at line 31 of file agent_method_def.h.

Referenced by NLAISCRIPT::CCompilateur::callFunction, NLAIAGENT::CAgentScript::initAgentScript, NLAIAGENT::IObjectIA::isMember, and NLAISCRIPT::CCompilateur::registerMethod.

#define _SENDER_   "Sender"
 

Definition at line 72 of file agent_method_def.h.

#define _SETCLOCK_   "SetClock"
 

Definition at line 51 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentWatchTimer::initClass.

#define _SETCONTINUATION_   "SetContinuation"
 

Definition at line 75 of file agent_method_def.h.

#define _SETSTATIC_   "SetStatic"
 

Definition at line 46 of file agent_method_def.h.

Referenced by NLAIAGENT::CAgentScript::initAgentScript.

#define _UNFUZIFY_   "Unfuzify"
 

Definition at line 70 of file agent_method_def.h.

Referenced by NLAIFUZZY::CFuzzyVar::isMember.