Uses of Class
com.sun.electric.tool.ncc.basic.CellContext

Packages that use CellContext
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.processing   
 

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

Methods in com.sun.electric.tool.ncc with parameters of type CellContext
static NccResults NccBottomUp.compare(CellContext cc1, CellContext cc2, PassedNcc passed, NccOptions options, Aborter aborter)
          Compare the two designs: cc1 and cc2.
 void PassedNcc.removeCellsChangedSinceLastNccRun(CellContext[] cellContexts)
          Purge all Cells that the user changed since the last NCC run.
 

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

Methods in com.sun.electric.tool.ncc.basic that return CellContext
static CellContext NccUtils.getCellContext(EditWindow_ wnd)
           
static CellContext NccUtils.getCurrentCellContext()
           
 

Methods in com.sun.electric.tool.ncc.basic that return types with arguments of type CellContext
static java.util.List<CellContext> NccUtils.getCellContextsFromWindows()
           
 java.util.Iterator<CellContext> CompareList.iterator()
          Get all the CellContexts in this CompareList.
 

Methods in com.sun.electric.tool.ncc.basic with parameters of type CellContext
static NccResult NccUtils.buildBlackBoxes(CellContext c1, CellContext c2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
           
static java.util.List<CompareList> CompareLists.getCompareLists(CellContext cc1, CellContext cc2)
          Scan the two designs, cc1 and cc2 to produce a list of CompareLists.
 

Uses of CellContext in com.sun.electric.tool.ncc.processing
 

Methods in com.sun.electric.tool.ncc.processing with parameters of type CellContext
 void HierarchyInfo.restrictSubcktDetection(CellContext cc1, CellContext cc2, java.util.Set compareListCells)
          Restrict subcircuit detection.