Class RundDataCSVFileSaver

java.lang.Object
se.lnu.siq.s4rdm3x.experiments.RundDataCSVFileSaver

public class RundDataCSVFileSaver
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RundDataCSVFileSaver()  
  • Method Summary

    Modifier and Type Method Description
    void writeData​(java.nio.file.Path a_filePath, java.lang.Iterable<? extends ExperimentRunData.BasicRunData> a_data)  
    void writeData​(java.nio.file.Path a_filePath, ExperimentRunData.BasicRunData a_rd)  
    void writeHeader​(java.nio.file.Path a_filePath)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • writeHeader

      public void writeHeader​(java.nio.file.Path a_filePath) throws java.io.IOException
      Throws:
      java.io.IOException
    • writeData

      public void writeData​(java.nio.file.Path a_filePath, java.lang.Iterable<? extends ExperimentRunData.BasicRunData> a_data) throws java.io.IOException
      Throws:
      java.io.IOException
    • writeData

      public void writeData​(java.nio.file.Path a_filePath, ExperimentRunData.BasicRunData a_rd) throws java.io.IOException
      Throws:
      java.io.IOException