# 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  

NLAISCRIPT::CCancelGoalMsgClass Class Reference

#include <interpret_object_message.h>

Inheritance diagram for NLAISCRIPT::CCancelGoalMsgClass

Inheritance graph
[legend]
Collaboration diagram for NLAISCRIPT::CCancelGoalMsgClass:

Collaboration graph
[legend]
List of all members.

Public Methods

 CCancelGoalMsgClass (const NLAIAGENT::IVarName &)
 CCancelGoalMsgClass (const NLAIC::CIdentType &)
 CCancelGoalMsgClass ()
virtual ~CCancelGoalMsgClass ()
CAgentClass method.
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...


Static Public Attributes

const NLAIC::CIdentType IdCancelGoalMsgClass

Constructor & Destructor Documentation

NLAISCRIPT::CCancelGoalMsgClass::CCancelGoalMsgClass ( const NLAIAGENT::IVarName & s )
 

Definition at line 199 of file interpret_object_message.cpp.

NLAISCRIPT::CCancelGoalMsgClass::CCancelGoalMsgClass ( const NLAIC::CIdentType & id )
 

Definition at line 205 of file interpret_object_message.cpp.

NLAISCRIPT::CCancelGoalMsgClass::CCancelGoalMsgClass ( )
 

Definition at line 212 of file interpret_object_message.cpp.

NLAISCRIPT::CCancelGoalMsgClass::~CCancelGoalMsgClass ( ) [inline, virtual]
 

Definition at line 104 of file interpret_object_message.h.


Member Function Documentation

NLAIAGENT::IObjectIA * NLAISCRIPT::CCancelGoalMsgClass::buildNewInstance ( ) const [virtual]
 

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 229 of file interpret_object_message.cpp.

const NLAIC::IBasicType * NLAISCRIPT::CCancelGoalMsgClass::clone ( void ) const [virtual]
 

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

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 219 of file interpret_object_message.cpp.

const NLAIC::CIdentType & NLAISCRIPT::CCancelGoalMsgClass::getType ( void ) const [inline, 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).

Reimplemented from NLAISCRIPT::IClassInterpret.

Definition at line 110 of file interpret_object_message.h.

const NLAIC::IBasicType * NLAISCRIPT::CCancelGoalMsgClass::newInstance ( void ) const [virtual]
 

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

Reimplemented from NLAISCRIPT::CMessageClass.

Definition at line 224 of file interpret_object_message.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CCancelGoalMsgClass::IdCancelGoalMsgClass [static]
 

Definition at line 99 of file interpret_object_message.h.


The documentation for this class was generated from the following files: