Uses of Class
com.sun.electric.tool.ncc.Aborter

Packages that use Aborter
com.sun.electric.tool.ncc Package for handling the Network Consistency Checking (LVS) tool. 
com.sun.electric.tool.ncc.basic   
 

Uses of Aborter in com.sun.electric.tool.ncc
 

Methods in com.sun.electric.tool.ncc with parameters of type Aborter
static NccResult NccEngine.buildBlackBoxes(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
           
static NccResults NccBottomUp.compare(CellContext cc1, CellContext cc2, NccOptions options, Aborter aborter)
           
static NccResult NccEngine.compare(Cell cell1, VarContext context1, Cell cell2, VarContext context2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
          compare two Cells
static NccResult NccEngine.compare(java.util.List<Cell> cells, java.util.List<VarContext> contexts, HierarchyInfo hierCompInfo, NccOptions options, Aborter aborter)
          Check to see if all cells are electrically equivalent.
 

Constructors in com.sun.electric.tool.ncc with parameters of type Aborter
NccGlobals(NccOptions options, Aborter aborter)
          The constructor initializes global root, parts, wires, and ports from net lists.
 

Uses of Aborter in com.sun.electric.tool.ncc.basic
 

Methods in com.sun.electric.tool.ncc.basic with parameters of type Aborter
static NccResult NccUtils.buildBlackBoxes(CellContext c1, CellContext c2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)