#include <OSResult.h>
Collaboration diagram for OtherObjectiveResult:
Public Member Functions | |
OtherObjectiveResult () | |
Default constructor. | |
~OtherObjectiveResult () | |
Class destructor. | |
bool | IsEqual (OtherObjectiveResult *that) |
A function to check for the equality of two objects. | |
OtherObjectiveResult () | |
Default constructor. | |
~OtherObjectiveResult () | |
Class destructor. | |
Public Attributes | |
int | numberOfObj |
the number of objectives which have values for this particular type of result | |
std::string | name |
the name of the result the user is defining | |
std::string | value |
this element allows a specific value associated with this particular type of result | |
std::string | description |
a brief description of the type of result | |
OtherObjResult ** | obj |
std::vector< OtherObjResult * > | obj |
Definition at line 1385 of file OSResult.h.
OtherObjectiveResult::OtherObjectiveResult | ( | ) |
OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
OtherObjectiveResult::OtherObjectiveResult | ( | ) |
Default constructor.
OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
Class destructor.
bool OtherObjectiveResult::IsEqual | ( | OtherObjectiveResult * | that | ) |
the number of objectives which have values for this particular type of result
Definition at line 1391 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultNumberOfObj(), OSResult::getOtherObjectiveResultObj(), OSResult::getOtherObjectiveResultObjIdx(), and ~OtherObjectiveResult().
std::string OtherObjectiveResult::name |
the name of the result the user is defining
Definition at line 1394 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultName().
std::string OtherObjectiveResult::value |
this element allows a specific value associated with this particular type of result
Definition at line 1399 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultValue().
std::string OtherObjectiveResult::description |
a brief description of the type of result
Definition at line 1402 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultDescription().
Definition at line 1408 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultObj(), OSResult::getOtherObjectiveResultObjIdx(), and ~OtherObjectiveResult().
std::vector<OtherObjResult*> OtherObjectiveResult::obj |
Definition at line 840 of file OSResult.h.