My Project
JobResult Class Reference

The JobResult Class. More...

#include <OSResult.h>

Public Member Functions

 JobResult ()
 Default constructor.
 
 ~JobResult ()
 Class destructor.
 
bool IsEqual (JobResult *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.
 
 JobResult ()
 Default constructor.
 
 ~JobResult ()
 Class destructor.
 

Public Attributes

std::string status
 job status
 
std::string submitTime
 time the job was submitted
 
std::string scheduledStartTime
 the time when the job was supposed to start
 
std::string actualStartTime
 the time when the job actually started
 
std::string endTime
 the time when the job finished
 
TimingInformationtimingInformation
 a pointer to the TimingInformation class
 
StorageCapacityusedDiskSpace
 a pointer to the DiskSpace class
 
StorageCapacityusedMemory
 a pointer to the MemorySize class
 
CPUSpeedusedCPUSpeed
 a pointer to the CPUSpeed class
 
CPUNumberusedCPUNumber
 a pointer to the CPUNumber class
 
OtherResultsotherResults
 a pointer to the OtherResults class
 

Detailed Description

The JobResult Class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class that provides the system information that is defined in the OSrL schema.
Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class that provides the system information that is defined in the OSrL schema.

Definition at line 659 of file OSResult.h.

Constructor & Destructor Documentation

◆ JobResult() [1/2]

JobResult::JobResult ( )

Default constructor.

Definition at line 302 of file OSResult.cpp.

◆ ~JobResult() [1/2]

JobResult::~JobResult ( )

Class destructor.

Definition at line 322 of file OSResult.cpp.

◆ JobResult() [2/2]

JobResult::JobResult ( )

Default constructor.

◆ ~JobResult() [2/2]

JobResult::~JobResult ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool JobResult::IsEqual ( JobResult * that)

A function to check for the equality of two objects.

Definition at line 7934 of file OSResult.cpp.

◆ setRandom()

bool JobResult::setRandom ( double density,
bool conformant )

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif 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.

Member Data Documentation

◆ status

std::string JobResult::status

job status

Definition at line 664 of file OSResult.h.

◆ submitTime

std::string JobResult::submitTime

time the job was submitted

Definition at line 667 of file OSResult.h.

◆ scheduledStartTime

std::string JobResult::scheduledStartTime

the time when the job was supposed to start

Definition at line 670 of file OSResult.h.

◆ actualStartTime

std::string JobResult::actualStartTime

the time when the job actually started

Definition at line 673 of file OSResult.h.

◆ endTime

std::string JobResult::endTime

the time when the job finished

Definition at line 676 of file OSResult.h.

◆ timingInformation

TimingInformation * JobResult::timingInformation

a pointer to the TimingInformation class

Definition at line 679 of file OSResult.h.

◆ usedDiskSpace

StorageCapacity* JobResult::usedDiskSpace

a pointer to the DiskSpace class

Definition at line 683 of file OSResult.h.

◆ usedMemory

StorageCapacity* JobResult::usedMemory

a pointer to the MemorySize class

Definition at line 688 of file OSResult.h.

◆ usedCPUSpeed

CPUSpeed* JobResult::usedCPUSpeed

a pointer to the CPUSpeed class

Definition at line 692 of file OSResult.h.

◆ usedCPUNumber

CPUNumber* JobResult::usedCPUNumber

a pointer to the CPUNumber class

Definition at line 696 of file OSResult.h.

◆ otherResults

OtherResults* JobResult::otherResults

a pointer to the OtherResults class

Definition at line 700 of file OSResult.h.


The documentation for this class was generated from the following files: