public static class ExportMismatch.MultiMatch extends ExportMismatch
ExportMismatch.MultiMatch, ExportMismatch.NameMismatch, ExportMismatch.TopologyMismatchcells, contexts, desingNames, nameMatch, topologyMatch, validOnlyWhenTopologyMismatch| Constructor and Description |
|---|
ExportMismatch.MultiMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int listIndex,
PortReport.PortReportable port)
Add a mismatched Port.
|
void |
add(int listIndex,
java.util.Set<PortReport.PortReportable> portSet)
Add all mismatched Ports in the proviede set
|
java.util.List<PortReport> |
getAll(int index)
Get all Ports for a given Cell
|
getCell, getContext, getName, isNameMatch, isTopologyMatch, isValidOnlyWhenTopologyMismatch, setCells, setContexts, setNameMatch, setNames, setTopologyMatch, setValidOnlyWhenTopologyMismatchpublic void add(int listIndex,
PortReport.PortReportable port)
listIndex - Cell indexport - Port to addpublic void add(int listIndex,
java.util.Set<PortReport.PortReportable> portSet)
listIndex - Cell indexportSet - Ports to addpublic java.util.List<PortReport> getAll(int index)
index - Cell index