com.sun.electric.tool.io.output
Class Topology.CellNetInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Topology.CellNetInfo
protected Topology.CellNetInfo()
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()