Package net.officefloor.model.generate
Class GenerateOfficeFloorModel
- java.lang.Object
-
- net.officefloor.model.generate.GenerateOfficeFloorModel
-
public class GenerateOfficeFloorModel extends java.lang.Object
Generates the OfficeFloor model.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description GenerateOfficeFloorModel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Allow invoking.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Allow invoking.- Parameters:
args
- Command line arguments.- Throws:
java.lang.Exception
- If fails to generate theOfficeFloor
models.
-
-