com.sun.electric.tool.erc
Class ERC

java.lang.Object
  extended by com.sun.electric.tool.Tool
      extended by com.sun.electric.tool.erc.ERC
All Implemented Interfaces:
java.lang.Comparable

public class ERC
extends Tool

This is the Electrical Rule Checker tool.


Field Summary
protected static ERC tool
          the ERC tool.
 
Fields inherited from class com.sun.electric.tool.Tool
prefs
 
Method Summary
static ERC getERCTool()
          Method to retrieve singleton associated to ERC tool
 void init()
          Method to initialize the ERC tool.
 
Methods inherited from class com.sun.electric.tool.Tool
clearAnalysis, clearBackground, clearFixErrors, clearIncremental, clearOn, clearSynthesis, compareTo, findTool, getIndex, getListeners, getName, getNumTools, getProjectSettings, getTools, initAllTools, isAnalysis, isBackground, isFixErrors, isIncremental, isOn, isSynthesis, setAnalysis, setBackground, setFixErrors, setIncremental, setOn, setSynthesis, setVarInJob, testAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tool

protected static ERC tool
the ERC tool.

Method Detail

init

public void init()
Method to initialize the ERC tool.

Overrides:
init in class Tool

getERCTool

public static ERC getERCTool()
Method to retrieve singleton associated to ERC tool

Returns:
the ERC tool.