Class SGVMS_Interpolation
- java.lang.Object
-
- org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
-
- org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalInfraAlgorithm
-
- org.gcube.dataanalysis.executor.rscripts.SGVMS_Interpolation
-
- All Implemented Interfaces:
org.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor,org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgent,org.gcube.dataanalysis.ecoengine.interfaces.Transducerer
public class SGVMS_Interpolation extends StandardLocalInfraAlgorithm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSGVMS_Interpolation.methodEnum
-
Constructor Summary
Constructors Constructor Description SGVMS_Interpolation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()org.gcube.dataanalysis.ecoengine.datatypes.StatisticalTypegetOutput()voidinit()protected voidprocess()protected voidsetInputParameters()voidshutdown()-
Methods inherited from class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalInfraAlgorithm
sendNotification
-
Methods inherited from class org.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
addBooleanInput, addDoubleInput, addEnumerateInput, addFileInput, addIntegerInput, addOutputString, addRemoteDatabaseInput, addStringInput, compute, getInfrastructure, getInputParameter, getInputParameters, getResourceLoad, getResources, getStatus, log, setConfiguration
-
-
-
-
Method Detail
-
init
public void init() throws Exception- Specified by:
initin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgent- Specified by:
initin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm- Throws:
Exception
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor- Specified by:
getDescriptionin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
-
process
protected void process() throws Exception- Specified by:
processin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm- Throws:
Exception
-
setInputParameters
protected void setInputParameters()
- Specified by:
setInputParametersin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
-
getOutput
public org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType getOutput()
- Specified by:
getOutputin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor- Overrides:
getOutputin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgent- Specified by:
shutdownin classorg.gcube.dataanalysis.ecoengine.interfaces.StandardLocalExternalAlgorithm
-
-