OtherResult Class Reference

The OtherResult Class. More...

#include <OSResult.h>

Collaboration diagram for OtherResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OtherResult ()
 Default constructor.
 ~OtherResult ()
 Class destructor.
bool IsEqual (OtherResult *that)
 A function to check for the equality of two objects.

Public Attributes

std::string name
 the name of the other result
std::string value
 the value of the other result
std::string description
 the description of the other result

Detailed Description

The OtherResult Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 10/09/2009
Since:
OS 2.0
Remarks:
A data structure class that corresponds to an xml element in the OSrL schema.

Definition at line 143 of file OSResult.h.


Constructor & Destructor Documentation

OtherResult::OtherResult (  ) 

Default constructor.

Definition at line 84 of file OSResult.cpp.

OtherResult::~OtherResult (  ) 

Class destructor.

Definition at line 94 of file OSResult.cpp.


Member Function Documentation

bool OtherResult::IsEqual ( OtherResult that  ) 

A function to check for the equality of two objects.

Definition at line 4782 of file OSResult.cpp.

References description, name, and value.


Member Data Documentation

std::string OtherResult::name

the name of the other result

Definition at line 148 of file OSResult.h.

Referenced by OSResult::getOtherGeneralResultName(), OSResult::getOtherJobResultName(), OSResult::getOtherServiceResultName(), OSResult::getOtherSystemResultName(), IsEqual(), and OSrLWriter::writeOSrL().

std::string OtherResult::value

the value of the other result

Definition at line 151 of file OSResult.h.

Referenced by OSResult::getOtherGeneralResultValue(), OSResult::getOtherJobResultValue(), OSResult::getOtherServiceResultValue(), OSResult::getOtherSystemResultValue(), IsEqual(), and OSrLWriter::writeOSrL().

std::string OtherResult::description

the description of the other result

Definition at line 154 of file OSResult.h.

Referenced by OSResult::getOtherGeneralResultDescription(), OSResult::getOtherJobResultDescription(), OSResult::getOtherServiceResultDescription(), OSResult::getOtherSystemResultDescription(), IsEqual(), and OSrLWriter::writeOSrL().


The documentation for this class was generated from the following files:
Generated on Fri Jan 7 03:27:14 2011 by  doxygen 1.4.7