Uses of Interface
com.sun.electric.tool.ncc.result.PortReport.PortReportable

Packages that use PortReport.PortReportable
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.result   
com.sun.electric.tool.user.ncc   
 

Uses of PortReport.PortReportable in com.sun.electric.tool.ncc.netlist
 

Classes in com.sun.electric.tool.ncc.netlist that implement PortReport.PortReportable
 class Port
          An NCC Port holds all the Export names associated with a single NCC Wire.
 

Uses of PortReport.PortReportable in com.sun.electric.tool.ncc.result
 

Constructors in com.sun.electric.tool.ncc.result with parameters of type PortReport.PortReportable
PortReport(PortReport.PortReportable p)
           
 

Uses of PortReport.PortReportable in com.sun.electric.tool.user.ncc
 

Methods in com.sun.electric.tool.user.ncc with parameters of type PortReport.PortReportable
 void ExportMismatch.MultiMatch.add(int listIndex, PortReport.PortReportable port)
          Add a mismatched Port.
 void ExportMismatch.NameMismatch.setFirstExport(PortReport.PortReportable exp1)
           
 void ExportMismatch.TopologyMismatch.setFirstExport(PortReport.PortReportable exp1)
           
 void ExportMismatch.TopologyMismatch.setSecondExport(PortReport.PortReportable exp2)
           
 

Method parameters in com.sun.electric.tool.user.ncc with type arguments of type PortReport.PortReportable
 void ExportMismatch.MultiMatch.add(int listIndex, java.util.Set<PortReport.PortReportable> portSet)
          Add all mismatched Ports in the proviede set