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

java.lang.Object
  extended by com.sun.electric.database.hierarchy.HierarchyEnumerator.NetDescription
Enclosing class:
HierarchyEnumerator

public static class HierarchyEnumerator.NetDescription
extends java.lang.Object

The NetDescription object provides a Network and the level of hierarchy in which the Network occurs. The visitor can use NetDescription to formulate, for example, the name of the net


Method Summary
 HierarchyEnumerator.CellInfo getCellInfo()
           
 Network getNet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNet

public Network getNet()

getCellInfo

public HierarchyEnumerator.CellInfo getCellInfo()