#include <OSResult.h>
Collaboration diagram for OtherSolverOutput:
Public Member Functions | |
OtherSolverOutput () | |
Default constructor. | |
~OtherSolverOutput () | |
Class destructor. | |
bool | IsEqual (OtherSolverOutput *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. | |
Public Attributes | |
int | numberOfSolverOutputs |
the number of elements in the pointer of SolverOutput objects | |
SolverOutput ** | solverOutput |
solverOutput is a pointer to an array of SolverOutput objects |
Definition at line 2151 of file OSResult.h.
OtherSolverOutput::OtherSolverOutput | ( | ) |
OtherSolverOutput::~OtherSolverOutput | ( | ) |
Class destructor.
Definition at line 1081 of file OSResult.cpp.
References numberOfSolverOutputs, and solverOutput.
bool OtherSolverOutput::IsEqual | ( | OtherSolverOutput * | that | ) |
A function to check for the equality of two objects.
Definition at line 7802 of file OSResult.cpp.
References numberOfSolverOutputs, and solverOutput.
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" atrbutes and <XXX> children) |
Definition at line 8970 of file OSResult.cpp.
References n, numberOfSolverOutputs, OSRand(), SolverOutput::setRandom(), and solverOutput.
the number of elements in the pointer of SolverOutput objects
Definition at line 2157 of file OSResult.h.
Referenced by OSResult::getNumberOfSolverOutputs(), OSResult::getSolverOutputCategory(), OSResult::getSolverOutputDescription(), OSResult::getSolverOutputItem(), OSResult::getSolverOutputName(), OSResult::getSolverOutputNumberOfItems(), IsEqual(), OSResult::setNumberOfSolverOutputs(), setRandom(), and ~OtherSolverOutput().
solverOutput is a pointer to an array of SolverOutput objects
Definition at line 2161 of file OSResult.h.
Referenced by OSResult::getSolverOutputCategory(), OSResult::getSolverOutputDescription(), OSResult::getSolverOutputItem(), OSResult::getSolverOutputName(), OSResult::getSolverOutputNumberOfItems(), IsEqual(), OSResult::setNumberOfSolverOutputs(), setRandom(), OSResult::setSolverOutputCategory(), OSResult::setSolverOutputDescription(), OSResult::setSolverOutputItem(), OSResult::setSolverOutputName(), OSResult::setSolverOutputNumberOfItems(), and ~OtherSolverOutput().