|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.basic.CompareLists
public class CompareLists
A collection of one or more CompareLists. NCC will sequence through each CompareList making sure that Cells in the same CompareList are topologically identical. The collection is ordered so that NCC will begin with leaf Cells first and proceed upwards in the design hierarchy towards the root.
Constructor Summary | |
---|---|
CompareLists()
|
Method Summary | |
---|---|
static java.util.List<CompareList> |
getCompareLists(CellContext cc1,
CellContext cc2)
Scan the two designs, cc1 and cc2 to produce a list of CompareLists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompareLists()
Method Detail |
---|
public static java.util.List<CompareList> getCompareLists(CellContext cc1, CellContext cc2)
cc1
- the root Cell and VarContext of the first designcc2
- the root Cell and VarContext of the second design
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |