Uses of Interface
com.sun.electric.tool.ncc.result.PartReport.PartReportable

Packages that use PartReport.PartReportable
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.result   
 

Uses of PartReport.PartReportable in com.sun.electric.tool.ncc.netlist
 

Classes in com.sun.electric.tool.ncc.netlist that implement PartReport.PartReportable
 class Bipolar
          One or more MOS transistors in series.
 class Mos
          One or more MOS transistors in series.
 class Part
          Part is an intermediate abstract sub-class of NetObject.
 class Resistor
           
 class Subcircuit
          A Cell instance that is being treated as a primitive circuit component during a hierarchical netlist comparison
 

Uses of PartReport.PartReportable in com.sun.electric.tool.ncc.result
 

Constructors in com.sun.electric.tool.ncc.result with parameters of type PartReport.PartReportable
PartReport(PartReport.PartReportable p)
           
SizeMismatch.LengthMismatch(double min, PartReport.PartReportable minPart, int minNdx, double max, PartReport.PartReportable maxPart, int maxNdx)
           
SizeMismatch.WidthMismatch(double min, PartReport.PartReportable minPart, int minNdx, double max, PartReport.PartReportable maxPart, int maxNdx)