My Project
ServiceResult Class Reference

The ServiceResult Class. More...

#include <OSResult.h>

Public Member Functions

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

Public Attributes

std::string currentState
 a string describing the current state of the service
 
int currentJobCount
 the number of jobs currently running
 
int totalJobsSoFar
 total jobs processed so far
 
std::string timeServiceStarted
 the time when the service was started
 
double serviceUtilization
 service utilization
 
OtherResultsotherResults
 a pointer to the OtherResults class
 

Detailed Description

The ServiceResult 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 415 of file OSResult.h.

Constructor & Destructor Documentation

◆ ServiceResult() [1/2]

ServiceResult::ServiceResult ( )

Default constructor.

Definition at line 206 of file OSResult.cpp.

◆ ~ServiceResult() [1/2]

ServiceResult::~ServiceResult ( )

Class destructor.

Definition at line 220 of file OSResult.cpp.

◆ ServiceResult() [2/2]

ServiceResult::ServiceResult ( )

Default constructor.

◆ ~ServiceResult() [2/2]

ServiceResult::~ServiceResult ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool ServiceResult::IsEqual ( ServiceResult * that)

A function to check for the equality of two objects.

Definition at line 7874 of file OSResult.cpp.

◆ setRandom()

bool ServiceResult::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 9877 of file OSResult.cpp.

Member Data Documentation

◆ currentState

std::string ServiceResult::currentState

a string describing the current state of the service

Definition at line 420 of file OSResult.h.

◆ currentJobCount

int ServiceResult::currentJobCount

the number of jobs currently running

Definition at line 423 of file OSResult.h.

◆ totalJobsSoFar

int ServiceResult::totalJobsSoFar

total jobs processed so far

Definition at line 426 of file OSResult.h.

◆ timeServiceStarted

std::string ServiceResult::timeServiceStarted

the time when the service was started

Definition at line 429 of file OSResult.h.

◆ serviceUtilization

double ServiceResult::serviceUtilization

service utilization

Definition at line 432 of file OSResult.h.

◆ otherResults

OtherResults* ServiceResult::otherResults

a pointer to the OtherResults class

Definition at line 436 of file OSResult.h.


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