ace
Class Main

java.lang.Object
  extended by ace.Main

public class Main
extends java.lang.Object

Runs the ACE software based on command line flags.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Determines whether to run ACE from the GUI or the command line based on command line flags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Determines whether to run ACE from the GUI or the command line based on command line flags.

  • If one of -train, -test, -cv, or -exp are given at the command line, ACE will run from the command line and the GUI will not open.
  • If none of these options are specified, ACE will run from the GUI.

    Parameters:
    args - The command line arguments