public class EDIFDiff
extends Object
EDIFNetlistComparator
that encapsulates
the reference information for a difference found between two netlists.Constructor and Description |
---|
EDIFDiff(EDIFDiffType type,
Object gold,
Object test,
EDIFCell parentCell,
EDIFLibrary parentLibrary,
String notEqualString) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getContext() |
String |
toString() |
public EDIFDiff(EDIFDiffType type, Object gold, Object test, EDIFCell parentCell, EDIFLibrary parentLibrary, String notEqualString)