org.gcube.dataanalysis.ecoengine.processing.factories
Class GeneratorsFactory
java.lang.Object
org.gcube.dataanalysis.ecoengine.processing.factories.GeneratorsFactory
public class GeneratorsFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorsFactory
public GeneratorsFactory()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
getProbabilityDistributionAlgorithms
public static List<String> getProbabilityDistributionAlgorithms(String configPath)
throws Exception
- Throws:
Exception
getAllGenerators
public static List<String> getAllGenerators(String configPath)
throws Exception
- Throws:
Exception
getDescription
public static String getDescription(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getAlgorithmParameters
public static List<StatisticalType> getAlgorithmParameters(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getGenerator
public static Generator getGenerator(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
getGenerators
public static List<ComputationalAgent> getGenerators(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
addGenerator2List
public static void addGenerator2List(List<ComputationalAgent> generators,
Generator generator)
Copyright © 2012. All Rights Reserved.