|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.processing.LocalPartitioning
public class LocalPartitioning
LocalPartitioning partitions the Part and Wire equivalence classes based on purely local characteristics. In principle, these partitions are redundant with the normal hash code process. However it seems useful to perform these first because: 1) There is no hash code computation. Therefore errors in one part of the circuit do not cause mismatches in other parts of the circuit. 2) They can be easily explained to the user.
Method Summary | |
---|---|
static LocalPartitionResult |
doYourJob(java.util.Set<Part> forcedMatchParts,
java.util.Set<Wire> forcedMatchWires,
NccGlobals globals)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LocalPartitionResult doYourJob(java.util.Set<Part> forcedMatchParts, java.util.Set<Wire> forcedMatchWires, NccGlobals globals)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |