com.sun.electric.tool.io.output
Class Topology.CellNetInfo

java.lang.Object
  extended by com.sun.electric.tool.io.output.Topology.CellNetInfo
Enclosing class:
Topology

protected static class Topology.CellNetInfo
extends java.lang.Object

Class to describe the networks in a Cell. This contains all of the CellSignal and CellAggregateSignal information.


Constructor Summary
protected Topology.CellNetInfo()
           
 
Method Summary
protected  Cell getCell()
           
protected  java.util.Iterator<Topology.CellAggregateSignal> getCellAggregateSignals()
           
protected  Topology.CellSignal getCellSignal(Network net)
           
protected  java.util.Iterator<Topology.CellSignal> getCellSignals()
           
protected  Network getGroundNet()
           
protected  Netlist getNetList()
           
protected  java.lang.String getParameterizedName()
           
protected  Network getPowerNet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topology.CellNetInfo

protected Topology.CellNetInfo()
Method Detail

getCellSignal

protected Topology.CellSignal getCellSignal(Network net)

getCellSignals

protected java.util.Iterator<Topology.CellSignal> getCellSignals()

getCellAggregateSignals

protected java.util.Iterator<Topology.CellAggregateSignal> getCellAggregateSignals()

getParameterizedName

protected java.lang.String getParameterizedName()

getPowerNet

protected Network getPowerNet()

getGroundNet

protected Network getGroundNet()

getNetList

protected Netlist getNetList()

getCell

protected Cell getCell()