#include <Xabsl2BooleanExpression.h>
Inheritance diagram for Xabsl2subsequentOptionReachedTargetStateCondition:
Public Member Functions | |
Xabsl2subsequentOptionReachedTargetStateCondition (Xabsl2Option *subsequentOption, Xabsl2ErrorHandler &errorHandler) | |
Constructor. | |
virtual bool | getValue () |
Evaluates the boolean expression. | |
Private Attributes | |
Xabsl2Option * | subsequentOption |
The subsequent option of that state. |
Definition at line 194 of file Xabsl2BooleanExpression.h.
|
Constructor. Creates the element.
Definition at line 286 of file Xabsl2BooleanExpression.cpp. References Xabsl2ErrorHandler::message(), and XABSL2_DEBUG_INIT. |
Here is the call graph for this function:
|
Evaluates the boolean expression.
Implements Xabsl2BooleanExpression. Definition at line 293 of file Xabsl2BooleanExpression.cpp. References Xabsl2Option::getOptionReachedATargetState(), and subsequentOption. |
Here is the call graph for this function:
|
The subsequent option of that state.
Definition at line 211 of file Xabsl2BooleanExpression.h. Referenced by getValue(). |