public class Net
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean[] |
pathDone |
Constructor and Description |
---|
Net(int netID) |
Modifier and Type | Method and Description |
---|---|
int |
getElectricNetID()
returns netID as given by Electric
|
int |
getLengthEstimate()
total length for all paths of this net
used in comparisons
|
int |
getNetID()
offset used to ensure getNetID() yields positive values
|
int |
getOverlapSum(Net other) |
java.util.List<Path> |
getPaths() |
int |
getRoutableLengthEstimate()
called only after all paths are either routed or marked unroutable
|
void |
initialize() |
public void initialize()
public int getNetID()
public int getElectricNetID()
public java.util.List<Path> getPaths()
public int getLengthEstimate()
public int getRoutableLengthEstimate()
public int getOverlapSum(Net other)