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

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

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

Methods in com.sun.electric.tool.ncc that return NccOptions
 NccOptions NccGlobalsReportable.getOptions()
           
 NccOptions NccGlobals.getOptions()
           
 

Methods in com.sun.electric.tool.ncc with parameters of type NccOptions
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 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 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.
static NccResults Pie.invokePieNccCompare(Cell c1, VarContext v1, Cell c2, VarContext v2, NccOptions opt, PIEOptions pOpt)
           
 

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

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

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

Uses of NccOptions in com.sun.electric.tool.ncc.result
 

Methods in com.sun.electric.tool.ncc.result that return NccOptions
 NccOptions NccResult.getOptions()
           
 

Uses of NccOptions in com.sun.electric.tool.user.ncc
 

Methods in com.sun.electric.tool.user.ncc with parameters of type NccOptions
 void NccMsgsFrame.setMismatches(java.util.List<NccGuiInfo> misms, NccOptions options)
          Method to update the list of mismatched NCC comparisons