Class ModelGenerator


  • public class ModelGenerator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer base  
      protected IModel model  
      protected java.lang.Integer modelId  
      protected java.nio.file.Path root  
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelGenerator​(java.lang.Integer modelId)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • root

        protected final java.nio.file.Path root
      • model

        protected final IModel model
      • base

        protected final java.lang.Integer base
      • modelId

        protected final java.lang.Integer modelId
    • Constructor Detail

      • ModelGenerator

        public ModelGenerator​(java.lang.Integer modelId)