public class DoTask extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_STATUS_STRING_LENGTH
Maximum length of the status string that shows the progress of tasks running.
|
static char[] |
progressAnimSequence
Array of characters to use to animate the progress of tasks running.
|
Constructor and Description |
---|
DoTask() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isJavaVersionOK()
Checks if the Java version is recent enough to run MOA.
|
static boolean |
isWekaVersionOK()
Checks if the Weka version is recent enough to run MOA.
|
static void |
main(String[] args)
Main method for running tasks from the command line.
|
public static final char[] progressAnimSequence
public static final int MAX_STATUS_STRING_LENGTH
public static boolean isJavaVersionOK()
public static boolean isWekaVersionOK()
Instance
was a class before 3.7.1 and
now is an interface.public static void main(String[] args)
args
- the optionsCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.