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

Packages that use Wire
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.processing   
 

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

Fields in com.sun.electric.tool.ncc.netlist declared as Wire
protected  Wire[] Part.pins
           
 

Methods in com.sun.electric.tool.ncc.netlist that return Wire
 Wire Port.getWire()
           
 

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

Methods in com.sun.electric.tool.ncc.netlist with parameters of type Wire
 void Resistor.connect(Wire ss, Wire ee)
           
 java.lang.String Resistor.connectionDescription(Wire w)
           
abstract  java.lang.String Part.connectionDescription(Wire w)
          comma separated list of pins connected to w
 java.lang.String Bipolar.connectionDescription(Wire w)
           
 java.lang.String Subcircuit.connectionDescription(Wire w)
           
 java.lang.String Mos.connectionDescription(Wire w)
           
 int Part.getHashFor(Wire w)
          The Part must compute a hash code contribution for a Wire to use.
 int Subcircuit.getHashFor(Wire w)
          Subcircuits can have tens of thousands of pins.
static boolean Mos.joinOnWire(Wire w, NccOptions nccOpt)
          Merge two series Transistors into a single Transistor.
 int Part.numPinsConnected(Wire w)
          How many pins of this Part are connected to Wire.
 boolean Mos.touchesOnlyOneDiffAndNoGate(Wire w)
           
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type Wire
Bipolar(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double area, Wire emit, Wire base, Wire coll)
           
Mos(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn)
          Transistor without body port.
Mos(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn, Wire body)
          Transistor with body port.
Part(NccNameProxy.PartNameProxy name, PrimitiveNode.Function type, Wire[] pins)
           
Port(java.lang.String name, PortCharacteristic type, Wire w)
           
Resistor(PrimitiveNode.Function type, NccNameProxy.PartNameProxy name, double width, double length, Wire w1, Wire w2)
           
Subcircuit(NccNameProxy.PartNameProxy instName, SubcircuitInfo subcircuitInfo, Wire[] pins)
           
 

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

Method parameters in com.sun.electric.tool.ncc.processing with type arguments of type Wire
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)
          Partition Parts and wires based upon purely local information.
static void LocalPartitionWires.doYourJob(java.util.Set<Wire> forcedMatchWires, NccGlobals globs)
          Partition Wires based upon purely local information