org.gcube.dataanalysis.ecoengine.processing.factories
Class ProcessorsFactory
java.lang.Object
org.gcube.dataanalysis.ecoengine.processing.factories.ProcessorsFactory
public class ProcessorsFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorsFactory
public ProcessorsFactory()
getDefaultDatabaseConfiguration
public static List<StatisticalType> getDefaultDatabaseConfiguration(String cfgPath)
getClasses
public static List<String> getClasses(String file)
throws Exception
- Throws:
Exception
getParameters
public static List<StatisticalType> getParameters(String file,
String algorithmName)
throws Exception
- Throws:
Exception
getProcessor
public static Object getProcessor(AlgorithmConfiguration config,
String file)
throws Exception
- Throws:
Exception
getAllFeatures
public static HashMap<String,List<String>> getAllFeatures(String configPath)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.