|
OS
2.10.1
|
The in-memory representation of the <constraints> element. More...
#include <OSInstance.h>
Collaboration diagram for Constraints:Public Member Functions | |
| Constraints () | |
| The Constraints class constructor. More... | |
| ~Constraints () | |
| The Constraints class destructor. More... | |
| bool | IsEqual (Constraints *that) |
| A function to check for the equality of two objects. More... | |
Public Attributes | |
| int | numberOfConstraints |
| numberOfConstraints is the number of constraints in the instance More... | |
| Constraint ** | con |
| con is pointer to an array of Constraint object pointers More... | |
The in-memory representation of the <constraints> element.
Definition at line 251 of file OSInstance.h.
| Constraints::Constraints | ( | ) |
The Constraints class constructor.
| Constraints::~Constraints | ( | ) |
The Constraints class destructor.
| bool Constraints::IsEqual | ( | Constraints * | that | ) |
A function to check for the equality of two objects.
| int Constraints::numberOfConstraints |
numberOfConstraints is the number of constraints in the instance
Definition at line 264 of file OSInstance.h.
| Constraint** Constraints::con |
con is pointer to an array of Constraint object pointers
Definition at line 268 of file OSInstance.h.
1.8.11