Class PrefabGraphDumper


  • public class PrefabGraphDumper
    extends java.lang.Object
    The Class PrefabGraphDumper.
    Author:
    Alejandro Galue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.util.List<PrefabGraph> graphs, java.io.Writer writer)
      Dump.
      • Methods inherited from class java.lang.Object

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

      • PrefabGraphDumper

        public PrefabGraphDumper()
    • Method Detail

      • dump

        public void dump​(java.util.List<PrefabGraph> graphs,
                         java.io.Writer writer)
                  throws java.io.IOException
        Dump.

        This only cover the main variables from the PrefabGraph.

        Parameters:
        graphs - the graphs
        writer - the writer
        Throws:
        java.io.IOException - Signals that an I/O exception has occurred.