Uses of Class
com.sun.electric.tool.ncc.netlist.Part

Packages that use Part
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.processing   
com.sun.electric.tool.ncc.strategy   
 

Uses of Part in com.sun.electric.tool.ncc.netlist
 

Subclasses of Part in com.sun.electric.tool.ncc.netlist
 class Bipolar
          One or more MOS transistors in series.
 class Mos
          One or more MOS transistors in series.
 class Resistor
           
 class Subcircuit
          A Cell instance that is being treated as a primitive circuit component during a hierarchical netlist comparison
 

Methods in com.sun.electric.tool.ncc.netlist that return types with arguments of type Part
 java.util.ArrayList<Part> NccNetlist.getPartArray()
           
 java.util.Iterator<Part> Wire.getParts()
           
 

Methods in com.sun.electric.tool.ncc.netlist with parameters of type Part
 void Wire.add(Part p)
          add a Part to this Wire
 boolean Subcircuit.parallelMerge(Part p)
           
abstract  boolean Part.parallelMerge(Part p)
          This method attempts to merge this Part in parallel with another Part
 boolean Resistor.parallelMerge(Part p)
          Never perform series/parallel combination of resistors.
 boolean Bipolar.parallelMerge(Part p)
           
 boolean Mos.parallelMerge(Part p)
           
 boolean Wire.touches(Part p)
          Does this Wire touch the given Part?
 

Uses of Part in com.sun.electric.tool.ncc.processing
 

Method parameters in com.sun.electric.tool.ncc.processing with type arguments of type Part
static void ForceMatch.doYourJob(java.util.Set<Part> forcedMatchParts, java.util.Set<Wire> forcedMatchWires, NccGlobals g)
          Must be called before any other partitioning occurs.
static LocalPartitionResult LocalPartitioning.doYourJob(java.util.Set<Part> forcedMatchParts, java.util.Set<Wire> forcedMatchWires, NccGlobals globals)
           
 

Uses of Part in com.sun.electric.tool.ncc.strategy
 

Method parameters in com.sun.electric.tool.ncc.strategy with type arguments of type Part
static LeafList StratPartType.doYourJob(java.util.Set<Part> forcedMatchParts, NccGlobals globals)
           
static LeafList StratPartPopularity.doYourJob(java.util.Set<Part> forcedMatchParts, NccGlobals globals)