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

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

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

Class to describe a single signal in a Cell.


Constructor Summary
protected Topology.CellSignal()
           
 
Method Summary
protected  Topology.CellAggregateSignal getAggregateSignal()
           
protected  Export getExport()
           
protected  int getExportIndex()
           
protected  Global getGlobal()
           
protected  java.lang.String getName()
           
protected  Network getNetwork()
           
protected  boolean isDescending()
           
protected  boolean isExported()
           
protected  boolean isGlobal()
           
protected  boolean isGround()
           
protected  boolean isPower()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topology.CellSignal

protected Topology.CellSignal()
Method Detail

getName

protected java.lang.String getName()

getNetwork

protected Network getNetwork()

getExport

protected Export getExport()

getExportIndex

protected int getExportIndex()

getAggregateSignal

protected Topology.CellAggregateSignal getAggregateSignal()

isDescending

protected boolean isDescending()

isGlobal

protected boolean isGlobal()

getGlobal

protected Global getGlobal()

isPower

protected boolean isPower()

isGround

protected boolean isGround()

isExported

protected boolean isExported()