oaOccAssignAssignment Class Reference

Inheritance diagram for oaOccAssignAssignment:

oaOccAssignment oaOccObject oaDesignObject oaObject


Public Methods

void getAssignmentDef (oaAssignmentDef &aDef) const

Detailed Description

The oaOccAssignAssignment class implements a connection assignment that specifies assignment definition values to replace those specified in a corresponding oaOccConnectDef or a previously encountered oaOccAssignAssignment. Applications interpreting the connectivity continue searching up the design hierarchy for a connection assignment with the name specified in the oaOccAssignAssignment. If none is found, the assignment value is the default net name.

This type of connection assignment is useful for integrating a block of intellectual property that contain connection definition. An oaOccAssignAssignment can be used to insure that connectivity traversal applications search for connection assignments consistently in the entire design hierarchy.


Member Function Documentation

void oaOccAssignAssignment::getAssignmentDef oaAssignmentDef &    assignmentDef const
 

This function retrieves the data associated with this assignment and returns it in the assignmentDef argument.


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

Return to top of page