com.sun.electric.tool.erc
Class ERCWellCheck

java.lang.Object
  extended by com.sun.electric.tool.erc.ERCWellCheck

public class ERCWellCheck
extends java.lang.Object

This is the Electrical Rule Checker tool.

Author:
Steve Rubin, Gilda Garreton

Nested Class Summary
static class ERCWellCheck.WellCheckPreferences
           
 
Method Summary
static void analyzeCurCell(GeometryHandler.GHMode newAlgorithm)
          Method to analyze the current Cell for well errors.
static int checkERCWell(Cell cell, GeometryHandler.GHMode newAlgorithm, ERCWellCheck.WellCheckPreferences wellPrefs)
          Method used by the regressions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

analyzeCurCell

public static void analyzeCurCell(GeometryHandler.GHMode newAlgorithm)
Method to analyze the current Cell for well errors.


checkERCWell

public static int checkERCWell(Cell cell,
                               GeometryHandler.GHMode newAlgorithm,
                               ERCWellCheck.WellCheckPreferences wellPrefs)
Method used by the regressions.

Parameters:
cell - the Cell to well-check.
newAlgorithm - the geometry algorithm to use.
Returns:
the success of running well-check.