Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
-
-
Uses of ComputationValue in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps.computationsvalue
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps.computationsvalue that return types with arguments of type ComputationValue Modifier and Type Method Description LinkedHashMap<String,ComputationValue>ComputationValueBuilder. create() -
Uses of ComputationValue in org.gcube.data.analysis.dataminermanagercl.shared.data.computations
Subclasses of ComputationValue in org.gcube.data.analysis.dataminermanagercl.shared.data.computations Modifier and Type Class Description classComputationValueFileclassComputationValueFileListclassComputationValueImageMethods in org.gcube.data.analysis.dataminermanagercl.shared.data.computations that return types with arguments of type ComputationValue Modifier and Type Method Description ArrayList<ComputationValue>ComputationValueFileList. getFileList()LinkedHashMap<String,ComputationValue>ComputationData. getInputParameters()LinkedHashMap<String,ComputationValue>ComputationData. getOutputParameters()Method parameters in org.gcube.data.analysis.dataminermanagercl.shared.data.computations with type arguments of type ComputationValue Modifier and Type Method Description voidComputationValueFileList. setFileList(ArrayList<ComputationValue> fileList)voidComputationData. setInputParameters(LinkedHashMap<String,ComputationValue> inputParameters)voidComputationData. setOutputParameters(LinkedHashMap<String,ComputationValue> outputParameters)Constructor parameters in org.gcube.data.analysis.dataminermanagercl.shared.data.computations with type arguments of type ComputationValue Constructor Description ComputationData(ComputationId computationId, LinkedHashMap<String,ComputationValue> inputParameters, LinkedHashMap<String,ComputationValue> outputParameters, String operatorDescription, String startDate, String endDate, String status, String executionType, String vre)ComputationValueFileList(ArrayList<ComputationValue> fileList, String separator)
-