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

#include <fact.h>

Inheritance diagram for NLAILOGIC::CFact

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CFact ()
 CFact (IBaseAssert *)
 CFact (IBaseAssert *, bool)
 CFact (IBaseAssert *, CValueSet *)
 CFact (IBaseAssert *, CVarSet *)
IBaseAssertgetAssert ()
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 void propagate ()
virtual bool operator== (const NLAIAGENT::IBasicObjectIA &a) const
CValueSetasValueSet ()

Private Attributes

IBaseAssert_Assert

Constructor & Destructor Documentation

NLAILOGIC::CFact::CFact ( )
 

Definition at line 29 of file fact.cpp.

NLAILOGIC::CFact::CFact ( IBaseAssert * a )
 

Definition at line 33 of file fact.cpp.

NLAILOGIC::CFact::CFact ( IBaseAssert * a,
bool v )
 

Definition at line 43 of file fact.cpp.

NLAILOGIC::CFact::CFact ( IBaseAssert * a,
CValueSet * vals )
 

Definition at line 38 of file fact.cpp.

NLAILOGIC::CFact::CFact ( IBaseAssert * a,
CVarSet * vars )
 

Definition at line 48 of file fact.cpp.


Member Function Documentation

CValueSet * NLAILOGIC::CFact::asValueSet ( )
 

Definition at line 117 of file fact.cpp.

IBaseAssert * NLAILOGIC::CFact::getAssert ( )
 

Definition at line 61 of file fact.cpp.

void NLAILOGIC::CFact::getDebugString ( char * txt ) 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 NLAILOGIC::CValueSet.

Definition at line 66 of file fact.cpp.

Referenced by NLAISCRIPT::COperatorClass::backward(), and NLAISCRIPT::COperatorClass::forward().

virtual bool NLAILOGIC::CFact::operator== ( const NLAIAGENT::IBasicObjectIA & a ) const [virtual]
 

void NLAILOGIC::CFact::propagate ( ) [virtual]
 

Definition at line 84 of file fact.cpp.


Member Data Documentation

IBaseAssert * NLAILOGIC::CFact::_Assert [private]
 

Definition at line 39 of file fact.h.


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