From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/agent_method_def_h.html | 901 +++++++++++++++++++++++++++++++ 1 file changed, 901 insertions(+) create mode 100644 docs/doxygen/nel/agent_method_def_h.html (limited to 'docs/doxygen/nel/agent_method_def_h.html') diff --git a/docs/doxygen/nel/agent_method_def_h.html b/docs/doxygen/nel/agent_method_def_h.html new file mode 100644 index 00000000..2976f6e2 --- /dev/null +++ b/docs/doxygen/nel/agent_method_def_h.html @@ -0,0 +1,901 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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 name method manipulation. +More... +

+ +

+This graph shows which files directly or indirectly include this file:

Included by dependency graph
+ + + + + + + + + + + + +

+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_   "RunTell"
#define _GETNUMID_   "GetNumId"
#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"
+


Detailed Description

+Sevral define name method manipulation. +

+

+Id:
+ agent_method_def.h,v 1.13 2001/02/28 09:42:02 portier Exp
+

+ +

+Definition in file agent_method_def.h.


Define Documentation

+

+ + + + +
+ + +
+#define _ADDCHILD_   "AddChild" +
+
+ + + + + +
+   + + +

+define the addChild method name. +

+ +

+Definition at line 35 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _ADDSUBSET_   "AddSubset" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _CONSTRUCTOR_   "Constructor" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _CONTINUATION_   "Continuation" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _DESTRUCTOR_   "Destructor" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _FATHER_   "Father" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _GETCHILD_   "GetChild" +
+
+ + + + + +
+   + + +

+define the getChild method name. +

+ +

+Definition at line 33 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _GETNAME_   "GetName" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _GETNUMID_   "GetNumId" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file agent_method_def.h.

+

+ + + + +
+ + +
+#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 60 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPDIV_   "operator/" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPEQ_   "operator==" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPINFEQ_   "operator<=" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPLESS_   "operator!" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPMOINS_   "operator-" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPMUL_   "operator*" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPPLUS_   "operator+" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _OPSUPEQ_   "operator>=" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _RECEIVER_   "Receiver" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _REMOVECHILD_   "RemoveChild" +
+
+ + + + + +
+   + + +

+define the addChild method name. +

+ +

+Definition at line 37 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _RUNACHIEVE_   "RunTell" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _RUNASK_   "RunAsk" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _RUNTEL_   "RunTell" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 42 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _RUN_   "Run" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _SELF_   "Self" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _SENDER_   "Sender" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _SEND_   "Send" +
+
+ + + + + +
+   + + +

+define the send method name. +

+ +

+Definition at line 31 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _SETCONTINUATION_   "SetContinuation" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file agent_method_def.h.

+

+ + + + +
+ + +
+#define _UNFUZIFY_   "Unfuzify" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file agent_method_def.h.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1