#include <OSResult.h>
Collaboration diagram for SolverOutput:

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) | |
Definition at line 1917 of file OSResult.h.
| SolverOutput::SolverOutput | ( | ) |
| SolverOutput::~SolverOutput | ( | ) |
| bool SolverOutput::IsEqual | ( | SolverOutput * | that | ) |
| std::string SolverOutput::name |
the name of the result the user is defining
Definition at line 1921 of file OSResult.h.
Referenced by OSResult::getSolverOutputName().
| std::string SolverOutput::category |
this element allows a specific category to be associated with this particular type of result
Definition at line 1926 of file OSResult.h.
Referenced by OSResult::getSolverOutputCategory().
| std::string SolverOutput::description |
a brief description of the type of result
Definition at line 1929 of file OSResult.h.
Referenced by OSResult::getSolverOutputDescription().
the number of items contained in this otherSolutionResult
Definition at line 1933 of file OSResult.h.
Referenced by OSResult::getSolverOutputItem(), and OSResult::getSolverOutputNumberOfItems().
| std::string* SolverOutput::item |
an array of items (string-valued)
Definition at line 1937 of file OSResult.h.
Referenced by OSResult::getSolverOutputItem(), and ~SolverOutput().
1.4.7