org.wdssii.core
Class Algorithm

java.lang.Object
  extended by org.wdssii.core.WDSSIIProgram
      extended by org.wdssii.core.Algorithm
All Implemented Interfaces:
IndexRecordListener
Direct Known Subclasses:
NseAlgorithm, PolarMerger, VilAlgorithm

public abstract class Algorithm
extends WDSSIIProgram
implements IndexRecordListener

Abstract class of algorithms

Author:
lakshman

Field Summary
private  String inputURLs
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
protected Algorithm()
          initializes wdssii
 
Method Summary
 void execute()
          Connect to indexes and handle records.
 String getInputURLs()
           
 void setInputURLs(String inputURLs)
           
 
Methods inherited from class org.wdssii.core.WDSSIIProgram
getOutputDir, getPropertiesFromCommandLine, getSubTypeForElevation, isRealTime, printUsage, setOutputDir, setRealTime, setup, setup, setupAndExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wdssii.core.IndexRecordListener
handleRecord
 

Field Detail

log

private static org.apache.commons.logging.Log log

inputURLs

private String inputURLs
Constructor Detail

Algorithm

protected Algorithm()
initializes wdssii

Method Detail

getInputURLs

public String getInputURLs()

setInputURLs

public void setInputURLs(String inputURLs)

execute

public void execute()
Connect to indexes and handle records.

Specified by:
execute in class WDSSIIProgram