Module es.upm.fi.cig.multictbnc
Class ExperimentFactory
java.lang.Object
es.upm.fi.cig.multictbnc.experiments.ExperimentFactory
A factory class for creating instances of experiments based on provided arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Experiment
getExperiment
(String... args) Gets an instance of an experiment based on the provided arguments.
-
Constructor Details
-
ExperimentFactory
public ExperimentFactory()
-
-
Method Details
-
getExperiment
Gets an instance of an experiment based on the provided arguments.- Parameters:
args
- arguments specifying the experiment to create and its configuration- Returns:
- an instance of the specified experiment.
-