uk.ac.shef.dcs.oak.jate.test
Class AlgorithmTester

java.lang.Object
  extended by uk.ac.shef.dcs.oak.jate.test.AlgorithmTester

public class AlgorithmTester
extends java.lang.Object

An example class that test all algorithms


Constructor Summary
AlgorithmTester()
           
 
Method Summary
 void execute(GlobalIndex index, java.lang.String outFolder)
           
static void main(java.lang.String[] args)
           
 void registerAlgorithm(Algorithm a, AbstractFeatureWrapper f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmTester

public AlgorithmTester()
Method Detail

registerAlgorithm

public void registerAlgorithm(Algorithm a,
                              AbstractFeatureWrapper f)

execute

public void execute(GlobalIndex index,
                    java.lang.String outFolder)
             throws JATEException,
                    java.io.IOException
Throws:
JATEException
java.io.IOException

main

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