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

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

public class ModelersFactory
extends Object


Constructor Summary
ModelersFactory()
           
 
Method Summary
static void addModeler2List(List<ComputationalAgent> modelers, Modeler mod)
           
static String getDescription(String configPath, String algorithmName)
           
static Modeler getModeler(AlgorithmConfiguration config)
           
static List<ComputationalAgent> getModelers(AlgorithmConfiguration config)
           
static List<String> getModelers(String configPath)
           
static List<StatisticalType> getModelParameters(String configPath, String algorithmName)
           
static List<String> getModels(String configPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelersFactory

public ModelersFactory()
Method Detail

getModeler

public static Modeler getModeler(AlgorithmConfiguration config)
                          throws Exception
Throws:
Exception

getModels

public static List<String> getModels(String configPath)
                              throws Exception
Throws:
Exception

getModelers

public static List<String> getModelers(String configPath)
                                throws Exception
Throws:
Exception

getModelParameters

public static List<StatisticalType> getModelParameters(String configPath,
                                                       String algorithmName)
                                                throws Exception
Throws:
Exception

getDescription

public static String getDescription(String configPath,
                                    String algorithmName)
                             throws Exception
Throws:
Exception

getModelers

public static List<ComputationalAgent> getModelers(AlgorithmConfiguration config)
                                            throws Exception
Throws:
Exception

addModeler2List

public static void addModeler2List(List<ComputationalAgent> modelers,
                                   Modeler mod)


Copyright © 2012. All Rights Reserved.