com.sun.electric.tool.extract
Class GeometryConnection

java.lang.Object
  extended by com.sun.electric.tool.extract.GeometryConnection

public class GeometryConnection
extends java.lang.Object

Class to describe topology.


Method Summary
static boolean checkCellConnectivity(NodeInst cellA, NodeInst cellB)
           
static boolean searchInExportNetwork(Netlist netlist1, Network net1, Netlist netlist2, Network net2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkCellConnectivity

public static boolean checkCellConnectivity(NodeInst cellA,
                                            NodeInst cellB)

searchInExportNetwork

public static boolean searchInExportNetwork(Netlist netlist1,
                                            Network net1,
                                            Netlist netlist2,
                                            Network net2)