com.sun.electric.tool.logicaleffort
Class LENodable.Type

java.lang.Object
  extended by com.sun.electric.tool.logicaleffort.LENodable.Type
Enclosing class:
LENodable

protected static class LENodable.Type
extends java.lang.Object

Type is a typesafe enum class that describes the type of Instance this is


Field Summary
protected static LENodable.Type CACHEDCELL
          Cached cell
protected static LENodable.Type CAPACITOR
          NotSizeable
protected static LENodable.Type IGNORE
          Ignore
protected static LENodable.Type LEGATE
          LeGate
protected static LENodable.Type LEKEEPER
          LeKeeper
protected static LENodable.Type LOAD
          NotSizeable
protected static LENodable.Type STATICGATE
          NotSizeable
protected static LENodable.Type TRANSISTOR
          NotSizeable
protected static LENodable.Type WIRE
          NotSizeable
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATICGATE

protected static final LENodable.Type STATICGATE
NotSizeable


LOAD

protected static final LENodable.Type LOAD
NotSizeable


WIRE

protected static final LENodable.Type WIRE
NotSizeable


LEGATE

protected static final LENodable.Type LEGATE
LeGate


LEKEEPER

protected static final LENodable.Type LEKEEPER
LeKeeper


TRANSISTOR

protected static final LENodable.Type TRANSISTOR
NotSizeable


CAPACITOR

protected static final LENodable.Type CAPACITOR
NotSizeable


CACHEDCELL

protected static final LENodable.Type CACHEDCELL
Cached cell


IGNORE

protected static final LENodable.Type IGNORE
Ignore

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object