#include <OSResult.h>
Public Member Functions | |
JobResult () | |
Default constructor. More... | |
~JobResult () | |
Class destructor. More... | |
bool | IsEqual (JobResult *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... | |
JobResult () | |
Default constructor. More... | |
~JobResult () | |
Class destructor. More... | |
Public Attributes | |
std::string | status |
job status More... | |
std::string | submitTime |
time the job was submitted More... | |
std::string | scheduledStartTime |
the time when the job was supposed to start More... | |
std::string | actualStartTime |
the time when the job actually started More... | |
std::string | endTime |
the time when the job finished More... | |
TimingInformation * | timingInformation |
a pointer to the TimingInformation class More... | |
StorageCapacity * | usedDiskSpace |
a pointer to the DiskSpace class More... | |
StorageCapacity * | usedMemory |
a pointer to the MemorySize class More... | |
CPUSpeed * | usedCPUSpeed |
a pointer to the CPUSpeed class More... | |
CPUNumber * | usedCPUNumber |
a pointer to the CPUNumber class More... | |
OtherResults * | otherResults |
a pointer to the OtherResults class More... | |
The JobResult Class.
Definition at line 659 of file OSResult.h.
JobResult::JobResult | ( | ) |
Default constructor.
Definition at line 302 of file OSResult.cpp.
JobResult::~JobResult | ( | ) |
Class destructor.
Definition at line 322 of file OSResult.cpp.
JobResult::JobResult | ( | ) |
Default constructor.
JobResult::~JobResult | ( | ) |
Class destructor.
bool JobResult::IsEqual | ( | JobResult * | that | ) |
A function to check for the equality of two objects.
Definition at line 7934 of file OSResult.cpp.
bool JobResult::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) |
Definition at line 9916 of file OSResult.cpp.
std::string JobResult::status |
job status
Definition at line 664 of file OSResult.h.
std::string JobResult::submitTime |
time the job was submitted
Definition at line 667 of file OSResult.h.
std::string JobResult::scheduledStartTime |
the time when the job was supposed to start
Definition at line 670 of file OSResult.h.
std::string JobResult::actualStartTime |
the time when the job actually started
Definition at line 673 of file OSResult.h.
std::string JobResult::endTime |
the time when the job finished
Definition at line 676 of file OSResult.h.
TimingInformation * JobResult::timingInformation |
a pointer to the TimingInformation class
Definition at line 679 of file OSResult.h.
StorageCapacity* JobResult::usedDiskSpace |
a pointer to the DiskSpace class
Definition at line 683 of file OSResult.h.
StorageCapacity* JobResult::usedMemory |
a pointer to the MemorySize class
Definition at line 688 of file OSResult.h.
CPUSpeed* JobResult::usedCPUSpeed |
a pointer to the CPUSpeed class
Definition at line 692 of file OSResult.h.
CPUNumber* JobResult::usedCPUNumber |
a pointer to the CPUNumber class
Definition at line 696 of file OSResult.h.
OtherResults* JobResult::otherResults |
a pointer to the OtherResults class
Definition at line 700 of file OSResult.h.