|
OS
2.10.1
|
The OtherSolverOutput Class. More...
#include <OSResult.h>
Collaboration diagram for OtherSolverOutput:Public Member Functions | |
| OtherSolverOutput () | |
| Default constructor. More... | |
| ~OtherSolverOutput () | |
| Class destructor. More... | |
| bool | IsEqual (OtherSolverOutput *that) |
| A function to check for the equality of two objects. More... | |
| bool | setRandom (double density, bool conformant) |
| A function to make a random instance of this class. More... | |
Public Attributes | |
| int | numberOfSolverOutputs |
| the number of elements in the pointer of SolverOutput objects More... | |
| SolverOutput ** | solverOutput |
| solverOutput is a pointer to an array of SolverOutput objects More... | |
The OtherSolverOutput Class.
Definition at line 2419 of file OSResult.h.
| OtherSolverOutput::OtherSolverOutput | ( | ) |
Default constructor.
| OtherSolverOutput::~OtherSolverOutput | ( | ) |
Class destructor.
| bool OtherSolverOutput::IsEqual | ( | OtherSolverOutput * | that | ) |
A function to check for the equality of two objects.
| bool OtherSolverOutput::setRandom | ( | double | density, |
| bool | conformant | ||
| ) |
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) |
| int OtherSolverOutput::numberOfSolverOutputs |
the number of elements in the pointer of SolverOutput objects
Definition at line 2425 of file OSResult.h.
| SolverOutput** OtherSolverOutput::solverOutput |
solverOutput is a pointer to an array of SolverOutput objects
Definition at line 2429 of file OSResult.h.
1.8.11