hydroScalingAPI.modules.networkExtraction.objects
Class ExternalNetworkExtraction

java.lang.Object
  extended by java.lang.Thread
      extended by hydroScalingAPI.modules.networkExtraction.objects.ExternalNetworkExtraction
All Implemented Interfaces:
java.lang.Runnable

public class ExternalNetworkExtraction
extends java.lang.Thread

This is the Thread used by the NetworkExtractionOptimizer to call external procedures that process pieces of the original DEM

Author:
Ricardo Mantilla

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExternalNetworkExtraction(java.lang.String name)
           
 
Method Summary
 boolean isBusy()
           
 void run()
           
 void setTargetFiles(java.lang.String mFN, java.lang.String dFN)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalNetworkExtraction

public ExternalNetworkExtraction(java.lang.String name)
Method Detail

setTargetFiles

public void setTargetFiles(java.lang.String mFN,
                           java.lang.String dFN)

isBusy

public boolean isBusy()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.