net.aronnax.CountPaths
Class CLI

java.lang.Object
  extended by net.aronnax.CountPaths.CLI

public class CLI
extends java.lang.Object

Class CLI runs a hard-coded series of searches using the CountPaths class printing the number of paths found and optionally the paths themselves.

Version:
$Id: CLI.java 36 2010-12-26 08:18:51Z rassilon $
See Also:
CountPaths

Constructor Summary
CLI()
           
 
Method Summary
static void main(java.lang.String[] args)
          main is a simple setup and execute program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLI

public CLI()
Method Detail

main

public static void main(java.lang.String[] args)
main is a simple setup and execute program. All the real work is done in the CountPaths class.

Parameters:
args - The command line arguments to be parsed.