com.sun.electric.tool.ncc
Interface NccGlobalsReportable

All Known Implementing Classes:
NccGlobals

public interface NccGlobalsReportable


Method Summary
 boolean[] cantBuildNetlistBits()
           
 BenchmarkResults getBenchmarkResults()
           
 HierarchyEnumerator.NetNameProxy[][] getEquivalentNets()
           
 HierarchyEnumerator.NodableNameProxy[][] getEquivalentNodes()
           
 NccGuiInfo getNccGuiInfo()
           
 NccOptions getOptions()
           
 int[] getPartCounts()
           
 int[] getPortCounts()
           
 java.lang.String[] getRootCellNames()
           
 Cell[] getRootCells()
           
 VarContext[] getRootContexts()
           
 int[] getWireCounts()
           
 

Method Detail

getEquivalentNets

HierarchyEnumerator.NetNameProxy[][] getEquivalentNets()

getEquivalentNodes

HierarchyEnumerator.NodableNameProxy[][] getEquivalentNodes()

getRootCells

Cell[] getRootCells()

getRootCellNames

java.lang.String[] getRootCellNames()

getRootContexts

VarContext[] getRootContexts()

getOptions

NccOptions getOptions()

getPartCounts

int[] getPartCounts()

getPortCounts

int[] getPortCounts()

getWireCounts

int[] getWireCounts()

cantBuildNetlistBits

boolean[] cantBuildNetlistBits()

getNccGuiInfo

NccGuiInfo getNccGuiInfo()

getBenchmarkResults

BenchmarkResults getBenchmarkResults()