|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.processing.LocalPartitionWires
public class LocalPartitionWires
Partition Wires into equivalence classes based only upon local information. Compute a Signature for each wire and then group together Wires with the same Signature.
Nested Class Summary | |
---|---|
static class |
LocalPartitionWires.Signature
A Wire's Signature is an unordered list of of the pairs {PinType, count}. |
Method Summary | |
---|---|
static void |
doYourJob(java.util.Set<Wire> forcedMatchWires,
NccGlobals globs)
Partition Wires based upon purely local information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void doYourJob(java.util.Set<Wire> forcedMatchWires, NccGlobals globs)
forcedMatchWires
- Wires that were pre-matched by the userglobs
- variables used by all of NCC
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |