#include <OSResult.h>
Collaboration diagram for OtherConstraintResult:
Public Member Functions | |
OtherConstraintResult () | |
Default constructor. | |
~OtherConstraintResult () | |
Class destructor. | |
OtherConstraintResult () | |
Default constructor. | |
~OtherConstraintResult () | |
Class destructor. | |
Public Attributes | |
int | numberOfCon |
the number of constraints 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< OtherConResult * > | con |
std::vector< OtherConResult * > | con |
Definition at line 1044 of file OSResult.h.
OtherConstraintResult::OtherConstraintResult | ( | ) |
OtherConstraintResult::~OtherConstraintResult | ( | ) |
OtherConstraintResult::OtherConstraintResult | ( | ) |
Default constructor.
OtherConstraintResult::~OtherConstraintResult | ( | ) |
Class destructor.
the number of constraints which have values for this particular type of result
Definition at line 1050 of file OSResult.h.
std::string OtherConstraintResult::value |
this element allows a specific value associated with this particular type of result
Definition at line 1055 of file OSResult.h.
std::string OtherConstraintResult::name |
std::string OtherConstraintResult::description |
std::vector<OtherConResult*> OtherConstraintResult::con |
std::vector<OtherConResult*> OtherConstraintResult::con |
Definition at line 1067 of file OSResult.h.