Uses of Class
weka.gui.simplecli.AbstractCommand
-
Uses of AbstractCommand in weka.gui.simplecli
Modifier and TypeClassDescriptionclass
Outputs the capabilities of the specified class.class
Clears the output area.class
Outputs a message.class
Closes the Simple CLI window.class
Outputs help for a command or for all.class
Prints all issued commands.class
Sets a variable.class
Kills the running process.class
Executes commands from a script file.class
Sets a variable.class
Removes a variable.Modifier and TypeMethodDescriptionstatic AbstractCommand
AbstractCommand.getCommand
(String name) Locates the command for the given name.Modifier and TypeMethodDescriptionstatic List<AbstractCommand>
AbstractCommand.getCommands()
Returns all available commands.Modifier and TypeMethodDescriptionint
AbstractCommand.compareTo
(AbstractCommand o) Performs comparison just on the name.