public class NetPBucket extends java.lang.Object implements ExtractedPBucket
| Constructor and Description |
|---|
NetPBucket(java.lang.String net) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCapacitance(Layer layer,
Poly poly)
Method to merge given Poly with rest of geometries in that layer for
that particular net
|
void |
addTransistor(ExtractedPBucket transBucket) |
java.lang.String |
getInfo(Technology tech)
Method to be used to retrieve information while printing the deck.
|
void |
modifyResistance(Layer layer,
PolyBase poly,
java.lang.String[] subNets,
boolean add) |
void |
postProcess(boolean merge)
Method to perform operations after no more elemenets will
be added.
|
public void addTransistor(ExtractedPBucket transBucket)
public void modifyResistance(Layer layer, PolyBase poly, java.lang.String[] subNets, boolean add)
public void addCapacitance(Layer layer, Poly poly)
layer - poly - public java.lang.String getInfo(Technology tech)
getInfo in interface ExtractedPBucketpublic void postProcess(boolean merge)
merge - true if polygons must be merged otherwise non-overlapping polygons will be generated.