TAO_Property_Constraint represents a property whose value is determined by the offer being evaluated.
More...
#include <Constraint_Nodes.h>
Private Attributes |
char * | name_ |
| The name of the property.
|
Detailed Description
TAO_Property_Constraint represents a property whose value is determined by the offer being evaluated.
Constructor & Destructor Documentation
TAO_Property_Constraint::TAO_Property_Constraint |
( |
const char * |
name | ) |
|
TAO_Property_Constraint::~TAO_Property_Constraint |
( |
void |
| ) |
|
|
virtual |
Member Function Documentation
Implementing the pattern of double dispatching, each subclass of TAO_Constraint will call back on an InterpreterVisitor the method to handle a node of its ExpressionType.
Implements TAO_Constraint.
Return the expression type represented by this node.
Implements TAO_Constraint.
const char * TAO_Property_Constraint::name |
( |
void |
| ) |
const |
Returns the name of the property.
Member Data Documentation
char* TAO_Property_Constraint::name_ |
|
private |
The name of the property.
The documentation for this class was generated from the following files: