| Package | Description |
|---|---|
| weka.gui.simplecli |
| Modifier and Type | Class and Description |
|---|---|
class |
Capabilities
Outputs the capabilities of the specified class.
|
class |
Cls
Clears the output area.
|
class |
Echo
Outputs a message.
|
class |
Exit
Closes the Simple CLI window.
|
class |
Help
Outputs help for a command or for all.
|
class |
History
Prints all issued commands.
|
class |
Java
Sets a variable.
|
class |
Kill
Kills the running process.
|
class |
Script
Executes commands from a script file.
|
class |
Set
Sets a variable.
|
class |
Unset
Removes a variable.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractCommand |
AbstractCommand.getCommand(String name)
Locates the command for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AbstractCommand> |
AbstractCommand.getCommands()
Returns all available commands.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractCommand.compareTo(AbstractCommand o)
Performs comparison just on the name.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.