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()
Task
getPurpose
in interface Task
public Parameter<?>[] getParameters()
Task
getParameters
in interface Task
public Executable createExecutable(Environment env)
Task
env
, though this is not
absolutely prohibited.createExecutable
in interface Task
env
- the environment in which the task will operatepublic void execute()
Executable
execute
in interface Executable
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.