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) |
static List<StatisticalType> |
getParameters(String file,
String algorithmName) |
static ComputationalAgent |
getProcessor(AlgorithmConfiguration config,
String file) |
static ComputationalAgent |
getProcessor(AlgorithmConfiguration config,
String file,
String explicitAlgorithm) |
public static List<StatisticalType> getDefaultDatabaseConfiguration(String cfgPath)
public static String getDescription(String file, String algorithmName) throws Exception
Exceptionpublic static List<StatisticalType> getParameters(String file, String algorithmName) throws Exception
Exceptionpublic static ComputationalAgent getProcessor(AlgorithmConfiguration config, String file) throws Exception
Exceptionpublic static ComputationalAgent getProcessor(AlgorithmConfiguration config, String file, String explicitAlgorithm) 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 © 2014. All Rights Reserved.