Class ExperimentFactory

java.lang.Object
es.upm.fi.cig.multictbnc.experiments.ExperimentFactory

public class ExperimentFactory extends Object
A factory class for creating instances of experiments based on provided arguments.
  • Constructor Details

    • ExperimentFactory

      public ExperimentFactory()
  • Method Details

    • getExperiment

      public static Experiment getExperiment(String... args)
      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.