Uses of Interface
com.sun.electric.tool.ncc.result.NetObjReport.NetObjReportable

Packages that use NetObjReport.NetObjReportable
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.result   
com.sun.electric.tool.ncc.trees   
com.sun.electric.tool.user.ncc   
 

Uses of NetObjReport.NetObjReportable in com.sun.electric.tool.ncc.netlist
 

Classes in com.sun.electric.tool.ncc.netlist that implement NetObjReport.NetObjReportable
 class Bipolar
          A Bipolar transistor
 class Mos
          One or more MOS transistors in series.
 class NetObject
          NetObject is the parent class for Parts, Wires, and Ports.
 class Part
          Part is an intermediate abstract sub-class of NetObject.
 class Port
          An NCC Port holds all the Export names associated with a single NCC Wire.
 class Resistor
           
 class Subcircuit
          A Cell instance that is being treated as a primitive circuit component during a hierarchical netlist comparison
 class Wire
          A Wire represents an electrical equipotential.
 

Uses of NetObjReport.NetObjReportable in com.sun.electric.tool.ncc.result
 

Subinterfaces of NetObjReport.NetObjReportable in com.sun.electric.tool.ncc.result
static interface PartReport.PartReportable
           
static interface PortReport.PortReportable
           
static interface WireReport.WireReportable
           
 

Methods in com.sun.electric.tool.ncc.result with parameters of type NetObjReport.NetObjReportable
static NetObjReport NetObjReport.newNetObjReport(NetObjReport.NetObjReportable no)
           
 

Method parameters in com.sun.electric.tool.ncc.result with type arguments of type NetObjReport.NetObjReportable
 void EquivRecReport.EquivRecReportable.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched, java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched)
           
 void EquivRecReport.EquivRecReportable.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched, java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched)
           
 

Constructors in com.sun.electric.tool.ncc.result with parameters of type NetObjReport.NetObjReportable
NetObjReport(NetObjReport.NetObjReportable n)
           
 

Uses of NetObjReport.NetObjReportable in com.sun.electric.tool.ncc.trees
 

Method parameters in com.sun.electric.tool.ncc.trees with type arguments of type NetObjReport.NetObjReportable
 void EquivRecord.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched, java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched)
           
 void EquivRecord.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched, java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched)
           
 

Uses of NetObjReport.NetObjReportable in com.sun.electric.tool.user.ncc
 

Methods in com.sun.electric.tool.user.ncc with parameters of type NetObjReport.NetObjReportable
 void ExportMismatch.NameMismatch.setSuggestion(NetObjReport.NetObjReportable exp2)
           
 void ExportMismatch.TopologyMismatch.setSuggestion(NetObjReport.NetObjReportable sug)