Package | Description |
---|---|
com.sun.electric.tool.user.ncc |
Modifier and Type | Class and Description |
---|---|
static class |
ExportMismatch.MultiMatch
This class implements a zero-to-one, zero-to-many, one-to-many, and
many-to-many Export mismatch.
|
static class |
ExportMismatch.NameMismatch
This class is a container for a suggested Export match.
|
static class |
ExportMismatch.TopologyMismatch
This class is a container for a topological Export mismatch.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportMismatch> |
NccGuiInfo.getExportMismatches()
This method returns the list of export mismatches
|
Modifier and Type | Method and Description |
---|---|
void |
NccGuiInfo.addExportMismatch(ExportMismatch em)
This method adds the provided ExportMismatch object to the list
of export mismatches
|