public class KiePMMLModelCodegenUtils extends Object
KiePMMLModel| Modifier and Type | Method and Description |
|---|---|
static void |
init(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration modelTemplate,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
org.dmg.pmml.Model pmmlModel)
Initialize the given
ClassOrInterfaceDeclaration with all the common code needed to generate a KiePMMLModel |
public static void init(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration modelTemplate,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
org.dmg.pmml.Model pmmlModel)
ClassOrInterfaceDeclaration with all the common code needed to generate a KiePMMLModelmodelTemplate - dataDictionary - transformationDictionary - pmmlModel - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.