Class GraphGenerator


  • public class GraphGenerator
    extends java.lang.Object
    Generates all the models.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(java.io.File rawDir, java.io.File outputDir)
      Generates the models from the configuration in the raw directory and puts them in the output directory.
      • Methods inherited from class java.lang.Object

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

      • GraphGenerator

        public GraphGenerator()
    • Method Detail

      • generate

        public void generate​(java.io.File rawDir,
                             java.io.File outputDir)
                      throws java.lang.Exception
        Generates the models from the configuration in the raw directory and puts them in the output directory.
        Parameters:
        rawDir - Raw directory containing the model files.
        outputDir - Directory to write the resulting models.
        Throws:
        java.lang.Exception - If fails to generate the models.