Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Method and Description |
---|---|
protected LENodable |
LENodable.copy() |
protected LENodable |
LENodable.createUniqueInstance(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Factory method to create a copy of this Nodable with the context-relevant info
evaluated.
|
protected LENodable |
LEPin.getInstance()
Return the instance that is attached to the pin.
|
protected LENodable |
CachedCell.getLENodable(Nodable no) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Iterator<LENodable> |
LENetlister2.getSizeableNodables() |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedCell.add(Nodable no,
LENodable leno)
Adds instance of LENodable to this cached cell.
|
Constructor and Description |
---|
LEPin(java.lang.String name,
LEPin.Dir dir,
float le,
Network net,
LENodable instance)
Create new pin.
|