public class CeaTask extends Object
Constructor and Description |
---|
CeaTask(Task task,
String name)
Constructs a CeaTask.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns public task name.
|
CeaParameter |
getParameter(String name)
Returns a named parameter of this task.
|
CeaParameter[] |
getParameters()
Returns a list of the parameters associated with this task for
the purposes of CEA use.
|
String |
getPurpose()
Returns task purpose.
|
void |
removeParameter(String name)
Removes a named parameter from this task's parameter list.
|
public String getName()
public String getPurpose()
public void removeParameter(String name)
name
- name of the parameter to removepublic CeaParameter getParameter(String name)
name
- of the parameterpublic CeaParameter[] getParameters()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.