hydroScalingAPI.modules.networkExtraction.objects
Class NetworkExtractionOptimizer

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

public class NetworkExtractionOptimizer
extends java.lang.Object
implements java.lang.Runnable

This was a rough attempt to optimize the network extraction code. However it was a failure because it leaves traces of the DEM partition.

Author:
Ricardo Mantilla

Constructor Summary
NetworkExtractionOptimizer(ExtractionOptions exOp)
          Creates a new instance of NetworkExtractionOptimizer
 
Method Summary
static void main(java.lang.String[] args)
           
 void optimize()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkExtractionOptimizer

public NetworkExtractionOptimizer(ExtractionOptions exOp)
Creates a new instance of NetworkExtractionOptimizer

Parameters:
exOp - The stettings GUI associated to the NetworkExtractionModule
Method Detail

optimize

public void optimize()

run

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

main

public static void main(java.lang.String[] args)


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.