|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLLOGIC::CLogicCondition Class ReferenceCLogicCondition.
More...
#include <logic_condition.h>
List of all members.
Detailed Description
CLogicCondition.
-
Author:
-
Stephane Coutelas , Nevrax France
-
Date:
-
2001
Definition at line 272 of file logic_condition.h.
Constructor & Destructor Documentation
NLLOGIC::CLogicCondition::CLogicCondition |
( |
|
) |
[inline] |
|
Member Function Documentation
|
Add a condition node.
-
Parameters:
-
node |
is the new node to add |
Definition at line 316 of file logic_condition.h.
References Nodes. |
void NLLOGIC::CLogicCondition::fillVarSet |
( |
std::set< std::string > & |
condVars |
) |
|
|
|
Fill a set with all the variables name referenced by this condition.
-
Parameters:
-
condVars |
is a set to store the variable names |
|
std::string NLLOGIC::CLogicCondition::getName |
( |
|
) |
const [inline] |
|
void NLLOGIC::CLogicCondition::read |
( |
xmlNodePtr |
node |
) |
|
|
void NLLOGIC::CLogicCondition::setLogicStateMachine |
( |
CLogicStateMachine * |
logicStateMachine |
) |
|
|
|
Set the logic state machine.
-
Parameters:
-
logicStateMachine |
is the state machine containing this block |
Definition at line 527 of file logic_condition.cpp.
References nlwarning, and Nodes. |
void NLLOGIC::CLogicCondition::setName |
( |
std::string |
name |
) |
[inline] |
|
bool NLLOGIC::CLogicCondition::testLogic |
( |
|
) |
|
|
|
Test the condition.
-
Returns:
-
true if this condition is fulfiled, false else
Definition at line 550 of file logic_condition.cpp.
References Nodes. |
void NLLOGIC::CLogicCondition::write |
( |
xmlNodePtr |
node |
) |
const |
|
Member Data Documentation
std::string NLLOGIC::CLogicCondition::_ConditionName [private]
|
|
The documentation for this class was generated from the following files:
|
|