Package de.swa

Class CSVLogWriter

java.lang.Object
de.swa.CSVLogWriter

public class CSVLogWriter
extends java.lang.Object
writes the GMAF log to a CSV file
  • Method Summary

    Modifier and Type Method Description
    static CSVLogWriter getInstance()  
    void log​(java.lang.String file, int nodes, long mmfvgDuration, long graphMLDuration, long gcDuration, long total, java.lang.String message)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static CSVLogWriter getInstance()
    • log

      public void log​(java.lang.String file, int nodes, long mmfvgDuration, long graphMLDuration, long gcDuration, long total, java.lang.String message)