Uses of Class
com.sun.electric.database.network.Netlist.ShortResistors

Packages that use Netlist.ShortResistors
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.network Package for handling network control in Electric. 
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.io.output   
com.sun.electric.tool.ncc.netlist   
 

Uses of Netlist.ShortResistors in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy with parameters of type Netlist.ShortResistors
static void HierarchyEnumerator.enumerateCell(Cell root, VarContext context, HierarchyEnumerator.Visitor visitor, Netlist.ShortResistors shortResistors)
           
 Netlist Cell.getNetlist(Netlist.ShortResistors shortResistors)
          Recompute the Netlist structure for this Cell.
 

Uses of Netlist.ShortResistors in com.sun.electric.database.network
 

Methods in com.sun.electric.database.network that return Netlist.ShortResistors
 Netlist.ShortResistors Netlist.getShortResistors()
           
static Netlist.ShortResistors Netlist.ShortResistors.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Netlist.ShortResistors[] Netlist.ShortResistors.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.database.network with parameters of type Netlist.ShortResistors
static Netlist NetworkTool.getNetlist(Cell cell, Netlist.ShortResistors shortResistors)
          Recompute the Netlist structure for given Cell.
 

Uses of Netlist.ShortResistors in com.sun.electric.tool.generator.layout
 

Constructors in com.sun.electric.tool.generator.layout with parameters of type Netlist.ShortResistors
NodaNets(Cell c, Netlist.ShortResistors shortResistors)
           
 

Uses of Netlist.ShortResistors in com.sun.electric.tool.io.output
 

Methods in com.sun.electric.tool.io.output that return Netlist.ShortResistors
protected  Netlist.ShortResistors Verilog.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors Topology.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors Tegas.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors Spice.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors Silos.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors MOSSIM.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
protected  Netlist.ShortResistors GenerateVHDL.getShortResistors()
          Method to tell the netlister how to short resistors
protected  Netlist.ShortResistors EDIF.getShortResistors()
          Tell the Hierarchy enumerator how to short resistors
 

Uses of Netlist.ShortResistors in com.sun.electric.tool.ncc.netlist
 

Fields in com.sun.electric.tool.ncc.netlist declared as Netlist.ShortResistors
static Netlist.ShortResistors NccNetlist.SHORT_RESISTORS