Uses of Interface
com.sun.electric.tool.ncc.NccGlobalsReportable

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

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

Classes in com.sun.electric.tool.ncc that implement NccGlobalsReportable
 class NccGlobals
           
 

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

Methods in com.sun.electric.tool.ncc.result with parameters of type NccGlobalsReportable
static NccResult NccResult.newResult(boolean exportNameMatch, boolean topologyMatch, boolean sizeMatch, NccGlobalsReportable globalData)