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

#include <bool_cond.h>

Inheritance diagram for NLAILOGIC::CondOr

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CondOr ()
 CondOr (std::list<IBaseBoolType *> &)
virtual float truthValue () const
 Returns a value in [0,1]. More...

virtual bool isTrue ()

Private Attributes

bool _Value

Constructor & Destructor Documentation

NLAILOGIC::CondOr::CondOr ( )
 

Definition at line 86 of file bool_cond.cpp.

NLAILOGIC::CondOr::CondOr ( std::list< IBaseBoolType *>& conds )
 

Definition at line 90 of file bool_cond.cpp.


Member Function Documentation

bool NLAILOGIC::CondOr::isTrue ( ) [virtual]
 

Definition at line 106 of file bool_cond.cpp.

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

Returns a value in [0,1].

Reimplemented from NLAILOGIC::IBaseBoolType.

Definition at line 94 of file bool_cond.cpp.


Member Data Documentation

bool NLAILOGIC::CondOr::_Value [private]
 

Definition at line 57 of file bool_cond.h.


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