Inheritance diagram for oaConstraintGroupHeader:
Public Methods | |
oaConstraintGroup * | getConstraintGroup () const |
void | getName (oaString &name) const |
oaCollection< oaConstraintGroupMem, oaConstraintGroupHeader > | getConstraintGroupMems () const |
oaBoolean | isBound () const |
Static Public Methods | |
oaConstraintGroupHeader * | find (const oaObject *database, const oaString &name) |
Public Types | |
enum | { dtIndex = oacBaseConstraintGroupHeaderDataType } |
oaConstraintGroupHeader objects provide direct access to the collections of constraint group members that use the constraint group they represent.
|
This function searches the specified database looking for a ConstraintGroupHeader with the specified constraint group name. If the ConstraintGroupHeader is found, it is returned, otherwise NULL is returned. NULL is always returned if the specified constraint group name is default or foundry.
|
|
This function attempts to return the constraintGroup associated with the specified ConstraintGroupHeader. If the ConstraintGroupHeader cannot be bound NULL will be returned. Reimplemented from oaObject. |
|
This function returns a collection of all of the constraint group members that reference this constraint group header. |
|
This function returns the name associated with constraint group represented by this ConstraintGroupHeader.
|
|
This function returns a boolean indicating whether or not this ConstraintGroupHeader is bound to its associated constraint group object. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.