public class ShowFunctions extends Object implements Task, Executable
| Constructor and Description |
|---|
ShowFunctions() |
| Modifier and Type | Method and Description |
|---|---|
Executable |
createExecutable(Environment env)
Creates an executable object which will do the work of this task
in the given Environment.
|
void |
execute()
Performs the work defined by this object.
|
Parameter<?>[] |
getParameters()
Returns the list of parameters which may be used by this task.
|
String |
getPurpose()
Returns a short (one-line) description of the purpose of this task.
|
public String getPurpose()
TaskgetPurpose in interface Taskpublic Parameter<?>[] getParameters()
TaskgetParameters in interface Taskpublic Executable createExecutable(Environment env)
Taskenv, though this is not
absolutely prohibited.createExecutable in interface Taskenv - the environment in which the task will operatepublic void execute()
Executableexecute in interface ExecutableCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.