public static class ExportMismatch.MultiMatch extends ExportMismatch
ExportMismatch.MultiMatch, ExportMismatch.NameMismatch, ExportMismatch.TopologyMismatch
cells, contexts, desingNames, nameMatch, topologyMatch, validOnlyWhenTopologyMismatch
Constructor and Description |
---|
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, setValidOnlyWhenTopologyMismatch
public 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