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

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

public class TransducerersFactory
extends Object


Constructor Summary
TransducerersFactory()
           
 
Method Summary
static List<String> getAllTransducerers(String configPath)
           
static String getDescription(String configPath, String algorithmName)
           
static Transducerer getTransducerer(AlgorithmConfiguration config)
           
static List<ComputationalAgent> getTransducerers(AlgorithmConfiguration config)
           
static List<StatisticalType> getTransducerParameters(String configPath, String algorithmName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransducerersFactory

public TransducerersFactory()
Method Detail

getTransducerer

public static Transducerer getTransducerer(AlgorithmConfiguration config)
                                    throws Exception
Throws:
Exception

getAllTransducerers

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

getTransducerParameters

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

getDescription

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

getTransducerers

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


Copyright © 2012. All Rights Reserved.