Inheritance diagram for oaModBundleNet:
Public Methods | |
oaUInt4 | getNumMembers () const |
oaUInt4 | getRepeat (oaUInt4 index) const |
oaModNet * | getMember (oaUInt4 index) const |
void | getName (oaBundleName &name) const |
oaCollection< oaModNet, oaModBundleNet > | getMembers () const |
void | getName (oaName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
Static Public Methods | |
oaModBundleNet * | create (oaModule *module, const oaBundleName &name, oaSigType type=oacSignalSigType, oaBoolean isGlobal=false) |
oaModBundleNet * | find (const oaModule *module, const oaBundleName &name) |
oaBoolean | isValidName (const oaModule *module, const oaBundleName &name) |
|
This function creates an oaModBundleNet object in the specified module with the specified attributes. The name specifies the members of the oaBundleNet object and these member nets are automatically created if they do not already exist in the specified block. An exception is thrown if an oaModBundleNet object with the given name already exists.
|
|
This function searches the specified module for an oaModBundleNet with the specified name.
|
|
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 oaModBundleNet. |
|
This function returns the name of this net in the specified nameSpace in the specified name string. |
|
This function returns the name of this net in the name argument. |
|
This function returns the name of this modBundleNet.
|
|
This function returns the number of members in this oaModBundleNet. Each member net in an oaModBundleNet can repeat. |
|
This function returns the repeat count for the specified member of this oaModBundleNet.
For example, for oaModBundleNet
|
|
This function returns a boolean value indicating whether the specified name is valid for a new oaModBundleNet in the specified module.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.