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,
EDIFCellInst sourceInst,
String propertyKey) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getContext() |
String |
getPropertyKey() |
EDIFCellInst |
getSourceInst() |
String |
toString() |
public EDIFDiff(EDIFDiffType type, Object gold, Object test, EDIFCell parentCell, EDIFLibrary parentLibrary, String notEqualString, EDIFCellInst sourceInst, String propertyKey)
public EDIFCellInst getSourceInst()
public String getPropertyKey()
public String getContext()
public String getClassName()
public String toString()
toString
in class Object