public class KiePMMLModelUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getSanitizedClassName(String input)
Convert the given
String in a valid class name (i.e. no dots, no spaces, first letter upper case) |
static String |
getSanitizedPackageName(String modelName)
Method to be used by every KiePMML implementation to retrieve the package name
out of the model name
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.