My Project
|
a data structure to represent the linear expressions in a LinearMatrixElement object More...
#include <OSMatrix.h>
Public Member Functions | |
LinearMatrixValues () | |
-------— Methods for class LinearMatrixValues -------— | |
~LinearMatrixValues () | |
bool | IsEqual (LinearMatrixValues *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant, int iMin, int iMax) |
A function to make a random instance of this class. | |
virtual bool | deepCopyFrom (LinearMatrixValues *that) |
A function to make a deep copy of an instance of this class. | |
![]() | |
MatrixElementValues () | |
-------— Methods for class MatrixElementValues -------— | |
virtual | ~MatrixElementValues () |
virtual bool | deepCopyFrom (MatrixElementValues *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
LinearMatrixElement ** | el |
![]() | |
int | numberOfEl |
each type of value is stored as an array named "el". | |
a data structure to represent the linear expressions in a LinearMatrixElement object
Definition at line 602 of file OSMatrix.h.
LinearMatrixValues::LinearMatrixValues | ( | ) |
-------— Methods for class LinearMatrixValues -------—
Definition at line 4758 of file OSMatrix.cpp.
LinearMatrixValues::~LinearMatrixValues | ( | ) |
Definition at line 4768 of file OSMatrix.cpp.
bool LinearMatrixValues::IsEqual | ( | LinearMatrixValues * | that | ) |
A function to check for the equality of two objects.
Definition at line 4804 of file OSMatrix.cpp.
bool LinearMatrixValues::setRandom | ( | double | density, |
bool | conformant, | ||
int | iMin, | ||
int | iMax ) |
A function to make a random instance of this class.
density | corresponds to the probability that a particular child element is created |
conformant | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
iMin | lowest index value (inclusive) that a variable reference in this matrix can take |
iMax | greatest index value (inclusive) that a variable reference in this matrix can take |
Definition at line 4844 of file OSMatrix.cpp.
|
virtual |
A function to make a deep copy of an instance of this class.
that | the instance from which information is to be copied |
Definition at line 4849 of file OSMatrix.cpp.
LinearMatrixElement** LinearMatrixValues::el |
Definition at line 605 of file OSMatrix.h.