public class GeneratorsFactory extends Object
| Constructor and Description |
|---|
GeneratorsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addGenerator2List(List<ComputationalAgent> generators,
Generator generator) |
static StatisticalType |
getAlgorithmOutput(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
static List<StatisticalType> |
getAlgorithmParameters(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
static List<String> |
getAllGenerators(String configPath) |
static String |
getDescription(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
static Generator |
getGenerator(AlgorithmConfiguration config) |
static List<ComputationalAgent> |
getGenerators(AlgorithmConfiguration config) |
static List<String> |
getProbabilityDistributionAlgorithms(String configPath) |
public static List<String> getProbabilityDistributionAlgorithms(String configPath) throws Exception
Exceptionpublic static List<String> getAllGenerators(String configPath) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<StatisticalType> getAlgorithmParameters(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static StatisticalType getAlgorithmOutput(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static Generator getGenerator(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<ComputationalAgent> getGenerators(AlgorithmConfiguration config) throws Exception
Exceptionpublic static void addGenerator2List(List<ComputationalAgent> generators, Generator generator)
Copyright © 2022. All Rights Reserved.