Class KiePMMLDroolsModelFactoryUtils


  • public class KiePMMLDroolsModelFactoryUtils
    extends java.lang.Object
    Utility class to provide common methods for KiePMMLDroolsModel-specific factories
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends org.dmg.pmml.Model>
      com.github.javaparser.ast.CompilationUnit
      getKiePMMLModelCompilationUnit​(DroolsCompilationDTO<T> droolsCompilationDTO, java.lang.String javaTemplate, java.lang.String modelClassName)  
      • Methods inherited from class java.lang.Object

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

      • getKiePMMLModelCompilationUnit

        public static <T extends org.dmg.pmml.Model> com.github.javaparser.ast.CompilationUnit getKiePMMLModelCompilationUnit​(DroolsCompilationDTO<T> droolsCompilationDTO,
                                                                                                                              java.lang.String javaTemplate,
                                                                                                                              java.lang.String modelClassName)
        Parameters:
        droolsCompilationDTO -
        javaTemplate - the name of the file to be used as template source
        modelClassName - the name of the class used in the provided template
        Returns: