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 Details

    • ExperimentMetaData

      public ExperimentMetaData()
  • Method Details

    • get

      public static ExperimentMetaData get()
    • initialize

      public static ExperimentMetaData initialize​(Path expFileLocation, Path archFileLocation)
    • getReportType

      public String getReportType()
    • getExperimentName

      public String getExperimentName()
    • getModelName

      public String getModelName()
    • getDuration

      public double getDuration()
    • getSeed

      public int getSeed()
    • getTimeUnit

      public TimeUnit getTimeUnit()
    • getExpFileLocation

      public File getExpFileLocation()
    • getArchFileLocation

      public File getArchFileLocation()