Class CSVExperimentReport

  • All Implemented Interfaces:
    ObserverIfc, GetNameIfc, IdentityIfc

    public class CSVExperimentReport
    extends CSVReport
    Represents a comma separated value file for experiment data (across replication data) SimName, ModelName, ExpName, RepNum, ResponseType, ResponseID, ResponseName, .. then the header from StatisticAccessorIfc.getCSVStatisticHeader() Captures all ResponseVariables, TimeWeighted variables, and Counters
    • Constructor Detail

      • CSVExperimentReport

        public CSVExperimentReport​(java.nio.file.Path pathToFile)
        Makes a report as a file within the supplied path
        Parameters:
        pathToFile - the path to the file, must not be null