Package de.dlr.proseo.model.joborder
Klasse Proc
java.lang.Object
de.dlr.proseo.model.joborder.Proc
Representation of the Ipf_Proc (IPF = Instrument Processing Facility) job order element, i.e., a processing task with name and
version, as well as input/output and breakpoint files
For details see Generic IPF Interface Specification issue 1 revision 8 - 03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAdd contents of this to XML node parentElement.Gets the list of Breakpoint Files making up the BreakPoint elementGets the inputs for the List_of_Inputs elementGets the outputs for the List_of_Outputs elementGets the Task_Name elementGets the Task_Version elementvoidRead info from XML sub treevoidsetListOfBrkFiles(List<BreakpointFile> listOfBrkFiles) Sets the list of Breakpoint Files making up the BreakPoint elementvoidsetListOfInputs(List<InputOutput> listOfInputs) Sets the list of Input Files for the List_of_Inputs elementvoidsetListOfOutputs(List<InputOutput> listOfOutputs) Sets the list of Output Files for the List_of_Outputs elementvoidsetTaskName(String taskName) Sets the Task_Name elementvoidsetTaskVersion(String taskVersion) Sets the Task_Version element
-
Konstruktordetails
-
Proc
public Proc()No-argument constructor -
Proc
Constructor with task name and task version arguments- Parameter:
taskName- the task name to settaskVersion- the task version to set
-
-
Methodendetails
-
getTaskName
Gets the Task_Name element- Gibt zurück:
- the task name
-
setTaskName
Sets the Task_Name element- Parameter:
taskName- the task name to set
-
getTaskVersion
Gets the Task_Version element- Gibt zurück:
- the task version
-
setTaskVersion
Sets the Task_Version element- Parameter:
taskVersion- the task version to set
-
getListOfBrkFiles
Gets the list of Breakpoint Files making up the BreakPoint element- Gibt zurück:
- the the list of Breakpoint Files
-
setListOfBrkFiles
Sets the list of Breakpoint Files making up the BreakPoint element- Parameter:
listOfBrkFiles- the the list of Breakpoint Files to set
-
getListOfInputs
Gets the inputs for the List_of_Inputs element- Gibt zurück:
- the list of inputs
-
setListOfInputs
Sets the list of Input Files for the List_of_Inputs element- Parameter:
listOfInputs- the the list of Input Files to set
-
getListOfOutputs
Gets the outputs for the List_of_Outputs element- Gibt zurück:
- the list of outputs
-
setListOfOutputs
Sets the list of Output Files for the List_of_Outputs element- Parameter:
listOfOutputs- the the list of Output Files to set
-
buildXML
Add contents of this to XML node parentElement. Use doc to create elements- Parameter:
doc- The DocumentparentElement- The node to add this as childprosEOAttributes- if true, write attributes of prosEO specific data
-
read
Read info from XML sub tree- Parameter:
thisNode- XML node containing information
-