Class KiePMMLTruePredicateWithResultASTFactory
- java.lang.Object
-
- org.kie.pmml.models.drools.ast.factories.KiePMMLTruePredicateWithResultASTFactory
-
public class KiePMMLTruePredicateWithResultASTFactory extends Object
Class used to generate aKiePMMLDroolsRuleout of aTruepredicate to be used with result
-
-
Constructor Summary
Constructors Constructor Description KiePMMLTruePredicateWithResultASTFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeclareRuleFromTruePredicate(KiePMMLDroolsRule.Builder builder, List<KiePMMLDroolsRule> rules, Object result, boolean isFinalLeaf)
-
-
-
Method Detail
-
declareRuleFromTruePredicate
public static void declareRuleFromTruePredicate(KiePMMLDroolsRule.Builder builder, List<KiePMMLDroolsRule> rules, Object result, boolean isFinalLeaf)
-
-