#include <OSOption.h>
Collaboration diagram for SolverOption:

Public Member Functions | |
| SolverOption () | |
| Default constructor. | |
| ~SolverOption () | |
| Class destructor. | |
| bool | IsEqual (SolverOption *that) |
| A function to check for the equality of two objects. | |
| bool | setRandom (double density, bool conformant) |
| A function to make a random instance of this class. | |
Public Attributes | |
| std::string | name |
| the name of the option | |
| std::string | value |
| the value of the option | |
| std::string | solver |
| the solver to which the option applies | |
| std::string | category |
| the category to which the option belongs | |
| std::string | type |
| the type of the option value (integer, double, boolean, string) | |
| std::string | description |
| the description of the option | |
| int | numberOfItems |
| the number of items (additional pieces of data) of the option | |
| std::string * | item |
| the list of items of the option | |
Definition at line 2816 of file OSOption.h.
| SolverOption::SolverOption | ( | ) |
| SolverOption::~SolverOption | ( | ) |
| bool SolverOption::IsEqual | ( | SolverOption * | that | ) |
A function to check for the equality of two objects.
Definition at line 10154 of file OSOption.cpp.
References category, description, name, solver, type, and value.
| bool SolverOption::setRandom | ( | double | density, | |
| bool | conformant | |||
| ) |
A function to make a random instance of this class.
| density,: | corresponds to the probability that a particular child element is created | |
| conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" atrbutes and <XXX> children) |
Definition at line 11267 of file OSOption.cpp.
References category, description, item, name, numberOfItems, OSRand(), solver, type, and value.
Referenced by SolverOptions::setRandom().
| std::string SolverOption::name |
the name of the option
Definition at line 2820 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string SolverOption::value |
the value of the option
Definition at line 2823 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string SolverOption::solver |
the solver to which the option applies
Definition at line 2826 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string SolverOption::category |
the category to which the option belongs
Definition at line 2829 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string SolverOption::type |
the type of the option value (integer, double, boolean, string)
Definition at line 2832 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string SolverOption::description |
the description of the option
Definition at line 2835 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), IsEqual(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
the number of items (additional pieces of data) of the option
Definition at line 2838 of file OSOption.h.
Referenced by SolverOptions::addSolverOption(), setRandom(), OSOption::setSolverOptionContent(), and SolverOptions::setSolverOptions().
| std::string* SolverOption::item |
the list of items of the option
Definition at line 2841 of file OSOption.h.
Referenced by setRandom(), OSOption::setSolverOptionContent(), SolverOptions::setSolverOptions(), and ~SolverOption().
1.4.7