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

#include <interpret_fsm.h>

Inheritance diagram for NLAISCRIPT::CSeqFsmClass:

NLAISCRIPT::CFsmClass NLAISCRIPT::CActorClass NLAISCRIPT::CAgentClass NLAISCRIPT::IAgentMultiClass NLAISCRIPT::IClassInterpret NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable 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 *)
const NLAIAGENT::IVarNamegetStep (sint32)
 CSeqFsmClass (const NLAIAGENT::IVarName &)
 CSeqFsmClass (const NLAIC::CIdentType &)
 CSeqFsmClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CSeqFsmClass (const CFsmClass &)
 CSeqFsmClass ()
 ~CSeqFsmClass ()
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...

void getDebugString (char *t) const
virtual NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...

virtual void addStep (const NLAIAGENT::IVarName &)

Static Public Attributes

const NLAIC::CIdentType IdSeqFsmClass

Private Attributes

std::vector< NLAIAGENT::IVarName * > _Steps

Constructor & Destructor Documentation

NLAISCRIPT::CSeqFsmClass::CSeqFsmClass const NLAIAGENT::IVarName  
 

Definition at line 121 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CSeqFsmScript::IdSeqFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

Referenced by buildNewInstance.

NLAISCRIPT::CSeqFsmClass::CSeqFsmClass const NLAIC::CIdentType  
 

Definition at line 127 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, id, NLAIAGENT::CSeqFsmScript::IdSeqFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

NLAISCRIPT::CSeqFsmClass::CSeqFsmClass const NLAIAGENT::IVarName  ,
const NLAIAGENT::IVarName  
 

Definition at line 133 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CSeqFsmScript::IdSeqFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

NLAISCRIPT::CSeqFsmClass::CSeqFsmClass const CFsmClass  
 

NLAISCRIPT::CSeqFsmClass::CSeqFsmClass  
 

Definition at line 146 of file interpret_fsm.cpp.

References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CSeqFsmScript::IdSeqFsmScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

Referenced by clone, and newInstance.

NLAISCRIPT::CSeqFsmClass::~CSeqFsmClass  
 

Definition at line 196 of file interpret_fsm.cpp.

References _Steps.


Member Function Documentation

void NLAISCRIPT::CSeqFsmClass::addStep const NLAIAGENT::IVarName   [virtual]
 

Definition at line 220 of file interpret_fsm.cpp.

References _Steps, and NLAIC::IBasicType::clone.

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

Instanciates an object of the class.

Reimplemented from NLAISCRIPT::CFsmClass.

Definition at line 179 of file interpret_fsm.cpp.

References components, NLAISCRIPT::CAgentClass::createBaseClassComponents, and CSeqFsmClass.

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

Definition at line 152 of file interpret_fsm.cpp.

References clone, and CSeqFsmClass.

Referenced by clone.

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

Reimplemented from NLAISCRIPT::CFsmClass.

Definition at line 216 of file interpret_fsm.cpp.

void NLAISCRIPT::CSeqFsmClass::failure   [virtual]
 

Reimplemented from NLAISCRIPT::CFsmClass.

Definition at line 208 of file interpret_fsm.cpp.

void NLAISCRIPT::CSeqFsmClass::getDebugString char *    t const
 

Definition at line 164 of file interpret_fsm.cpp.

References t.

const NLAIAGENT::IVarName * NLAISCRIPT::CSeqFsmClass::getStep sint32   
 

Definition at line 191 of file interpret_fsm.cpp.

References _Steps.

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

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

Reimplemented from NLAISCRIPT::CFsmClass.

Definition at line 158 of file interpret_fsm.cpp.

References CSeqFsmClass.

void NLAISCRIPT::CSeqFsmClass::setComment char *   
 

Sets the comment for the operator.

Reimplemented from NLAISCRIPT::CFsmClass.

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

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

Reimplemented from NLAISCRIPT::CFsmClass.

Definition at line 212 of file interpret_fsm.cpp.

void NLAISCRIPT::CSeqFsmClass::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 from NLAISCRIPT::CFsmClass.

Definition at line 204 of file interpret_fsm.cpp.


Member Data Documentation

std::vector<NLAIAGENT::IVarName *> NLAISCRIPT::CSeqFsmClass::_Steps [private]
 

Definition at line 79 of file interpret_fsm.h.

Referenced by addStep, getStep, and ~CSeqFsmClass.

const NLAIC::CIdentType NLAISCRIPT::CSeqFsmClass::IdSeqFsmClass [static]
 


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