Inheritance diagram for oaModAssignment:
Public Methods | |
void | destroy () |
void | getName (oaString &name) const |
oaModInst * | getInst () const |
void | setName (const oaString &name) |
void | setInst (oaModInst *inst) |
Static Public Methods | |
oaModAssignment * | find (const oaModInst *inst, const oaString &name) |
Public Types | |
enum | { dtIndex = oacAssignmentDataType } |
See oaModNetConnectDef and oaModTermConnectDef for information on the specific type of connection definition. See oaModAssignValue and oaModAssignAssignment for information on the specific type of connection assignment.
The oaModAssignment class can be observed by deriving from oaObserver<oaModAssignment>.
|
This function destroys this assignment, removing it from the database. |
|
This function searches the specified instance for an assignment with the specified lookup name.
|
|
This function returns a pointer to the instance with which this assignment is associated. |
|
This function returns the name of this assignment in the given name string. This is the name that is searched for when resolving the connections for the oaModNetConnectDef and oaModTermConnectDef objects. |
|
This function changes the instance with which this assignment is associated.
|
|
This function changes the assignment name for this assignment object. The name is also updated for each of the occurrences that the assignment appears in. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.