Inheritance diagram for oaConnectDef:
Public Methods | |
void | destroy () |
void | getAssignmentDef (oaAssignmentDef &assignmentDef) const |
Public Types | |
enum | { dtIndex = oacConnectDefDataType } |
The oaConnectDef classes allow you to specify that the net name of a connection may be assigned a different name. The new name is specified by a corresponding oaAssignment. If there is no corresponding oaAssignment, the default name specified in the oaConnectDef is used.
An oaConnectDef is usually associated with a global net or a terminal representing a global net. This provides you with
The oaConnectDef class can be observed by deriving from oaObserver<oaConnectDef>.
See oaNetConnectDef and oaTermConnectDef for more information about connection definitions on net and terminal objects. Also see oaAssignment for information regarding how assignments are made and interpreted.
This functionality is also known as inherited connections.
Note: Not all applications support resolving connectivity specified with connection definitions and assignments. You should verify that downstream consumers of the data are able to resolve such connectivity.
|
This function destroys this connection definition. |
|
This function returns the connection definition of this oaConnectDef in the specified assignmentDef. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.