|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLLOGIC::CLogicConditionLogicBlock Class ReferenceCLogicConditionLogicBlock.
More...
#include <logic_condition.h>
List of all members.
Detailed Description
CLogicConditionLogicBlock.
-
Author:
-
Stephane Coutelas , Nevrax France
-
Date:
-
2001
Definition at line 108 of file logic_condition.h.
Member Enumeration Documentation
enum NLLOGIC::CLogicConditionLogicBlock::TLogicConditionLogicBlockType
|
|
|
all condition logic block types.
-
Enumeration values:
-
NOT |
|
COMPARISON |
|
SUB_CONDITION |
|
Definition at line 116 of file logic_condition.h. |
Constructor & Destructor Documentation
NLLOGIC::CLogicConditionLogicBlock::CLogicConditionLogicBlock |
( |
|
) |
[inline] |
|
Member Function Documentation
void NLLOGIC::CLogicConditionLogicBlock::fillVarSet |
( |
std::set< std::string > & |
condVars |
) |
|
|
|
Fill a set with all the variables name referenced by this condition.
-
Parameters:
-
condVars |
a set to store the variable names |
|
bool NLLOGIC::CLogicConditionLogicBlock::isNotBlock |
( |
|
) |
const [inline] |
|
|
Return info about the type of the block.
-
Returns:
-
true if this block is a NOT block
Definition at line 146 of file logic_condition.h.
References NOT, and Type. |
void NLLOGIC::CLogicConditionLogicBlock::read |
( |
xmlNodePtr |
node |
) |
|
|
void NLLOGIC::CLogicConditionLogicBlock::setLogicStateMachine |
( |
CLogicStateMachine * |
logicStateMachine |
) |
|
|
bool NLLOGIC::CLogicConditionLogicBlock::testLogic |
( |
|
) |
|
|
|
Test the condition.
-
Returns:
-
true if this condition is fulfiled, false else
Definition at line 148 of file logic_condition.cpp.
References _LogicStateMachine, COMPARISON, ComparisonBlock, condition, nlerror, nlwarning, NOT, SUB_CONDITION, SubCondition, and Type. |
void NLLOGIC::CLogicConditionLogicBlock::write |
( |
xmlNodePtr |
node |
) |
const |
|
Member Data Documentation
std::string NLLOGIC::CLogicConditionLogicBlock::SubCondition
|
|
The documentation for this class was generated from the following files:
|
|