# 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::CFsmClass Class Reference

#include <interpret_fsm.h>

Inheritance diagram for NLAISCRIPT::CFsmClass:

NLAISCRIPT::CActorClass NLAISCRIPT::CAgentClass NLAISCRIPT::IAgentMultiClass NLAISCRIPT::IClassInterpret NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAISCRIPT::CSeqFsmClass List of all members.

Public Methods

void setComment (char *)
 Sets the comment for the operator. More...

virtual void success ()
 Own success and failure functions These function telle other operators and goals that might be waiting for the execution of this one. More...

virtual void failure ()
virtual void success (NLAILOGIC::IBaseOperator *)
 Dependencies failure and success notification These functions are called by other operators or goals who failed or succeeded. More...

virtual void failure (NLAILOGIC::IBaseOperator *)
 CFsmClass (const NLAIAGENT::IVarName &)
 CFsmClass (const NLAIC::CIdentType &)
 CFsmClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CFsmClass (const CFsmClass &)
 CFsmClass ()
virtual ~CFsmClass ()
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...

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

virtual void getDebugString (std::string &) const
 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. More...

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


Static Public Attributes

const NLAIC::CIdentType IdFsmClass
 Description of the operator. More...


Private Attributes

char * _Comment

Constructor & Destructor Documentation

NLAISCRIPT::CFsmClass::CFsmClass const NLAIAGENT::IVarName  
 

Definition at line 14 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CFsmScript::IdFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAISCRIPT::CAgentClass::setInheritanceName.

Referenced by buildNewInstance.

NLAISCRIPT::CFsmClass::CFsmClass const NLAIC::CIdentType  
 

Definition at line 25 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, id, NLAIAGENT::CFsmScript::IdFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAISCRIPT::CAgentClass::setInheritanceName.

NLAISCRIPT::CFsmClass::CFsmClass const NLAIAGENT::IVarName  ,
const NLAIAGENT::IVarName  
 

Definition at line 37 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CFsmScript::IdFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAISCRIPT::CAgentClass::setInheritanceName.

NLAISCRIPT::CFsmClass::CFsmClass const CFsmClass &   
 

Definition at line 49 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CFsmScript::IdFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAISCRIPT::CAgentClass::setInheritanceName.

NLAISCRIPT::CFsmClass::CFsmClass  
 

Definition at line 59 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CFsmScript::IdFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance, and NLAISCRIPT::CAgentClass::setInheritanceName.

Referenced by clone, and newInstance.

NLAISCRIPT::CFsmClass::~CFsmClass   [virtual]
 

Definition at line 98 of file interpret_fsm.cpp.


Member Function Documentation

NLAIAGENT::IObjectIA * NLAISCRIPT::CFsmClass::buildNewInstance   const [virtual]
 

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CActorClass.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 86 of file interpret_fsm.cpp.

References CFsmClass, and NLAISCRIPT::CAgentClass::createBaseClassComponents.

const NLAIC::IBasicType * NLAISCRIPT::CFsmClass::clone   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::CActorClass.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 69 of file interpret_fsm.cpp.

References CFsmClass, and clone.

Referenced by clone.

void NLAISCRIPT::CFsmClass::failure NLAILOGIC::IBaseOperator   [virtual]
 

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 114 of file interpret_fsm.cpp.

void NLAISCRIPT::CFsmClass::failure   [virtual]
 

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 106 of file interpret_fsm.cpp.

void NLAISCRIPT::CFsmClass::getDebugString std::string &    const [virtual]
 

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

Reimplemented from NLAISCRIPT::CActorClass.

Definition at line 81 of file interpret_fsm.cpp.

References t.

const NLAIC::IBasicType * NLAISCRIPT::CFsmClass::newInstance   const [virtual]
 

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

Reimplemented from NLAISCRIPT::CActorClass.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 75 of file interpret_fsm.cpp.

References CFsmClass.

void NLAISCRIPT::CFsmClass::setComment char *   
 

Sets the comment for the operator.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

void NLAISCRIPT::CFsmClass::success NLAILOGIC::IBaseOperator   [virtual]
 

Dependencies failure and success notification These functions are called by other operators or goals who failed or succeeded.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 110 of file interpret_fsm.cpp.

void NLAISCRIPT::CFsmClass::success   [virtual]
 

Own success and failure functions These function telle other operators and goals that might be waiting for the execution of this one.

Reimplemented in NLAISCRIPT::CSeqFsmClass.

Definition at line 102 of file interpret_fsm.cpp.


Member Data Documentation

char* NLAISCRIPT::CFsmClass::_Comment [private]
 

Definition at line 40 of file interpret_fsm.h.

const NLAIC::CIdentType NLAISCRIPT::CFsmClass::IdFsmClass [static]
 

Description of the operator.


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