public class ProcessorsFactory extends Object
| Constructor and Description |
|---|
ProcessorsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAgent2List(List<ComputationalAgent> agents,
ComputationalAgent agent) |
static HashMap<String,List<String>> |
getAllFeatures(AlgorithmConfiguration config) |
static HashMap<String,List<String>> |
getAllFeaturesUser(AlgorithmConfiguration config) |
static List<String> |
getClasses(String file) |
static List<StatisticalType> |
getDefaultDatabaseConfiguration(String cfgPath) |
static String |
getDescription(String file,
String algorithmName,
ClassLoader cl) |
static StatisticalType |
getOutputDescriptions(String file,
String algorithmName,
ClassLoader cl) |
static List<StatisticalType> |
getParameters(String file,
String algorithmName,
ClassLoader cl) |
static ComputationalAgent |
getProcessor(AlgorithmConfiguration config,
String file,
ClassLoader cl) |
static ComputationalAgent |
getProcessor(AlgorithmConfiguration config,
String file,
String explicitAlgorithm,
ClassLoader cl) |
public static List<StatisticalType> getDefaultDatabaseConfiguration(String cfgPath)
public static String getDescription(String file, String algorithmName, ClassLoader cl) throws Exception
Exceptionpublic static List<StatisticalType> getParameters(String file, String algorithmName, ClassLoader cl) throws Exception
Exceptionpublic static StatisticalType getOutputDescriptions(String file, String algorithmName, ClassLoader cl)
public static ComputationalAgent getProcessor(AlgorithmConfiguration config, String file, ClassLoader cl) throws Exception
Exceptionpublic static ComputationalAgent getProcessor(AlgorithmConfiguration config, String file, String explicitAlgorithm, ClassLoader cl) throws Exception
Exceptionpublic static HashMap<String,List<String>> getAllFeatures(AlgorithmConfiguration config) throws Exception
Exceptionpublic static HashMap<String,List<String>> getAllFeaturesUser(AlgorithmConfiguration config) throws Exception
Exceptionpublic static void addAgent2List(List<ComputationalAgent> agents, ComputationalAgent agent)
Copyright © 2017. All Rights Reserved.