Package microsim.data

Class ExperimentManager

java.lang.Object
microsim.data.ExperimentManager

public class ExperimentManager extends Object
Singleton. Utility used to create ana manage experiment setup. It makes copies of input folder into output and create experiment run record into output database.
Author:
Michele Sonnessa, edited by Ross Richardson
  • Field Details

    • copyInputFolderStructure

      public boolean copyInputFolderStructure
      The flag determines if the tool must copy input resources into output folder.
    • saveExperimentOnDatabase

      public boolean saveExperimentOnDatabase
      The flag determines if output database must automatically be created.
    • isMultiRun

      public boolean isMultiRun
      The flag determines whether the input folder should remain constant for multiruns
  • Method Details