Class KiePMMLModelCodegenUtils
- java.lang.Object
-
- org.kie.pmml.compiler.commons.builders.KiePMMLModelCodegenUtils
-
public class KiePMMLModelCodegenUtils extends Object
Class meant to implement all the common code needed to generate aKiePMMLModel
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit(org.kie.pmml.compiler.api.dto.CompilationDTO<? extends org.dmg.pmml.Model> compilationDTO, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration modelTemplate)Initialize the givenClassOrInterfaceDeclarationwith all the common code needed to generate aKiePMMLModel
-
-
-
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 givenClassOrInterfaceDeclarationwith all the common code needed to generate aKiePMMLModel- Parameters:
compilationDTO-modelTemplate-
-
-