Class CsvGraphInfoVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GRAPH_INFO_FILE_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      CsvGraphInfoVisitor​(java.nio.file.Path fileLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void export​(GraphInfo graphInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GRAPH_INFO_FILE_NAME

        public static final java.lang.String GRAPH_INFO_FILE_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • CsvGraphInfoVisitor

        public CsvGraphInfoVisitor​(java.nio.file.Path fileLocation)