com.sun.electric.database.hierarchy
Class HierarchyEnumerator.NetNameProxy

java.lang.Object
  extended by com.sun.electric.database.hierarchy.HierarchyEnumerator.NameProxy
      extended by com.sun.electric.database.hierarchy.HierarchyEnumerator.NetNameProxy
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HierarchyEnumerator

public static class HierarchyEnumerator.NetNameProxy
extends HierarchyEnumerator.NameProxy

See Also:
Serialized Form

Constructor Summary
HierarchyEnumerator.NetNameProxy(VarContext context, java.lang.String sep, Network net)
           
 
Method Summary
 Network getNet()
           
 Cell leafCell()
           
 java.lang.String leafName()
           
 java.util.Iterator<java.lang.String> leafNames()
           
 
Methods inherited from class com.sun.electric.database.hierarchy.HierarchyEnumerator.NameProxy
getContext, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HierarchyEnumerator.NetNameProxy

public HierarchyEnumerator.NetNameProxy(VarContext context,
                                        java.lang.String sep,
                                        Network net)
Method Detail

leafName

public java.lang.String leafName()
Specified by:
leafName in class HierarchyEnumerator.NameProxy

leafNames

public java.util.Iterator<java.lang.String> leafNames()

leafCell

public Cell leafCell()
Specified by:
leafCell in class HierarchyEnumerator.NameProxy

getNet

public Network getNet()