com.sun.electric.tool.drc
Class MTDRCAreaTool

java.lang.Object
  extended by com.sun.electric.tool.Job
      extended by com.sun.electric.tool.MultiTaskJob<Layer,MTDRCTool.MTDRCResult,MTDRCTool.MTDRCResult>
          extended by com.sun.electric.tool.drc.MTDRCTool
              extended by com.sun.electric.tool.drc.MTDRCAreaTool
All Implemented Interfaces:
java.io.Serializable

public class MTDRCAreaTool
extends MTDRCTool

User: gg151869 Date: Dec 11, 2007

See Also:
Serialized Form

Nested Class Summary
static class MTDRCAreaTool.GeometryHandlerLayerBucket
          LayerAreaEnumerator class
 
Nested classes/interfaces inherited from class com.sun.electric.tool.drc.MTDRCTool
MTDRCTool.MTDRCResult
 
Nested classes/interfaces inherited from class com.sun.electric.tool.Job
Job.Mode, Job.Priority, Job.Type
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.drc.MTDRCTool
cellLayersCon, globalStartTime, printLog, rules, topCell
 
Fields inherited from class com.sun.electric.tool.Job
BATCHMODE, endTime, LOCALDEBUGFLAG, startTime
 
Constructor Summary
MTDRCAreaTool(Cell c, Consumer<MTDRCTool.MTDRCResult> consumer)
           
 
Method Summary
 MTDRCTool.MTDRCResult runTaskInternal(Layer theLayer)
           
 
Methods inherited from class com.sun.electric.tool.drc.MTDRCTool
mergeTaskResults, prepareTasks, runTask
 
Methods inherited from class com.sun.electric.tool.MultiTaskJob
doIt, startTask
 
Methods inherited from class com.sun.electric.tool.Job
abort, acquireExamineLock, checkAbort, fieldVariableChanged, getAllJobs, getDatabase, getDebug, getDeleteWhenDone, getDisplay, getExtendedUserInterface, getInfo, getNumThreads, getRunMode, getRunningJob, getScheduledToAbort, getStatus, getUserInterface, initJobManager, invokeExamineLater, isFinished, releaseExamineLock, remove, setDebug, setProgress, setReportExecutionFlag, setThreadMode, startJob, startJob, startJobOnMyResult, terminateFail, terminateIt, terminateOK, threadDatabase, toString, updateIncrementalDRCErrors, updateNetworkErrors, wantUpdateGui
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MTDRCAreaTool

public MTDRCAreaTool(Cell c,
                     Consumer<MTDRCTool.MTDRCResult> consumer)
Method Detail

runTaskInternal

public MTDRCTool.MTDRCResult runTaskInternal(Layer theLayer)