Package de.rss.fachstudie.MiSim.models
Class ExperimentMetaData
java.lang.Object
de.rss.fachstudie.MiSim.models.ExperimentMetaData
public class ExperimentMetaData extends Object
Class that contains the architectural information provided by the architecture file.
- Author:
- Lion Wagner
-
Constructor Summary
Constructors Constructor Description ExperimentMetaData() -
Method Summary
Modifier and Type Method Description static ExperimentMetaDataget()FilegetArchFileLocation()doublegetDuration()StringgetExperimentName()FilegetExpFileLocation()StringgetModelName()StringgetReportType()intgetSeed()TimeUnitgetTimeUnit()static ExperimentMetaDatainitialize(Path expFileLocation, Path archFileLocation)
-
Constructor Details
-
ExperimentMetaData
public ExperimentMetaData()
-
-
Method Details
-
get
-
initialize
-
getReportType
-
getExperimentName
-
getModelName
-
getDuration
public double getDuration() -
getSeed
public int getSeed() -
getTimeUnit
-
getExpFileLocation
-
getArchFileLocation
-