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 TypeClassDescriptionclassOutputs the capabilities of the specified class.classClears the output area.classOutputs a message.classCloses the Simple CLI window.classOutputs help for a command or for all.classPrints all issued commands.classSets a variable.classKills the running process.classExecutes commands from a script file.classSets a variable.classRemoves a variable.Methods in weka.gui.simplecli that return AbstractCommandModifier and TypeMethodDescriptionstatic AbstractCommandAbstractCommand.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 TypeMethodDescriptionintAbstractCommand.compareTo(AbstractCommand o) Performs comparison just on the name.