Public Member Functions | Public Attributes | List of all members
Objectives Class Reference

The in-memory representation of the <objectives> element. More...

#include <OSInstance.h>

Collaboration diagram for Objectives:
Collaboration graph
[legend]

Public Member Functions

 Objectives ()
 The Objectives class constructor. More...
 
 ~Objectives ()
 The Objectives class destructor. More...
 
bool IsEqual (Objectives *that)
 A function to check for the equality of two objects. More...
 
 Objectives ()
 The Objectives class constructor. More...
 
 ~Objectives ()
 The Objectives class destructor. More...
 

Public Attributes

int numberOfObjectives
 numberOfObjectives is the number of objective functions in the instance More...
 
Objective ** obj
 coef is pointer to an array of ObjCoef object pointers More...
 

Detailed Description

The in-memory representation of the <objectives> element.

Definition at line 188 of file OSInstance.h.

Constructor & Destructor Documentation

Objectives::Objectives ( )

The Objectives class constructor.

Definition at line 657 of file OSInstance.cpp.

Objectives::~Objectives ( )

The Objectives class destructor.

Definition at line 666 of file OSInstance.cpp.

Objectives::Objectives ( )

The Objectives class constructor.

Objectives::~Objectives ( )

The Objectives class destructor.

Member Function Documentation

bool Objectives::IsEqual ( Objectives that)

A function to check for the equality of two objects.

Definition at line 8211 of file OSInstance.cpp.

Member Data Documentation

int Objectives::numberOfObjectives

numberOfObjectives is the number of objective functions in the instance

Definition at line 201 of file OSInstance.h.

Objective ** Objectives::obj

coef is pointer to an array of ObjCoef object pointers

Definition at line 205 of file OSInstance.h.


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