|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::IBaseVar Class Reference#include <var.h>
Inheritance diagram for NLAILOGIC::IBaseVar:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::IBaseVar::IBaseVar |
( |
const char * |
|
) |
|
|
NLAILOGIC::IBaseVar::IBaseVar |
( |
const IBaseVar & |
|
) |
|
|
NLAILOGIC::IBaseVar::~IBaseVar |
( |
|
) |
[virtual] |
|
Member Function Documentation
sint32 NLAILOGIC::IBaseVar::getMethodIndexSize |
( |
|
) |
const [virtual] |
|
IVarName & NLAILOGIC::IBaseVar::getName |
( |
|
) |
const |
|
|
The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method.
index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method.
Reimplemented from NLAIAGENT::IObjectIA.
Reimplemented in NLAIFUZZY::CFuzzyVar.
Definition at line 70 of file var.cpp.
References NLAIC::IBasicType::getDebugString, id, NLAIAGENT::IObjetOp::IObjetOp, NLAIAGENT::IObjetOp::IObjetOp::runMethodeMember, param, NLAIAGENT::processIdle, r, setValue, and x. |
virtual bool NLAILOGIC::IBaseVar::unify |
( |
NLAIAGENT::IObjetOp * |
, |
|
|
bool |
assign = false |
|
) |
[pure virtual] |
|
virtual bool NLAILOGIC::IBaseVar::unify |
( |
IBaseVar * |
, |
|
|
bool |
assign = false |
|
) |
[pure virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|