Class KiePMMLModelCodegenUtils


  • public class KiePMMLModelCodegenUtils
    extends Object
    Class meant to implement all the common code needed to generate a KiePMMLModel
    • Method Detail

      • init

        public static void init​(org.kie.pmml.compiler.api.dto.CompilationDTO<? extends org.dmg.pmml.Model> compilationDTO,
                                com.github.javaparser.ast.body.ClassOrInterfaceDeclaration modelTemplate)
        Initialize the given ClassOrInterfaceDeclaration with all the common code needed to generate a KiePMMLModel
        Parameters:
        compilationDTO -
        modelTemplate -