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

Packages that use Netlist
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.extract Package for handling node extraction, parasitics, etc. 
com.sun.electric.tool.io.output   
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
com.sun.electric.tool.routing Package for handling the Routing tools. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

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

Methods in com.sun.electric.database.hierarchy that return Netlist
 Netlist Cell.acquireUserNetlist()
          Returns the Netlist structure for this Cell, using current network options.
 Netlist HierarchyEnumerator.CellInfo.getNetlist()
          The Netlist of the current Cell.
 Netlist Cell.getNetlist()
          Recompute the Netlist structure for this Cell whithout shortening resistors.
 Netlist Cell.getNetlist(Netlist.ShortResistors shortResistors)
          Recompute the Netlist structure for this Cell.
 Netlist Cell.getUserNetlist()
          Returns the Netlist structure for this Cell, using current network options.
 

Methods in com.sun.electric.database.hierarchy with parameters of type Netlist
static void HierarchyEnumerator.enumerateCell(Netlist rootNetlist, VarContext context, HierarchyEnumerator.Visitor visitor)
           
static void HierarchyEnumerator.enumerateCell(Netlist rootNetlist, VarContext context, HierarchyEnumerator.Visitor visitor, boolean caching)
          Experimental.
 

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

Subclasses of Netlist in com.sun.electric.database.network
 class NetlistImpl
           
 class NetlistShorted
          This class represents Netlist obtained from base Netlist by shortening some Networks.
 

Methods in com.sun.electric.database.network that return Netlist
static Netlist NetworkTool.acquireUserNetlist(Cell cell)
          Returns Netlist for a given cell obtain with user-default set of options.
 Netlist Network.getNetlist()
          Returns the Netlist of this Network.
static Netlist NetworkTool.getNetlist(Cell cell, Netlist.ShortResistors shortResistors)
          Recompute the Netlist structure for given Cell.
 Netlist Netlist.getNetlist(Nodable no)
          Returns subnetlist for a given Nodable.
static Netlist NetworkTool.getUserNetlist(Cell cell)
          Returns Netlist for a given cell obtain with user-default set of options.
 

Methods in com.sun.electric.database.network with parameters of type Netlist
static java.util.Set<Network> NetworkTool.getNetworks(Geometric geom, Netlist netlist, java.util.Set<Network> nets)
          Method to retrieve all networks on a Geometric object.
static java.util.Set<Network> NetworkTool.getNetworksOnPort(PortInst pi, Netlist netlist, java.util.Set<Network> nets)
          Method to retrieve all networks for a portInst.
 

Uses of Netlist in com.sun.electric.tool.extract
 

Methods in com.sun.electric.tool.extract with parameters of type Netlist
static boolean GeometryConnection.searchInExportNetwork(Netlist netlist1, Network net1, Netlist netlist2, Network net2)
           
 

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

Methods in com.sun.electric.tool.io.output that return Netlist
protected  Netlist Topology.CellNetInfo.getNetList()
           
 

Uses of Netlist in com.sun.electric.tool.logicaleffort
 

Constructors in com.sun.electric.tool.logicaleffort with parameters of type Netlist
CachedCell(Cell cell, Netlist netlist)
           
 

Uses of Netlist in com.sun.electric.tool.routing
 

Methods in com.sun.electric.tool.routing with parameters of type Netlist
static java.util.List<Connection> Routing.findNetEnds(Network net, java.util.Set<ArcInst> arcsToDelete, java.util.Set<NodeInst> nodesToDelete, Netlist netList, boolean mustBeUnrouted)
          Method to find the endpoints of a network.
 

Uses of Netlist in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user with parameters of type Netlist
static java.util.List<Highlight2> NetworkHighlighter.getHighlights(Cell cell, Netlist netlist, java.util.Set<Network> nets, int startDepth, int endDepth)
          Returns a list of Highlight objects that draw lines and boxes over instances that denote the location of objects in that instance that are connected to net.
 void Highlighter.showNetworks(java.util.Set<Network> nets, Netlist netlist, Cell cell)
          This is the show network command.