oaOccConnectDef Class Reference

Inheritance diagram for oaOccConnectDef:

oaOccObject oaDesignObject oaObject oaOccNetConnectDef oaOccTermConnectDef


Public Methods

void getAssignmentDef (oaAssignmentDef &assignmentDef) const

Public Types

enum  { dtIndex = oacConnectDefDataType }

Detailed Description

In the occurrence domain it is not possible directly create any connectDefs or assignments. The occurrence domain versions of these classes are automatically created by OpenAccess as a reflection of objects created in the block or module domain. For further information, see oaConnectDef (and its derived classes) and oaAssignmentDef in the block domain and oaModConnectDef (and its derived classes) and oaModAssignment in the module domain.

The oaOccConnectDef class can be observed by deriving from oaObserver<oaOccConnectDef>.


Member Function Documentation

void oaOccConnectDef::getAssignmentDef oaAssignmentDef &    assignmentDef const
 

This function returns the connection definition of this oaOccConnectDef in the specified assignmentDef.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
dtIndex 


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

Return to top of page