My Project
OtherObjResult Class Reference

The OtherObjResult Class. More...

#include <OSResult.h>

Public Member Functions

 OtherObjResult ()
 Default constructor.
 
 ~OtherObjResult ()
 Class destructor.
 
bool IsEqual (OtherObjResult *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.
 
 OtherObjResult ()
 Default constructor.
 
 ~OtherObjResult ()
 Class destructor.
 

Public Attributes

int idx
 idx is the index on a objective function
 
std::string name
 optional name
 
std::string value
 value is a value associated with an objective function indexed by idx
 

Detailed Description

The OtherObjResult Class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class that provides general result information for objective functions.

Definition at line 1387 of file OSResult.h.

Constructor & Destructor Documentation

◆ OtherObjResult() [1/2]

OtherObjResult::OtherObjResult ( )

Default constructor.

Definition at line 667 of file OSResult.cpp.

◆ ~OtherObjResult() [1/2]

OtherObjResult::~OtherObjResult ( )

Class destructor.

Definition at line 678 of file OSResult.cpp.

◆ OtherObjResult() [2/2]

OtherObjResult::OtherObjResult ( )

Default constructor.

◆ ~OtherObjResult() [2/2]

OtherObjResult::~OtherObjResult ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool OtherObjResult::IsEqual ( OtherObjResult * that)

A function to check for the equality of two objects.

Definition at line 9066 of file OSResult.cpp.

◆ setRandom()

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

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children)

Definition at line 10537 of file OSResult.cpp.

Member Data Documentation

◆ idx

int OtherObjResult::idx

idx is the index on a objective function

Definition at line 1392 of file OSResult.h.

◆ name

std::string OtherObjResult::name

optional name

Definition at line 1395 of file OSResult.h.

◆ value

std::string OtherObjResult::value

value is a value associated with an objective function indexed by idx

Definition at line 1400 of file OSResult.h.


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