OtherOptions Class Reference

the OtherOptions class. More...

#include <OSOption.h>

Collaboration diagram for OtherOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OtherOptions ()
 Default constructor.
 ~OtherOptions ()
 Class destructor.
bool IsEqual (OtherOptions *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.
bool setOther (int numberOfOptions, OtherOption **other)
 A function to set an array of <other> elements.
bool addOther (std::string name, std::string value, std::string description)
 A function to add an <other> element.

Public Attributes

int numberOfOtherOptions
 the number of other options
OtherOption ** other
 the list of other options

Detailed Description

the OtherOptions 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 the OtherOptions element in the OSoL schema.

Definition at line 189 of file OSOption.h.


Constructor & Destructor Documentation

OtherOptions::OtherOptions (  ) 

Default constructor.

Definition at line 87 of file OSOption.cpp.

OtherOptions::~OtherOptions (  ) 

Class destructor.

Definition at line 96 of file OSOption.cpp.


Member Function Documentation

bool OtherOptions::IsEqual ( OtherOptions that  ) 

A function to check for the equality of two objects.

Definition at line 9181 of file OSOption.cpp.

bool OtherOptions::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" attributes and <XXX> children)

Definition at line 11364 of file OSOption.cpp.

bool OtherOptions::setOther ( int  numberOfOptions,
OtherOption **  other 
)

A function to set an array of <other> elements.

--------------------------------------------------------- set() options ---------------------------------------------------------

Parameters:
numberOfOptions,: number of <other> elements to be set
other,: the array of <other> elements that are to be set

setOther() set an array of <other> elements in <general>, <system>, <service> and <job>

Definition at line 4506 of file OSOption.cpp.

bool OtherOptions::addOther ( std::string  name,
std::string  value,
std::string  description 
)

A function to add an <other> element.

addOther() used to add an <other> element in <general>, <system>, <service>, <job> etc.

Parameters:
name,: the name of the <other> element to be added (required)
value,: the value of the <other> element to be added (optional)
description,: a description of the <other> element (optional)

Definition at line 4540 of file OSOption.cpp.


Member Data Documentation

the number of other options

Definition at line 194 of file OSOption.h.

the list of other options

Definition at line 197 of file OSOption.h.


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

Generated on 22 May 2012 by  doxygen 1.6.1