com.sun.electric.tool.user.ncc
Class ExportMismatch.TopologyMismatch
java.lang.Object
com.sun.electric.tool.user.ncc.ExportMismatch
com.sun.electric.tool.user.ncc.ExportMismatch.TopologyMismatch
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ExportMismatch
public static class ExportMismatch.TopologyMismatch
- extends ExportMismatch
This class is a container for a topological Export mismatch.
It also might have a suggested Export match.
- See Also:
- Serialized Form
Methods inherited from class com.sun.electric.tool.user.ncc.ExportMismatch |
getCell, getContext, getName, isNameMatch, isTopologyMatch, isValidOnlyWhenTopologyMismatch, setCells, setContexts, setNameMatch, setNames, setTopologyMatch, setValidOnlyWhenTopologyMismatch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportMismatch.TopologyMismatch
public ExportMismatch.TopologyMismatch()
ExportMismatch.TopologyMismatch
public ExportMismatch.TopologyMismatch(java.lang.String name1,
java.lang.String name2)
getFirstExport
public PortReport getFirstExport()
getSecondExport
public PortReport getSecondExport()
getSuggestion
public NetObjReport getSuggestion()
setFirstExport
public void setFirstExport(PortReport.PortReportable exp1)
setSecondExport
public void setSecondExport(PortReport.PortReportable exp2)
setSuggestion
public void setSuggestion(NetObjReport.NetObjReportable sug)