Class CeaTask
java.lang.Object
uk.ac.starlink.ttools.cea.CeaTask
Represents a task suitable for use in the CEA interface of STILTS.
Corresponds, but perhaps not exactly, to a STILTS task.
- Since:
- 17 Mar 2006
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns public task name.getParameter(String name) Returns a named parameter of this task.Returns a list of the parameters associated with this task for the purposes of CEA use.Returns task purpose.voidremoveParameter(String name) Removes a named parameter from this task's parameter list.
-
Constructor Details
-
CeaTask
Constructs a CeaTask.- Parameters:
task- ttools task objectname- public name of the task
-
-
Method Details
-
getName
-
getPurpose
-
removeParameter
Removes a named parameter from this task's parameter list.- Parameters:
name- name of the parameter to remove
-
getParameter
Returns a named parameter of this task.- Parameters:
name- of the parameter- Returns:
- parameter
-
getParameters
Returns a list of the parameters associated with this task for the purposes of CEA use.- Returns:
- parameter list
-