SolverOutput Class Reference

The SolverOutput Class. More...

#include <OSResult.h>

Collaboration diagram for SolverOutput:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

std::string name
 the name of the result the user is defining
std::string category
 this element allows a specific category to be associated with this particular type of result
std::string description
 a brief description of the type of result
int numberOfItems
 the number of items contained in this otherSolutionResult
std::string * item
 an array of items (string-valued)

Detailed Description

The SolverOutput Class.

Author:
Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that allows the solver to report an arbitrary result associated with the solution.

Definition at line 1870 of file OSResult.h.


Constructor & Destructor Documentation

SolverOutput::SolverOutput (  ) 

Default constructor.

Definition at line 984 of file OSResult.cpp.

SolverOutput::~SolverOutput (  ) 

Class destructor.

Definition at line 997 of file OSResult.cpp.

References item.


Member Function Documentation

bool SolverOutput::IsEqual ( SolverOutput that  ) 

A function to check for the equality of two objects.

Definition at line 6446 of file OSResult.cpp.

References category, DEBUG_ISEQUAL_ROUTINES, description, item, name, and numberOfItems.


Member Data Documentation

std::string SolverOutput::name

the name of the result the user is defining

Definition at line 1874 of file OSResult.h.

Referenced by OSResult::getSolverOutputName(), IsEqual(), and OSResult::setSolverOutputName().

std::string SolverOutput::category

this element allows a specific category to be associated with this particular type of result

Definition at line 1879 of file OSResult.h.

Referenced by OSResult::getSolverOutputCategory(), IsEqual(), and OSResult::setSolverOutputCategory().

std::string SolverOutput::description

a brief description of the type of result

Definition at line 1882 of file OSResult.h.

Referenced by OSResult::getSolverOutputDescription(), IsEqual(), and OSResult::setSolverOutputDescription().

int SolverOutput::numberOfItems

the number of items contained in this otherSolutionResult

Definition at line 1886 of file OSResult.h.

Referenced by OSResult::getSolverOutputItem(), OSResult::getSolverOutputNumberOfItems(), IsEqual(), and OSResult::setSolverOutputNumberOfItems().

std::string* SolverOutput::item

an array of items (string-valued)

Definition at line 1890 of file OSResult.h.

Referenced by OSResult::getSolverOutputItem(), IsEqual(), OSResult::setSolverOutputItem(), OSResult::setSolverOutputNumberOfItems(), and ~SolverOutput().


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