Uses of Class
de.dlr.proseo.model.joborder.InputOutput
Packages that use InputOutput
Package
Description
The de.dlr.proseo.model.joborder package contains classes for passing Job
Order Files between the Production Planner and the Processing Engine of
prosEO, the Processing System for Earth Observation Data
-
Uses of InputOutput in de.dlr.proseo.model.joborder
Methods in de.dlr.proseo.model.joborder that return types with arguments of type InputOutputModifier and TypeMethodDescriptionProc.getListOfInputs()Gets the inputs for the List_of_Inputs elementProc.getListOfOutputs()Gets the outputs for the List_of_Outputs elementMethod parameters in de.dlr.proseo.model.joborder with type arguments of type InputOutputModifier and TypeMethodDescriptionvoidProc.setListOfInputs(List<InputOutput> listOfInputs) Sets the list of Input Files for the List_of_Inputs elementvoidProc.setListOfOutputs(List<InputOutput> listOfOutputs) Sets the list of Output Files for the List_of_Outputs element