ObjReferenceMatrixValues Class Reference

to represent the nonzeros in an objReferenceMatrix element More...

#include <OSMatrix.h>

Inheritance diagram for ObjReferenceMatrixValues:
Inheritance graph
[legend]
Collaboration diagram for ObjReferenceMatrixValues:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjReferenceMatrixValues ()
 ---------- Methods for class ObjReferenceMatrixValues ----------
 ~ObjReferenceMatrixValues ()
bool IsEqual (ObjReferenceMatrixValues *that)
 A function to check for the equality of two objects.
bool setRandom (double density, bool conformant, int iMin, int iMax)
 A function to make a random instance of this class.
virtual bool deepCopyFrom (ObjReferenceMatrixValues *that)
 A function to make a deep copy of an instance of this class.

Public Attributes

int * el

Detailed Description

to represent the nonzeros in an objReferenceMatrix element

Definition at line 675 of file OSMatrix.h.


Constructor & Destructor Documentation

ObjReferenceMatrixValues::ObjReferenceMatrixValues (  ) 

---------- Methods for class ObjReferenceMatrixValues ----------

Definition at line 5440 of file OSMatrix.cpp.

ObjReferenceMatrixValues::~ObjReferenceMatrixValues (  ) 

Definition at line 5448 of file OSMatrix.cpp.


Member Function Documentation

bool ObjReferenceMatrixValues::IsEqual ( ObjReferenceMatrixValues that  ) 

A function to check for the equality of two objects.

Definition at line 5466 of file OSMatrix.cpp.

bool ObjReferenceMatrixValues::setRandom ( double  density,
bool  conformant,
int  iMin,
int  iMax 
)

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)
iMin,: lowest index value (inclusive) that a variable reference in this matrix can take
iMax,: greatest index value (inclusive) that a variable reference in this matrix can take

Definition at line 5505 of file OSMatrix.cpp.

bool ObjReferenceMatrixValues::deepCopyFrom ( ObjReferenceMatrixValues that  )  [virtual]

A function to make a deep copy of an instance of this class.

Parameters:
that,: the instance from which information is to be copied
Returns:
whether the copy was created successfully

Reimplemented from MatrixElementValues.

Definition at line 5510 of file OSMatrix.cpp.


Member Data Documentation

Definition at line 678 of file OSMatrix.h.


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

Generated on 5 Jul 2015 by  doxygen 1.6.1