public class PassedNcc
extends java.lang.Object
Constructor and Description |
---|
PassedNcc() |
Modifier and Type | Method and Description |
---|---|
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
|
public void setPassed(Cell c1, Cell c2)
public boolean getPassed(Cell c1, Cell c2)
c1
- Cell onec2
- Cell twopublic void removeCellsChangedSinceLastNccRun(CellContext[] cellContexts)