com.sun.electric.tool.drc
Class Schematic

java.lang.Object
  extended by com.sun.electric.tool.drc.Schematic

public class Schematic
extends java.lang.Object

Class to do schematic design-rule checking. Examines artwork of a schematic for sensibility.


Constructor Summary
Schematic()
           
 
Method Summary
static ErrorLogger doCheck(ErrorLogger errorLog, Cell cell, Geometric[] geomsToCheck)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schematic

public Schematic()
Method Detail

doCheck

public static ErrorLogger doCheck(ErrorLogger errorLog,
                                  Cell cell,
                                  Geometric[] geomsToCheck)