Class StatisticalTypeToWPSType
- java.lang.Object
-
- org.gcube.dataanalysis.wps.statisticalmanager.synchserver.mapping.StatisticalTypeToWPSType
-
public class StatisticalTypeToWPSType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<File>generatedFilesList<String>generatedTablesLinkedHashMap<String,IOWPSInformation>inputSetLinkedHashMap<String,IOWPSInformation>outputSetstatic Propertiestemplates
-
Constructor Summary
Constructors Constructor Description StatisticalTypeToWPSType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcleanID(String name)Stringconvert2WPSType(org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType stype, boolean isinput, org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config)voiddumpTable(String filePath, String tablename, String delimiter, String username, String password, String databaseurl)List<File>getGeneratedFiles()List<String>getGeneratedTables()voidgetTemplates()static voidmain(String[] args)
-
-
-
Field Detail
-
templates
public static Properties templates
-
inputSet
public LinkedHashMap<String,IOWPSInformation> inputSet
-
outputSet
public LinkedHashMap<String,IOWPSInformation> outputSet
-
-
Method Detail
-
convert2WPSType
public String convert2WPSType(org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType stype, boolean isinput, org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config) throws Exception
- Throws:
Exception
-
dumpTable
public void dumpTable(String filePath, String tablename, String delimiter, String username, String password, String databaseurl) throws Exception
- Throws:
Exception
-
-