Uses of Class
com.sun.electric.tool.ncc.result.NccResults

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

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

Methods in com.sun.electric.tool.ncc that return NccResults
static NccResults NccBottomUp.compare(CellContext cc1, CellContext cc2, NccOptions options, Aborter aborter)
           
static NccResults Ncc.compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options)
          Compare two cells.
static NccResults Ncc.compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options, Job job)
          Compare two cells.
static NccResults NccJob.getLastNccResults()
          Get the results from the last NCC run.
static NccResults Pie.invokePieNccCompare(Cell c1, VarContext v1, Cell c2, VarContext v2, NccOptions opt, PIEOptions pOpt)
           
 

Methods in com.sun.electric.tool.ncc with parameters of type NccResults
static SchemNamesToLay.RenameResult SchemNamesToLay.copyNames(NccResults r)
           
static AllSchemNamesToLay.RenameResult AllSchemNamesToLay.copyNames(NccResults r)
           
 

Constructors in com.sun.electric.tool.ncc with parameters of type NccResults
AllSchemNamesToLay.RenameJob(NccResults r)
           
SchemNamesToLay.RenameJob(NccResults r)