SolverOption Class Reference

the SolverOption class. More...

#include <OSOption.h>

Collaboration diagram for SolverOption:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

the SolverOption class.

Author:
Robert Fourer, Gus Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 21/07/2008
Since:
OS 1.1
Remarks:
A data structure class that corresponds to an xml element in the OSoL schema.

Definition at line 2898 of file OSOption.h.


Constructor & Destructor Documentation

SolverOption::SolverOption (  ) 

Default constructor.

Definition at line 1175 of file OSOption.cpp.

SolverOption::~SolverOption (  ) 

Class destructor.

Definition at line 1190 of file OSOption.cpp.


Member Function Documentation

bool SolverOption::IsEqual ( SolverOption that  ) 

A function to check for the equality of two objects.

Definition at line 10995 of file OSOption.cpp.

bool SolverOption::setRandom ( double  density,
bool  conformant 
)

A function to make a random instance of this class.

Parameters:
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 12129 of file OSOption.cpp.


Member Data Documentation

std::string SolverOption::name

the name of the option

Definition at line 2903 of file OSOption.h.

std::string SolverOption::value

the value of the option

Definition at line 2906 of file OSOption.h.

std::string SolverOption::solver

the solver to which the option applies

Definition at line 2909 of file OSOption.h.

the category to which the option belongs

Definition at line 2912 of file OSOption.h.

std::string SolverOption::type

the type of the option value (integer, double, boolean, string)

Definition at line 2915 of file OSOption.h.

the description of the option

Definition at line 2918 of file OSOption.h.

the number of items (additional pieces of data) of the option

Definition at line 2921 of file OSOption.h.

std::string* SolverOption::item

the list of items of the option

Definition at line 2924 of file OSOption.h.


The documentation for this class was generated from the following files:

Generated on 16 Feb 2012 by  doxygen 1.6.1