com.sun.electric.tool.extract
Class Connectivity

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

public class Connectivity
extends java.lang.Object

This is the Connectivity extractor. Still need to handle nonmanhattan contacts


Method Summary
static void extractCurCell(boolean recursive)
          Method to examine the current cell and extract it's connectivity in a new one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractCurCell

public static void extractCurCell(boolean recursive)
Method to examine the current cell and extract it's connectivity in a new one.

Parameters:
recursive - true to recursively extract the hierarchy below this cell.