The in-memory representation of the <instanceData> element. More...
#include <OSInstance.h>
Public Member Functions | |
InstanceData () | |
The InstanceData class constructor. | |
~InstanceData () | |
The InstanceData class destructor. | |
bool | IsEqual (InstanceData *that) |
A function to check for the equality of two objects. | |
InstanceData () | |
The InstanceData class constructor. | |
~InstanceData () | |
The InstanceData class destructor. | |
Public Attributes | |
Variables * | variables |
variables is a pointer to a Variables object | |
Objectives * | objectives |
objectives is a pointer to a Objectives object | |
Constraints * | constraints |
constraints is a pointer to a Constraints object | |
LinearConstraintCoefficients * | linearConstraintCoefficients |
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object | |
QuadraticCoefficients * | quadraticCoefficients |
quadraticCoefficients is a pointer to a QuadraticCoefficients object | |
NonlinearExpressions * | nonlinearExpressions |
nonlinearExpressions is a pointer to a NonlinearExpressions object | |
TimeDomain * | timeDomain |
timeDomain is a pointer to a TimeDomain object |
The in-memory representation of the <instanceData> element.
Definition at line 755 of file OSInstance.h.
InstanceData::InstanceData | ( | ) |
The InstanceData class constructor.
Definition at line 1010 of file OSInstance.cpp.
InstanceData::~InstanceData | ( | ) |
The InstanceData class destructor.
Definition at line 1024 of file OSInstance.cpp.
InstanceData::InstanceData | ( | ) |
The InstanceData class constructor.
InstanceData::~InstanceData | ( | ) |
The InstanceData class destructor.
bool InstanceData::IsEqual | ( | InstanceData * | that | ) |
A function to check for the equality of two objects.
Definition at line 5614 of file OSInstance.cpp.
variables is a pointer to a Variables object
Definition at line 766 of file OSInstance.h.
objectives is a pointer to a Objectives object
Definition at line 769 of file OSInstance.h.
constraints is a pointer to a Constraints object
Definition at line 772 of file OSInstance.h.
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object
Definition at line 777 of file OSInstance.h.
quadraticCoefficients is a pointer to a QuadraticCoefficients object
Definition at line 782 of file OSInstance.h.
nonlinearExpressions is a pointer to a NonlinearExpressions object
Definition at line 787 of file OSInstance.h.
timeDomain is a pointer to a TimeDomain object
Definition at line 792 of file OSInstance.h.