be.hogent.tarsos.lsh
Class CommandLineInterface

java.lang.Object
  extended by be.hogent.tarsos.lsh.CommandLineInterface

public class CommandLineInterface
extends java.lang.Object

A class implementing a command line interface for the LSH program.

Author:
Joren Six

Constructor Summary
CommandLineInterface(java.lang.String... args)
           
 
Method Summary
 void parseArguments()
          Parses the arguments currently stored in the argument list.
 void startApplication()
           
 void startBenchmark()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineInterface

public CommandLineInterface(java.lang.String... args)
Method Detail

parseArguments

public void parseArguments()
Parses the arguments currently stored in the argument list.


startApplication

public void startApplication()

startBenchmark

public void startBenchmark()