#include <OSResult.h>
Collaboration diagram for TimingInformation:

Public Member Functions | |
| TimingInformation () | |
| Default constructor. | |
| ~TimingInformation () | |
| Class destructor. | |
| bool | IsEqual (TimingInformation *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. | |
| TimingInformation () | |
| Default constructor. | |
| ~TimingInformation () | |
| Class destructor. | |
Public Attributes | |
| int | numberOfTimes |
| The number of elements in the time array. | |
| TimeMeasurement ** | time |
| An array of time measurements. | |
| Time ** | time |
| An array of time measurements. | |
Definition at line 594 of file OSResult.h.
| TimingInformation::TimingInformation | ( | ) |
| TimingInformation::~TimingInformation | ( | ) |
| TimingInformation::TimingInformation | ( | ) |
Default constructor.
| TimingInformation::~TimingInformation | ( | ) |
Class destructor.
| bool TimingInformation::IsEqual | ( | TimingInformation * | that | ) |
| bool TimingInformation::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 7527 of file OSResult.cpp.
References TimeMeasurement::setRandom(), and time.
The number of elements in the time array.
Definition at line 601 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::getTimeNumber(), OSResult::getTimeValue(), OSResult::setNumberOfTimes(), OSResult::setTimeNumber(), OSResult::setTimingInformation(), OSrLWriter::writeOSrL(), and ~TimingInformation().
An array of time measurements.
Definition at line 607 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::getTimeValue(), OSResult::setNumberOfTimes(), setRandom(), OSResult::setTimingInformation(), OSrLWriter::writeOSrL(), and ~TimingInformation().
1.4.7