org.gcube.dataanalysis.ecoengine.processing.factories
Class GeneratorsFactory

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.processing.factories.GeneratorsFactory

public class GeneratorsFactory
extends Object


Constructor Summary
GeneratorsFactory()
           
 
Method Summary
static void addGenerator2List(List<Generator> generators, Generator generator)
           
static List<StatisticalType> getAlgorithmParameters(String configPath, String algorithmName)
           
static List<String> getAllGenerators(String configPath)
           
static Generator getGenerator(AlgorithmConfiguration config)
           
static List<Generator> getGenerators(AlgorithmConfiguration config)
           
static List<String> getProbabilityDistributionAlgorithms(String configPath)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorsFactory

public GeneratorsFactory()
Method Detail

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

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<Generator> getGenerators(AlgorithmConfiguration config)
                                     throws Exception
Throws:
Exception

addGenerator2List

public static void addGenerator2List(List<Generator> generators,
                                     Generator generator)


Copyright © 2012. All Rights Reserved.