public class KiePMMLCompoundPredicateFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EVALUATE_NESTED_PREDICATE |
static String |
NESTED_PREDICATE_FUNCTIONS |
| Modifier and Type | Method and Description |
|---|---|
static com.github.javaparser.ast.stmt.BlockStmt |
getCompoundPredicateBody(org.dmg.pmml.CompoundPredicate predicate,
org.dmg.pmml.DataDictionary dataDictionary,
List<org.dmg.pmml.DerivedField> derivedFields,
List<com.github.javaparser.ast.body.MethodDeclaration> toPopulate,
String rootNodeClassName,
String nodeClassName,
AtomicInteger counter) |
public static final String EVALUATE_NESTED_PREDICATE
public static final String NESTED_PREDICATE_FUNCTIONS
public static com.github.javaparser.ast.stmt.BlockStmt getCompoundPredicateBody(org.dmg.pmml.CompoundPredicate predicate,
org.dmg.pmml.DataDictionary dataDictionary,
List<org.dmg.pmml.DerivedField> derivedFields,
List<com.github.javaparser.ast.body.MethodDeclaration> toPopulate,
String rootNodeClassName,
String nodeClassName,
AtomicInteger counter)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.