Class ModelClassGenerator


  • public class ModelClassGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelClassGenerator​(io.automatiko.engine.workflow.compiler.canonical.ProcessToExecModelGenerator execModelGenerator, GeneratorContext context, io.automatiko.engine.api.definition.process.WorkflowProcess workFlowProcess)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String className()  
      io.automatiko.engine.workflow.compiler.canonical.ModelMetaData generate()  
      java.lang.String generatedFilePath()  
      java.lang.String simpleName()  
      • Methods inherited from class java.lang.Object

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

      • ModelClassGenerator

        public ModelClassGenerator​(io.automatiko.engine.workflow.compiler.canonical.ProcessToExecModelGenerator execModelGenerator,
                                   GeneratorContext context,
                                   io.automatiko.engine.api.definition.process.WorkflowProcess workFlowProcess)
    • Method Detail

      • generate

        public io.automatiko.engine.workflow.compiler.canonical.ModelMetaData generate()
      • generatedFilePath

        public java.lang.String generatedFilePath()
      • simpleName

        public java.lang.String simpleName()
      • className

        public java.lang.String className()