Class ModelGenerator

java.lang.Object
net.officefloor.model.generate.ModelGenerator

public class ModelGenerator extends Object
Generates the Model.
Author:
Daniel Sagenschneider
  • Constructor Details

  • Method Details

    • generateModel

      public ModelFile generateModel(ModelContext context) throws Exception
      Generates the Model.
      Parameters:
      context - Context to create the Model.
      Returns:
      ModelFile for the Model.
      Throws:
      Exception - If fail.
    • removeConnectionMethod

      public void removeConnectionMethod() throws Exception
      Remove connection method.
      Throws:
      Exception - If fails to create the remove connection Method.