|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.ShowFunctions
public class ShowFunctions
Task for browsing available algebraic functions.
Constructor Summary | |
---|---|
ShowFunctions()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShowFunctions()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |