# 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:

NLAILOGIC::IBaseCond NLAILOGIC::IBaseBoolType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable 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 * > &   
 

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.

References NLAILOGIC::IBaseCond::_Conds.

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

Returns a value in [0,1].

Implements NLAILOGIC::IBaseBoolType.

Definition at line 94 of file bool_cond.cpp.

References NLAILOGIC::IBaseCond::_Conds.


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: