Inheritance diagram for oaConstraintParam:
Public Methods | |
oaValue * | getValue () const |
oaConstraintParamDef * | getDef () const |
oaBoolean | isOwned () const |
void | setValue (oaValue *value) |
void | destroy () |
oaConstraintParam * | copy () const |
oaConstraintParam * | copyTo (oaObject *database) const |
Static Public Methods | |
oaConstraintParam * | create (const oaConstraintParamDef *def, oaValue *value) |
Public Types | |
enum | { dtIndex = oacBaseConstraintParamDataType } |
The oaConstraintParam class can be observed by deriving from oaObserver<oaConstraintParam>.
|
This function copies this parameter and returns a pointer to the copy. |
|
This function copies this constraint parameter to the database specified. A pointer to the new constraint parameter is returned.
|
|
This function creates a constraint parameter in the same database as the value specified.
|
|
This function destroys this parameter and all of its associated values. If the parameter is owned by a constraint, an exception is thrown.
|
|
This function returns the definition for this constraint parameter. |
|
This function returns the value for this constraint parameter. |
|
This function returns the boolean indicating whether or not this parameter is owned by a constraint. |
|
This function sets the value for this constraint parameter.
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.