|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.PassedNcc
public class PassedNcc
Cell pairs that have already passed NCC. PassedNcc is used to implement NCC's incremental mode: check only cells that have changed since the last NCC.
Constructor Summary | |
---|---|
PassedNcc()
|
Method Summary | |
---|---|
boolean |
getPassed(Cell c1,
Cell c2)
Did Cells c1 and c2 match the last time NCC was run? |
void |
removeCellsChangedSinceLastNccRun(CellContext[] cellContexts)
Purge all Cells that the user changed since the last NCC run. |
void |
setPassed(Cell c1,
Cell c2)
Remember that Cells c1 and c2 have passed NCC and are therefore topologically identical |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassedNcc()
Method Detail |
---|
public void setPassed(Cell c1, Cell c2)
public boolean getPassed(Cell c1, Cell c2)
c1
- Cell onec2
- Cell two
public void removeCellsChangedSinceLastNccRun(CellContext[] cellContexts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |