#include <OSResult.h>
Collaboration diagram for OtherObjectiveResult:
Public Member Functions | |
OtherObjectiveResult () | |
Default constructor. | |
~OtherObjectiveResult () | |
Class destructor. | |
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 | value |
this element allows a specific value associated with this particular type of result | |
std::string | name |
the name of the result the user is defining | |
std::string | description |
a brief description of the type of result | |
std::vector< OtherObjResult * > | obj |
std::vector< OtherObjResult * > | obj |
Definition at line 818 of file OSResult.h.
OtherObjectiveResult::OtherObjectiveResult | ( | ) |
OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
OtherObjectiveResult::OtherObjectiveResult | ( | ) |
Default constructor.
OtherObjectiveResult::~OtherObjectiveResult | ( | ) |
Class destructor.
the number of objectives which have values for this particular type of result
Definition at line 824 of file OSResult.h.
std::string OtherObjectiveResult::value |
this element allows a specific value associated with this particular type of result
Definition at line 829 of file OSResult.h.
std::string OtherObjectiveResult::name |
std::string OtherObjectiveResult::description |
std::vector<OtherObjResult*> OtherObjectiveResult::obj |
std::vector<OtherObjResult*> OtherObjectiveResult::obj |
Definition at line 840 of file OSResult.h.