public class KiePMMLDroolsModelFactoryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.github.javaparser.ast.CompilationUnit |
getKiePMMLModelCompilationUnit(org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.Model model,
Map<String,KiePMMLOriginalTypeGeneratedType> fieldTypeMap,
String packageName,
String javaTemplate,
String modelClassName) |
public static com.github.javaparser.ast.CompilationUnit getKiePMMLModelCompilationUnit(org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.Model model,
Map<String,KiePMMLOriginalTypeGeneratedType> fieldTypeMap,
String packageName,
String javaTemplate,
String modelClassName)
dataDictionary - model - fieldTypeMap - packageName - javaTemplate - the name of the file to be used as template sourcemodelClassName - the name of the class used in the provided templateCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.