Class ModelGenerator


  • public class ModelGenerator
    extends java.lang.Object
    Generates the Model.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • generateModel

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

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