Package microsim.data
Class ExperimentManager
java.lang.Object
microsim.data.ExperimentManager
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 Summary
FieldsModifier and TypeFieldDescriptionbooleanThe flag determines if the tool must copy input resources into output folder.booleanThe flag determines whether the input folder should remain constant for multirunsbooleanThe flag determines if output database must automatically be created. -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateExperiment(String multiRunId) static ExperimentManagersetupExperiment(Experiment experiment, Object... models)
-
Field Details
-
copyInputFolderStructure
public boolean copyInputFolderStructureThe flag determines if the tool must copy input resources into output folder. -
saveExperimentOnDatabase
public boolean saveExperimentOnDatabaseThe flag determines if output database must automatically be created. -
isMultiRun
public boolean isMultiRunThe flag determines whether the input folder should remain constant for multiruns
-
-
Method Details