public abstract class AbstractGraphicalCommand extends Object
Constructor and Description |
---|
AbstractGraphicalCommand() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getCommandDescription()
Get a description of this command
|
abstract String |
getCommandName()
Get the name of this command
|
abstract <T> T |
performCommand(Object... commandArgs)
Perform the command
|
void |
setGraphicalEnvironment(Object env)
Set a reference to the graphical environment
|
public void setGraphicalEnvironment(Object env)
public abstract String getCommandName()
public abstract String getCommandDescription()
public abstract <T> T performCommand(Object... commandArgs) throws WekaException
T
- the return typecommandArgs
- arguments to the commandWekaException
- if a problem occursCopyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.