Uses of Class
org.kie.pmml.models.drools.tuples.KiePMMLReasonCodeAndValue
-
Packages that use KiePMMLReasonCodeAndValue Package Description org.kie.pmml.models.drools.ast org.kie.pmml.models.drools.ast.factories -
-
Uses of KiePMMLReasonCodeAndValue in org.kie.pmml.models.drools.ast
Methods in org.kie.pmml.models.drools.ast that return KiePMMLReasonCodeAndValue Modifier and Type Method Description KiePMMLReasonCodeAndValueKiePMMLDroolsRule. getReasonCodeAndValue()Methods in org.kie.pmml.models.drools.ast with parameters of type KiePMMLReasonCodeAndValue Modifier and Type Method Description KiePMMLDroolsRule.BuilderKiePMMLDroolsRule.Builder. withReasonCodeAndValue(KiePMMLReasonCodeAndValue reasonCodeAndValue)Add the given reasonCode to the ordered map of matched reason codes. -
Uses of KiePMMLReasonCodeAndValue in org.kie.pmml.models.drools.ast.factories
Methods in org.kie.pmml.models.drools.ast.factories with parameters of type KiePMMLReasonCodeAndValue Modifier and Type Method Description voidKiePMMLCompoundPredicateASTFactory. declareRuleFromCompoundPredicate(Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)static voidKiePMMLCompoundPredicateWithAccumulationASTFactory. declareRuleFromCompoundPredicateAndOrXor(KiePMMLDroolsRule.Builder builder, List<KiePMMLDroolsRule> rules, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)Method to be invoked when compoundPredicate.getBooleanOperator() isAND,ORorXOR .static voidKiePMMLCompoundPredicateWithAccumulationASTFactory. declareRuleFromCompoundPredicateSurrogate(PredicateASTFactoryData predicateASTFactoryData, String agendaActivationGroup, Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)Method to be invoked when compoundPredicate.getBooleanOperator() isSURROGATE.voidKiePMMLPredicateASTFactory. declareRuleFromPredicate(Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)Manage the givenPredicate.voidKiePMMLSimplePredicateASTFactory. declareRuleFromSimplePredicate(Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)This method will create a rule that, in the RHS, 1) update the status (used for flowing between rules) 2) add outputfields to result variables 3) eventually set the value to accumulatevoidKiePMMLSimplePredicateASTFactory. declareRuleFromSimplePredicateSurrogate(String agendaActivationGroup, Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)voidKiePMMLSimpleSetPredicateASTFactory. declareRuleFromSimpleSetPredicate(Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)static voidKiePMMLTruePredicateWithAccumulationASTFactory. declareRuleFromTruePredicate(KiePMMLDroolsRule.Builder builder, List<KiePMMLDroolsRule> rules, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)voidKiePMMLTruePredicateASTFactory. declareRuleFromTruePredicateWithAccumulation(Number toAccumulate, String statusToSet, KiePMMLReasonCodeAndValue reasonCodeAndValue, boolean isLastCharacteristic)
-