# 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  

NLAILOGIC::CBoolType Class Reference

#include <boolval.h>

Inheritance diagram for NLAILOGIC::CBoolType

Inheritance graph
[legend]
Collaboration diagram for NLAILOGIC::CBoolType:

Collaboration graph
[legend]
List of all members.

Public Methods

 CBoolType (bool)
 CBoolType (const CBoolType &)
virtual ~CBoolType ()
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 void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual void getDebugString (char *) 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 float truthValue () const
 Returns a value in [0,1]. More...

virtual const CProcessResult& run ()
 Some where Run method define the process of the agen. More...

virtual bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const
virtual bool isEqual (const CBoolType &a) const
virtual std::vector<IBaseVar *>* getVars ()
virtual NLAIAGENT::IObjetOpoperator+= (const NLAIAGENT::IObjetOp &a)
virtual NLAIAGENT::IObjetOpoperator-= (const NLAIAGENT::IObjetOp &a)
virtual NLAIAGENT::IObjetOpoperator *= (const NLAIAGENT::IObjetOp &a)
virtual NLAIAGENT::IObjetOpoperator< (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator> (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator<= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator>= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator! () const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator!= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual NLAIAGENT::IObjetOpoperator== (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

virtual bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented). More...


Static Public Attributes

const NLAIC::CIdentType IdBoolType

Private Attributes

bool _Value

Constructor & Destructor Documentation

NLAILOGIC::CBoolType::CBoolType ( bool value )
 

Definition at line 41 of file boolval.cpp.

NLAILOGIC::CBoolType::CBoolType ( const CBoolType & cp )
 

Definition at line 45 of file boolval.cpp.

NLAILOGIC::CBoolType::~CBoolType ( ) [virtual]
 

Definition at line 50 of file boolval.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAILOGIC::CBoolType::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 NLAIC::IBasicType.

Definition at line 54 of file boolval.cpp.

void NLAILOGIC::CBoolType::getDebugString ( char * text ) 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 NLAIC::IBasicType.

Definition at line 79 of file boolval.cpp.

const NLAIC::CIdentType & NLAILOGIC::CBoolType::getType ( void ) const [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 NLAIC::IBasicType.

Definition at line 122 of file boolval.cpp.

std::vector< IBaseVar *>* NLAILOGIC::CBoolType::getVars ( ) [virtual]
 

Definition at line 117 of file boolval.cpp.

bool NLAILOGIC::CBoolType::isEqual ( const CBoolType & a ) const [virtual]
 

Definition at line 107 of file boolval.cpp.

virtual bool NLAILOGIC::CBoolType::isEqual ( const NLAIAGENT::IBasicObjectIA & a ) const [virtual]
 

bool NLAILOGIC::CBoolType::isTrue ( ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 88 of file boolval.cpp.

void NLAILOGIC::CBoolType::load ( NLMISC::IStream & is ) [virtual]
 

Load the class from a stream.

Reimplemented from NLAIC::IBasicInterface.

Definition at line 73 of file boolval.cpp.

const NLAIC::IBasicType * NLAILOGIC::CBoolType::newInstance ( void ) const [virtual]
 

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

Reimplemented from NLAIC::IBasicType.

Definition at line 60 of file boolval.cpp.

virtual NLAIAGENT::IObjetOp& NLAILOGIC::CBoolType::operator *= ( const NLAIAGENT::IObjetOp & a ) [virtual]
 

IObjetOp * NLAILOGIC::CBoolType::operator! ( ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 171 of file boolval.cpp.

IObjetOp * NLAILOGIC::CBoolType::operator!= ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 177 of file boolval.cpp.

virtual NLAIAGENT::IObjetOp& NLAILOGIC::CBoolType::operator+= ( const NLAIAGENT::IObjetOp & a ) [virtual]
 

virtual NLAIAGENT::IObjetOp& NLAILOGIC::CBoolType::operator-= ( const NLAIAGENT::IObjetOp & a ) [virtual]
 

IObjetOp * NLAILOGIC::CBoolType::operator< ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 146 of file boolval.cpp.

IObjetOp * NLAILOGIC::CBoolType::operator<= ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 158 of file boolval.cpp.

IObjetOp * NLAILOGIC::CBoolType::operator== ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 192 of file boolval.cpp.

IObjetOp * NLAILOGIC::CBoolType::operator> ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 152 of file boolval.cpp.

IObjetOp * NLAILOGIC::CBoolType::operator>= ( NLAIAGENT::IObjetOp & a ) const [virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 165 of file boolval.cpp.

const IObjectIA::CProcessResult & NLAILOGIC::CBoolType::run ( void ) [virtual]
 

Some where Run method define the process of the agen.

Reimplemented from NLAILOGIC::IBaseBoolType.

Definition at line 102 of file boolval.cpp.

void NLAILOGIC::CBoolType::save ( NLMISC::IStream & os ) [virtual]
 

Save the class in a stream.

Reimplemented from NLAIC::IBasicInterface.

Definition at line 67 of file boolval.cpp.

float NLAILOGIC::CBoolType::truthValue ( ) const [virtual]
 

Returns a value in [0,1].

Reimplemented from NLAILOGIC::IBaseBoolType.

Definition at line 93 of file boolval.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAILOGIC::CBoolType::IdBoolType [static]
 

Definition at line 70 of file boolval.h.

bool NLAILOGIC::CBoolType::_Value [private]
 

Definition at line 50 of file boolval.h.


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