Package | Description |
---|---|
com.sun.electric.tool.placement.metrics.boundingbox | |
com.sun.electric.tool.placement.metrics.mst | |
com.sun.electric.tool.util.concurrent.utils |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
BBMetricTask.reduce(PReduceJob.PReduceTask<java.lang.Double,BlockedRange1D> other) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
MSTMetricTask.reduce(PReduceJob.PReduceTask<java.lang.Double,BlockedRange1D> other) |
Modifier and Type | Method and Description |
---|---|
BlockedRange1D |
BlockedRange1D.createInstance(int number,
int total) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockedRange1D> |
BlockedRange1D.splitBlockedRange(int step)
split the current block range into smaller pieces according to step
width
|