Package net.officefloor.model.generate
Class GraphGenerator
- java.lang.Object
-
- net.officefloor.model.generate.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.
-
-
-
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.
-
-