com.sun.electric.tool.ncc.netlist
Class NccNameProxy.WireNameProxy

java.lang.Object
  extended by com.sun.electric.tool.ncc.netlist.NccNameProxy
      extended by com.sun.electric.tool.ncc.netlist.NccNameProxy.WireNameProxy
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NccNameProxy

public static class NccNameProxy.WireNameProxy
extends NccNameProxy

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.ncc.netlist.NccNameProxy
NccNameProxy.PartNameProxy, NccNameProxy.WireNameProxy
 
Constructor Summary
NccNameProxy.WireNameProxy(HierarchyEnumerator.NetNameProxy nameProxy, java.lang.String commonPathPrefix)
           
 
Method Summary
 Network getNet()
           
 HierarchyEnumerator.NetNameProxy getNetNameProxy()
           
 java.util.Iterator getNetNames()
           
 
Methods inherited from class com.sun.electric.tool.ncc.netlist.NccNameProxy
cellInstPath, getContext, getName, leafCell, leafName, nameIsInTopContext, removePrefix, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NccNameProxy.WireNameProxy

public NccNameProxy.WireNameProxy(HierarchyEnumerator.NetNameProxy nameProxy,
                                  java.lang.String commonPathPrefix)
Method Detail

getNetNameProxy

public HierarchyEnumerator.NetNameProxy getNetNameProxy()

getNetNames

public java.util.Iterator getNetNames()

getNet

public Network getNet()