Inheritance diagram for oaOccBundleNet:
Public Methods | |
oaUInt4 | getNumMembers () const |
oaUInt4 | getRepeat (oaUInt4 index) const |
oaOccNet * | getMember (oaUInt4 index) const |
oaBundleNet * | getNet () const |
oaModBundleNet * | getModNet () const |
void | getName (oaBundleName &name) const |
void | getPathName (oaBundleName &pathName) const |
oaCollection< oaOccNet, oaOccBundleNet > | getMembers () const |
void | getName (oaName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
void | getPathName (oaName &pathName) const |
void | getPathName (const oaNameSpace &ns, oaString &pathName) const |
Static Public Methods | |
oaOccBundleNet * | find (const oaOccurrence *occurrence, const oaBundleName &name) |
|
This function searches the specified occurrence looking for a bundleNet with the specified name. If the members of name are hierarchical, this function will descend into lower levels of occurrence hierarchy, expanding the hierarchy and binding the master designs as needed. If any of the members of name are hierarchical, every member must have the same hierarchical path or an exception is thrown. The bundleNet is returned if found, otherwise NULL is returned.
|
|
This function returns the specified member of this net at the specified bundle member index.
|
|
This function returns a collection of the member nets in this oaOccBundleNet. |
|
This function returns a pointer to the corresponding net in the module domain. NULL will be returned if this net is an occurrence of a physical-only net.
Reimplemented from oaOccNet. |
|
This function returns the local name of this net in the specified nameSpace in the specified name string. The name is relative to the parent occurrence of this net.
|
|
This function returns the local name of this net within its parent occurrence.
|
|
This function returns the name of this occBundleNet.
|
|
This function returns a pointer to the corresponding net in the block domain. NULL is returned if this occurrence net is not visible to the block domain.
Reimplemented from oaOccNet. |
|
This function returns the number of members in this oaOccBundleNet. Each member net in an oaOccBundleNet can repeat. |
|
This function returns the full path name of this net in the specified nameSpace in the specified pathName string. The pathName is relative to the top occurrence in the occurrence hierarchy containing this net.
|
|
This function returns the full path name of this net, relative to the top occurrence in the occurrence hierarchy containing this net.
|
|
This function returns the full path name of this bundleNet, relative to the top occurrence in the occurrence hierarchy containing this bundleNet.
|
|
This function returns the repeat count for the specified member of this oaOccBundleNet.
For example, for oaOccBundleNet
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.