Uses of Class
weka.gui.simplecli.AbstractCommand
Packages that use AbstractCommand
-
Uses of AbstractCommand in weka.gui.simplecli
Subclasses of AbstractCommand in weka.gui.simplecliModifier 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.Methods in weka.gui.simplecli that return AbstractCommandModifier and TypeMethodDescriptionstatic AbstractCommand
AbstractCommand.getCommand
(String name) Locates the command for the given name.Methods in weka.gui.simplecli that return types with arguments of type AbstractCommandModifier and TypeMethodDescriptionstatic List<AbstractCommand>
AbstractCommand.getCommands()
Returns all available commands.Methods in weka.gui.simplecli with parameters of type AbstractCommandModifier and TypeMethodDescriptionint
AbstractCommand.compareTo
(AbstractCommand o) Performs comparison just on the name.