NonlinearExpressions Class Reference

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

#include <OSInstance.h>

List of all members.

Public Member Functions

 NonlinearExpressions ()
 The NonlinearExpressions class constructor.
 ~NonlinearExpressions ()
 The NonlinearExpressions class destructor.

Public Attributes

int numberOfNonlinearExpressions
 numberOfNonlinearExpression is the number of <nl> elements in the <nonlinearExpressions> element.
Nl ** nl
 nl is pointer to an array of Nl object pointers


Detailed Description

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

Definition at line 418 of file OSInstance.h.


Constructor & Destructor Documentation

NonlinearExpressions::NonlinearExpressions (  ) 

The NonlinearExpressions class constructor.

Definition at line 596 of file OSInstance.cpp.

NonlinearExpressions::~NonlinearExpressions (  ) 

The NonlinearExpressions class destructor.

Definition at line 605 of file OSInstance.cpp.

References Nl::idx, nl, and numberOfNonlinearExpressions.


Member Data Documentation

int NonlinearExpressions::numberOfNonlinearExpressions

numberOfNonlinearExpression is the number of <nl> elements in the <nonlinearExpressions> element.

Definition at line 431 of file OSInstance.h.

Referenced by OSnl2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), OSInstance::getNumberOfNonlinearExpressions(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), OSiLWriter::writeOSiL(), and ~NonlinearExpressions().

Nl** NonlinearExpressions::nl

nl is pointer to an array of Nl object pointers

Definition at line 435 of file OSInstance.h.

Referenced by OSnl2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), OSiLWriter::writeOSiL(), and ~NonlinearExpressions().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3