Created
September 4, 2020 14:07
-
-
Save lucamolteni/f2c744a961ca18add9413fca88ce3021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.kie.dmn.core.alphasupport; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.Collection; | |
| import java.util.LinkedHashMap; | |
| import java.util.Map; | |
| import java.lang.Override; | |
| import org.drools.compiler.builder.impl.KnowledgeBuilderImpl; | |
| import org.drools.core.reteoo.AlphaNode; | |
| import org.drools.core.reteoo.compiled.CompiledNetwork; | |
| import org.drools.model.Index; | |
| import org.kie.dmn.core.compiler.alphanetbased.DMNCompiledAlphaNetwork; | |
| import org.kie.dmn.core.compiler.alphanetbased.NetworkBuilderContext; | |
| import org.kie.dmn.core.compiler.alphanetbased.ResultCollector; | |
| import org.kie.dmn.feel.lang.EvaluationContext; | |
| import org.kie.dmn.core.compiler.alphanetbased.AlphaNetworkCompilerUtils; | |
| import org.drools.core.reteoo.AlphaNode; | |
| import static org.drools.compiler.reteoo.compiled.ObjectTypeNodeCompiler.compile; | |
| import static org.kie.dmn.core.compiler.alphanetbased.AlphaNetworkCompilerUtils.addResultSink; | |
| import static org.kie.dmn.core.compiler.alphanetbased.AlphaNetworkCompilerUtils.createAlphaNode; | |
| import static org.kie.dmn.core.compiler.alphanetbased.AlphaNetworkCompilerUtils.createIndex; | |
| import static org.kie.dmn.feel.codegen.feel11.CompiledFEELSemanticMappings.gracefulEq; | |
| // All implementations are used only for templating purposes and should never be called | |
| public class DMNAlphaNetwork implements DMNCompiledAlphaNetwork { | |
| protected final ResultCollector resultCollector = new ResultCollector(); | |
| protected CompiledNetwork compiledNetwork; | |
| public static final org.kie.dmn.feel.runtime.UnaryTest UT1 = (feelExprCtx, left) -> gracefulEq(feelExprCtx, "false", left); | |
| protected final NetworkBuilderContext ctx = new NetworkBuilderContext(); | |
| public DMNAlphaNetwork() { | |
| { | |
| block0(); | |
| block1(); | |
| block2(); | |
| block3(); | |
| block4(); | |
| block5(); | |
| block6(); | |
| block7(); | |
| block8(); | |
| block9(); | |
| block10(); | |
| block11(); | |
| block12(); | |
| block13(); | |
| block14(); | |
| block15(); | |
| block16(); | |
| block17(); | |
| block18(); | |
| block19(); | |
| block20(); | |
| block21(); | |
| } | |
| Index index3 = createIndex(String.class, x -> (String) x.getValue(0), "dummy"); | |
| AlphaNode alphaDummy = createAlphaNode(ctx, ctx.otn, x -> false, index3); | |
| addResultSink(ctx, this, alphaDummy, "DUMMY"); | |
| this.compiledNetwork = compile(new KnowledgeBuilderImpl(ctx.kBase), ctx.otn); | |
| this.compiledNetwork.setObjectTypeNode(ctx.otn); | |
| } | |
| @Override | |
| public Object evaluate(EvaluationContext evalCtx) { | |
| System.out.println(" ++++ PASSO DI QUI?"); | |
| return "LOW"; | |
| } | |
| @Override | |
| public ResultCollector getResultCollector() { | |
| return resultCollector; | |
| } | |
| void alphaNodeCreation0() { | |
| org.drools.model.Index indexR1C1 = createIndex(String.class, x -> (String) x.getValue(0), "false"); | |
| AlphaNode alphaNodeR1C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34false_34", x -> true, indexR1C1); | |
| AlphaNode alphaNodeR1C2 = createAlphaNode(ctx, alphaNodeR1C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation1() { | |
| org.drools.model.Index indexR2C1 = createIndex(String.class, x -> (String) x.getValue(0), "false"); | |
| AlphaNode alphaNodeR2C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34false_34", x -> true, indexR2C1); | |
| AlphaNode alphaNodeR2C2 = createAlphaNode(ctx, alphaNodeR2C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation2() { | |
| org.drools.model.Index indexR3C1 = createIndex(String.class, x -> (String) x.getValue(0), "false"); | |
| AlphaNode alphaNodeR3C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34false_34", x -> true, indexR3C1); | |
| AlphaNode alphaNodeR3C2 = createAlphaNode(ctx, alphaNodeR3C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation3() { | |
| org.drools.model.Index indexR4C1 = createIndex(String.class, x -> (String) x.getValue(0), "false"); | |
| AlphaNode alphaNodeR4C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34false_34", x -> true, indexR4C1); | |
| AlphaNode alphaNodeR4C2 = createAlphaNode(ctx, alphaNodeR4C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation4() { | |
| org.drools.model.Index indexR5C1 = createIndex(String.class, x -> (String) x.getValue(0), "true"); | |
| AlphaNode alphaNodeR5C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34true_34", x -> true, indexR5C1); | |
| AlphaNode alphaNodeR5C2 = createAlphaNode(ctx, alphaNodeR5C1, "Application_32Risk_32Score_6080", x -> true); | |
| } | |
| void alphaNodeCreation5() { | |
| org.drools.model.Index indexR6C1 = createIndex(String.class, x -> (String) x.getValue(0), "true"); | |
| AlphaNode alphaNodeR6C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34true_34", x -> true, indexR6C1); | |
| AlphaNode alphaNodeR6C2 = createAlphaNode(ctx, alphaNodeR6C1, "Application_32Risk_32Score_9180_46_4690_41", x -> true); | |
| } | |
| void alphaNodeCreation6() { | |
| org.drools.model.Index indexR7C1 = createIndex(String.class, x -> (String) x.getValue(0), "true"); | |
| AlphaNode alphaNodeR7C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34true_34", x -> true, indexR7C1); | |
| AlphaNode alphaNodeR7C2 = createAlphaNode(ctx, alphaNodeR7C1, "Application_32Risk_32Score_9190_46_46110_93", x -> true); | |
| } | |
| void alphaNodeCreation7() { | |
| org.drools.model.Index indexR8C1 = createIndex(String.class, x -> (String) x.getValue(0), "true"); | |
| AlphaNode alphaNodeR8C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34true_34", x -> true, indexR8C1); | |
| AlphaNode alphaNodeR8C2 = createAlphaNode(ctx, alphaNodeR8C1, "Application_32Risk_32Score_62110", x -> true); | |
| } | |
| void alphaNodeCreation8() { | |
| org.drools.model.Index indexR9C1 = createIndex(String.class, x -> (String) x.getValue(0), "A"); | |
| AlphaNode alphaNodeR9C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34A_34", x -> true, indexR9C1); | |
| AlphaNode alphaNodeR9C2 = createAlphaNode(ctx, alphaNodeR9C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation9() { | |
| org.drools.model.Index indexR10C1 = createIndex(String.class, x -> (String) x.getValue(0), "A"); | |
| AlphaNode alphaNodeR10C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34A_34", x -> true, indexR10C1); | |
| AlphaNode alphaNodeR10C2 = createAlphaNode(ctx, alphaNodeR10C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation10() { | |
| org.drools.model.Index indexR11C1 = createIndex(String.class, x -> (String) x.getValue(0), "A"); | |
| AlphaNode alphaNodeR11C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34A_34", x -> true, indexR11C1); | |
| AlphaNode alphaNodeR11C2 = createAlphaNode(ctx, alphaNodeR11C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation11() { | |
| org.drools.model.Index indexR12C1 = createIndex(String.class, x -> (String) x.getValue(0), "A"); | |
| AlphaNode alphaNodeR12C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34A_34", x -> true, indexR12C1); | |
| AlphaNode alphaNodeR12C2 = createAlphaNode(ctx, alphaNodeR12C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation12() { | |
| org.drools.model.Index indexR13C1 = createIndex(String.class, x -> (String) x.getValue(0), "B"); | |
| AlphaNode alphaNodeR13C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34B_34", x -> true, indexR13C1); | |
| AlphaNode alphaNodeR13C2 = createAlphaNode(ctx, alphaNodeR13C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation13() { | |
| org.drools.model.Index indexR14C1 = createIndex(String.class, x -> (String) x.getValue(0), "B"); | |
| AlphaNode alphaNodeR14C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34B_34", x -> true, indexR14C1); | |
| AlphaNode alphaNodeR14C2 = createAlphaNode(ctx, alphaNodeR14C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation14() { | |
| org.drools.model.Index indexR15C1 = createIndex(String.class, x -> (String) x.getValue(0), "B"); | |
| AlphaNode alphaNodeR15C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34B_34", x -> true, indexR15C1); | |
| AlphaNode alphaNodeR15C2 = createAlphaNode(ctx, alphaNodeR15C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation15() { | |
| org.drools.model.Index indexR16C1 = createIndex(String.class, x -> (String) x.getValue(0), "B"); | |
| AlphaNode alphaNodeR16C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34B_34", x -> true, indexR16C1); | |
| AlphaNode alphaNodeR16C2 = createAlphaNode(ctx, alphaNodeR16C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation16() { | |
| org.drools.model.Index indexR17C1 = createIndex(String.class, x -> (String) x.getValue(0), "C"); | |
| AlphaNode alphaNodeR17C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34C_34", x -> true, indexR17C1); | |
| AlphaNode alphaNodeR17C2 = createAlphaNode(ctx, alphaNodeR17C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation17() { | |
| org.drools.model.Index indexR18C1 = createIndex(String.class, x -> (String) x.getValue(0), "C"); | |
| AlphaNode alphaNodeR18C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34C_34", x -> true, indexR18C1); | |
| AlphaNode alphaNodeR18C2 = createAlphaNode(ctx, alphaNodeR18C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation18() { | |
| org.drools.model.Index indexR19C1 = createIndex(String.class, x -> (String) x.getValue(0), "C"); | |
| AlphaNode alphaNodeR19C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34C_34", x -> true, indexR19C1); | |
| AlphaNode alphaNodeR19C2 = createAlphaNode(ctx, alphaNodeR19C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation19() { | |
| org.drools.model.Index indexR20C1 = createIndex(String.class, x -> (String) x.getValue(0), "C"); | |
| AlphaNode alphaNodeR20C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34C_34", x -> true, indexR20C1); | |
| AlphaNode alphaNodeR20C2 = createAlphaNode(ctx, alphaNodeR20C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation20() { | |
| org.drools.model.Index indexR21C1 = createIndex(String.class, x -> (String) x.getValue(0), "D"); | |
| AlphaNode alphaNodeR21C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34D_34", x -> true, indexR21C1); | |
| AlphaNode alphaNodeR21C2 = createAlphaNode(ctx, alphaNodeR21C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation21() { | |
| org.drools.model.Index indexR22C1 = createIndex(String.class, x -> (String) x.getValue(0), "D"); | |
| AlphaNode alphaNodeR22C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34D_34", x -> true, indexR22C1); | |
| AlphaNode alphaNodeR22C2 = createAlphaNode(ctx, alphaNodeR22C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation22() { | |
| org.drools.model.Index indexR23C1 = createIndex(String.class, x -> (String) x.getValue(0), "D"); | |
| AlphaNode alphaNodeR23C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34D_34", x -> true, indexR23C1); | |
| AlphaNode alphaNodeR23C2 = createAlphaNode(ctx, alphaNodeR23C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation23() { | |
| org.drools.model.Index indexR24C1 = createIndex(String.class, x -> (String) x.getValue(0), "D"); | |
| AlphaNode alphaNodeR24C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34D_34", x -> true, indexR24C1); | |
| AlphaNode alphaNodeR24C2 = createAlphaNode(ctx, alphaNodeR24C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation24() { | |
| org.drools.model.Index indexR25C1 = createIndex(String.class, x -> (String) x.getValue(0), "E"); | |
| AlphaNode alphaNodeR25C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34E_34", x -> true, indexR25C1); | |
| AlphaNode alphaNodeR25C2 = createAlphaNode(ctx, alphaNodeR25C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation25() { | |
| org.drools.model.Index indexR26C1 = createIndex(String.class, x -> (String) x.getValue(0), "E"); | |
| AlphaNode alphaNodeR26C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34E_34", x -> true, indexR26C1); | |
| AlphaNode alphaNodeR26C2 = createAlphaNode(ctx, alphaNodeR26C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation26() { | |
| org.drools.model.Index indexR27C1 = createIndex(String.class, x -> (String) x.getValue(0), "E"); | |
| AlphaNode alphaNodeR27C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34E_34", x -> true, indexR27C1); | |
| AlphaNode alphaNodeR27C2 = createAlphaNode(ctx, alphaNodeR27C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation27() { | |
| org.drools.model.Index indexR28C1 = createIndex(String.class, x -> (String) x.getValue(0), "E"); | |
| AlphaNode alphaNodeR28C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34E_34", x -> true, indexR28C1); | |
| AlphaNode alphaNodeR28C2 = createAlphaNode(ctx, alphaNodeR28C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation28() { | |
| org.drools.model.Index indexR29C1 = createIndex(String.class, x -> (String) x.getValue(0), "F"); | |
| AlphaNode alphaNodeR29C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34F_34", x -> true, indexR29C1); | |
| AlphaNode alphaNodeR29C2 = createAlphaNode(ctx, alphaNodeR29C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation29() { | |
| org.drools.model.Index indexR30C1 = createIndex(String.class, x -> (String) x.getValue(0), "F"); | |
| AlphaNode alphaNodeR30C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34F_34", x -> true, indexR30C1); | |
| AlphaNode alphaNodeR30C2 = createAlphaNode(ctx, alphaNodeR30C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation30() { | |
| org.drools.model.Index indexR31C1 = createIndex(String.class, x -> (String) x.getValue(0), "F"); | |
| AlphaNode alphaNodeR31C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34F_34", x -> true, indexR31C1); | |
| AlphaNode alphaNodeR31C2 = createAlphaNode(ctx, alphaNodeR31C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation31() { | |
| org.drools.model.Index indexR32C1 = createIndex(String.class, x -> (String) x.getValue(0), "F"); | |
| AlphaNode alphaNodeR32C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34F_34", x -> true, indexR32C1); | |
| AlphaNode alphaNodeR32C2 = createAlphaNode(ctx, alphaNodeR32C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation32() { | |
| org.drools.model.Index indexR33C1 = createIndex(String.class, x -> (String) x.getValue(0), "G"); | |
| AlphaNode alphaNodeR33C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34G_34", x -> true, indexR33C1); | |
| AlphaNode alphaNodeR33C2 = createAlphaNode(ctx, alphaNodeR33C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation33() { | |
| org.drools.model.Index indexR34C1 = createIndex(String.class, x -> (String) x.getValue(0), "G"); | |
| AlphaNode alphaNodeR34C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34G_34", x -> true, indexR34C1); | |
| AlphaNode alphaNodeR34C2 = createAlphaNode(ctx, alphaNodeR34C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation34() { | |
| org.drools.model.Index indexR35C1 = createIndex(String.class, x -> (String) x.getValue(0), "G"); | |
| AlphaNode alphaNodeR35C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34G_34", x -> true, indexR35C1); | |
| AlphaNode alphaNodeR35C2 = createAlphaNode(ctx, alphaNodeR35C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation35() { | |
| org.drools.model.Index indexR36C1 = createIndex(String.class, x -> (String) x.getValue(0), "G"); | |
| AlphaNode alphaNodeR36C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34G_34", x -> true, indexR36C1); | |
| AlphaNode alphaNodeR36C2 = createAlphaNode(ctx, alphaNodeR36C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation36() { | |
| org.drools.model.Index indexR37C1 = createIndex(String.class, x -> (String) x.getValue(0), "H"); | |
| AlphaNode alphaNodeR37C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34H_34", x -> true, indexR37C1); | |
| AlphaNode alphaNodeR37C2 = createAlphaNode(ctx, alphaNodeR37C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation37() { | |
| org.drools.model.Index indexR38C1 = createIndex(String.class, x -> (String) x.getValue(0), "H"); | |
| AlphaNode alphaNodeR38C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34H_34", x -> true, indexR38C1); | |
| AlphaNode alphaNodeR38C2 = createAlphaNode(ctx, alphaNodeR38C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation38() { | |
| org.drools.model.Index indexR39C1 = createIndex(String.class, x -> (String) x.getValue(0), "H"); | |
| AlphaNode alphaNodeR39C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34H_34", x -> true, indexR39C1); | |
| AlphaNode alphaNodeR39C2 = createAlphaNode(ctx, alphaNodeR39C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation39() { | |
| org.drools.model.Index indexR40C1 = createIndex(String.class, x -> (String) x.getValue(0), "H"); | |
| AlphaNode alphaNodeR40C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34H_34", x -> true, indexR40C1); | |
| AlphaNode alphaNodeR40C2 = createAlphaNode(ctx, alphaNodeR40C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation40() { | |
| org.drools.model.Index indexR41C1 = createIndex(String.class, x -> (String) x.getValue(0), "I"); | |
| AlphaNode alphaNodeR41C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34I_34", x -> true, indexR41C1); | |
| AlphaNode alphaNodeR41C2 = createAlphaNode(ctx, alphaNodeR41C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation41() { | |
| org.drools.model.Index indexR42C1 = createIndex(String.class, x -> (String) x.getValue(0), "I"); | |
| AlphaNode alphaNodeR42C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34I_34", x -> true, indexR42C1); | |
| AlphaNode alphaNodeR42C2 = createAlphaNode(ctx, alphaNodeR42C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation42() { | |
| org.drools.model.Index indexR43C1 = createIndex(String.class, x -> (String) x.getValue(0), "I"); | |
| AlphaNode alphaNodeR43C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34I_34", x -> true, indexR43C1); | |
| AlphaNode alphaNodeR43C2 = createAlphaNode(ctx, alphaNodeR43C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation43() { | |
| org.drools.model.Index indexR44C1 = createIndex(String.class, x -> (String) x.getValue(0), "I"); | |
| AlphaNode alphaNodeR44C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34I_34", x -> true, indexR44C1); | |
| AlphaNode alphaNodeR44C2 = createAlphaNode(ctx, alphaNodeR44C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation44() { | |
| org.drools.model.Index indexR45C1 = createIndex(String.class, x -> (String) x.getValue(0), "J"); | |
| AlphaNode alphaNodeR45C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34J_34", x -> true, indexR45C1); | |
| AlphaNode alphaNodeR45C2 = createAlphaNode(ctx, alphaNodeR45C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation45() { | |
| org.drools.model.Index indexR46C1 = createIndex(String.class, x -> (String) x.getValue(0), "J"); | |
| AlphaNode alphaNodeR46C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34J_34", x -> true, indexR46C1); | |
| AlphaNode alphaNodeR46C2 = createAlphaNode(ctx, alphaNodeR46C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation46() { | |
| org.drools.model.Index indexR47C1 = createIndex(String.class, x -> (String) x.getValue(0), "J"); | |
| AlphaNode alphaNodeR47C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34J_34", x -> true, indexR47C1); | |
| AlphaNode alphaNodeR47C2 = createAlphaNode(ctx, alphaNodeR47C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation47() { | |
| org.drools.model.Index indexR48C1 = createIndex(String.class, x -> (String) x.getValue(0), "J"); | |
| AlphaNode alphaNodeR48C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34J_34", x -> true, indexR48C1); | |
| AlphaNode alphaNodeR48C2 = createAlphaNode(ctx, alphaNodeR48C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation48() { | |
| org.drools.model.Index indexR49C1 = createIndex(String.class, x -> (String) x.getValue(0), "K"); | |
| AlphaNode alphaNodeR49C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34K_34", x -> true, indexR49C1); | |
| AlphaNode alphaNodeR49C2 = createAlphaNode(ctx, alphaNodeR49C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation49() { | |
| org.drools.model.Index indexR50C1 = createIndex(String.class, x -> (String) x.getValue(0), "K"); | |
| AlphaNode alphaNodeR50C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34K_34", x -> true, indexR50C1); | |
| AlphaNode alphaNodeR50C2 = createAlphaNode(ctx, alphaNodeR50C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation50() { | |
| org.drools.model.Index indexR51C1 = createIndex(String.class, x -> (String) x.getValue(0), "K"); | |
| AlphaNode alphaNodeR51C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34K_34", x -> true, indexR51C1); | |
| AlphaNode alphaNodeR51C2 = createAlphaNode(ctx, alphaNodeR51C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation51() { | |
| org.drools.model.Index indexR52C1 = createIndex(String.class, x -> (String) x.getValue(0), "K"); | |
| AlphaNode alphaNodeR52C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34K_34", x -> true, indexR52C1); | |
| AlphaNode alphaNodeR52C2 = createAlphaNode(ctx, alphaNodeR52C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation52() { | |
| org.drools.model.Index indexR53C1 = createIndex(String.class, x -> (String) x.getValue(0), "L"); | |
| AlphaNode alphaNodeR53C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34L_34", x -> true, indexR53C1); | |
| AlphaNode alphaNodeR53C2 = createAlphaNode(ctx, alphaNodeR53C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation53() { | |
| org.drools.model.Index indexR54C1 = createIndex(String.class, x -> (String) x.getValue(0), "L"); | |
| AlphaNode alphaNodeR54C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34L_34", x -> true, indexR54C1); | |
| AlphaNode alphaNodeR54C2 = createAlphaNode(ctx, alphaNodeR54C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation54() { | |
| org.drools.model.Index indexR55C1 = createIndex(String.class, x -> (String) x.getValue(0), "L"); | |
| AlphaNode alphaNodeR55C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34L_34", x -> true, indexR55C1); | |
| AlphaNode alphaNodeR55C2 = createAlphaNode(ctx, alphaNodeR55C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation55() { | |
| org.drools.model.Index indexR56C1 = createIndex(String.class, x -> (String) x.getValue(0), "L"); | |
| AlphaNode alphaNodeR56C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34L_34", x -> true, indexR56C1); | |
| AlphaNode alphaNodeR56C2 = createAlphaNode(ctx, alphaNodeR56C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation56() { | |
| org.drools.model.Index indexR57C1 = createIndex(String.class, x -> (String) x.getValue(0), "M"); | |
| AlphaNode alphaNodeR57C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34M_34", x -> true, indexR57C1); | |
| AlphaNode alphaNodeR57C2 = createAlphaNode(ctx, alphaNodeR57C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation57() { | |
| org.drools.model.Index indexR58C1 = createIndex(String.class, x -> (String) x.getValue(0), "M"); | |
| AlphaNode alphaNodeR58C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34M_34", x -> true, indexR58C1); | |
| AlphaNode alphaNodeR58C2 = createAlphaNode(ctx, alphaNodeR58C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation58() { | |
| org.drools.model.Index indexR59C1 = createIndex(String.class, x -> (String) x.getValue(0), "M"); | |
| AlphaNode alphaNodeR59C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34M_34", x -> true, indexR59C1); | |
| AlphaNode alphaNodeR59C2 = createAlphaNode(ctx, alphaNodeR59C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation59() { | |
| org.drools.model.Index indexR60C1 = createIndex(String.class, x -> (String) x.getValue(0), "M"); | |
| AlphaNode alphaNodeR60C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34M_34", x -> true, indexR60C1); | |
| AlphaNode alphaNodeR60C2 = createAlphaNode(ctx, alphaNodeR60C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation60() { | |
| org.drools.model.Index indexR61C1 = createIndex(String.class, x -> (String) x.getValue(0), "N"); | |
| AlphaNode alphaNodeR61C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34N_34", x -> true, indexR61C1); | |
| AlphaNode alphaNodeR61C2 = createAlphaNode(ctx, alphaNodeR61C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation61() { | |
| org.drools.model.Index indexR62C1 = createIndex(String.class, x -> (String) x.getValue(0), "N"); | |
| AlphaNode alphaNodeR62C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34N_34", x -> true, indexR62C1); | |
| AlphaNode alphaNodeR62C2 = createAlphaNode(ctx, alphaNodeR62C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation62() { | |
| org.drools.model.Index indexR63C1 = createIndex(String.class, x -> (String) x.getValue(0), "N"); | |
| AlphaNode alphaNodeR63C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34N_34", x -> true, indexR63C1); | |
| AlphaNode alphaNodeR63C2 = createAlphaNode(ctx, alphaNodeR63C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation63() { | |
| org.drools.model.Index indexR64C1 = createIndex(String.class, x -> (String) x.getValue(0), "N"); | |
| AlphaNode alphaNodeR64C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34N_34", x -> true, indexR64C1); | |
| AlphaNode alphaNodeR64C2 = createAlphaNode(ctx, alphaNodeR64C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation64() { | |
| org.drools.model.Index indexR65C1 = createIndex(String.class, x -> (String) x.getValue(0), "O"); | |
| AlphaNode alphaNodeR65C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34O_34", x -> true, indexR65C1); | |
| AlphaNode alphaNodeR65C2 = createAlphaNode(ctx, alphaNodeR65C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation65() { | |
| org.drools.model.Index indexR66C1 = createIndex(String.class, x -> (String) x.getValue(0), "O"); | |
| AlphaNode alphaNodeR66C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34O_34", x -> true, indexR66C1); | |
| AlphaNode alphaNodeR66C2 = createAlphaNode(ctx, alphaNodeR66C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation66() { | |
| org.drools.model.Index indexR67C1 = createIndex(String.class, x -> (String) x.getValue(0), "O"); | |
| AlphaNode alphaNodeR67C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34O_34", x -> true, indexR67C1); | |
| AlphaNode alphaNodeR67C2 = createAlphaNode(ctx, alphaNodeR67C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation67() { | |
| org.drools.model.Index indexR68C1 = createIndex(String.class, x -> (String) x.getValue(0), "O"); | |
| AlphaNode alphaNodeR68C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34O_34", x -> true, indexR68C1); | |
| AlphaNode alphaNodeR68C2 = createAlphaNode(ctx, alphaNodeR68C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation68() { | |
| org.drools.model.Index indexR69C1 = createIndex(String.class, x -> (String) x.getValue(0), "P"); | |
| AlphaNode alphaNodeR69C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34P_34", x -> true, indexR69C1); | |
| AlphaNode alphaNodeR69C2 = createAlphaNode(ctx, alphaNodeR69C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation69() { | |
| org.drools.model.Index indexR70C1 = createIndex(String.class, x -> (String) x.getValue(0), "P"); | |
| AlphaNode alphaNodeR70C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34P_34", x -> true, indexR70C1); | |
| AlphaNode alphaNodeR70C2 = createAlphaNode(ctx, alphaNodeR70C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation70() { | |
| org.drools.model.Index indexR71C1 = createIndex(String.class, x -> (String) x.getValue(0), "P"); | |
| AlphaNode alphaNodeR71C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34P_34", x -> true, indexR71C1); | |
| AlphaNode alphaNodeR71C2 = createAlphaNode(ctx, alphaNodeR71C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation71() { | |
| org.drools.model.Index indexR72C1 = createIndex(String.class, x -> (String) x.getValue(0), "P"); | |
| AlphaNode alphaNodeR72C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34P_34", x -> true, indexR72C1); | |
| AlphaNode alphaNodeR72C2 = createAlphaNode(ctx, alphaNodeR72C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation72() { | |
| org.drools.model.Index indexR73C1 = createIndex(String.class, x -> (String) x.getValue(0), "Q"); | |
| AlphaNode alphaNodeR73C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Q_34", x -> true, indexR73C1); | |
| AlphaNode alphaNodeR73C2 = createAlphaNode(ctx, alphaNodeR73C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation73() { | |
| org.drools.model.Index indexR74C1 = createIndex(String.class, x -> (String) x.getValue(0), "Q"); | |
| AlphaNode alphaNodeR74C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Q_34", x -> true, indexR74C1); | |
| AlphaNode alphaNodeR74C2 = createAlphaNode(ctx, alphaNodeR74C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation74() { | |
| org.drools.model.Index indexR75C1 = createIndex(String.class, x -> (String) x.getValue(0), "Q"); | |
| AlphaNode alphaNodeR75C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Q_34", x -> true, indexR75C1); | |
| AlphaNode alphaNodeR75C2 = createAlphaNode(ctx, alphaNodeR75C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation75() { | |
| org.drools.model.Index indexR76C1 = createIndex(String.class, x -> (String) x.getValue(0), "Q"); | |
| AlphaNode alphaNodeR76C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Q_34", x -> true, indexR76C1); | |
| AlphaNode alphaNodeR76C2 = createAlphaNode(ctx, alphaNodeR76C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation76() { | |
| org.drools.model.Index indexR77C1 = createIndex(String.class, x -> (String) x.getValue(0), "R"); | |
| AlphaNode alphaNodeR77C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34R_34", x -> true, indexR77C1); | |
| AlphaNode alphaNodeR77C2 = createAlphaNode(ctx, alphaNodeR77C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation77() { | |
| org.drools.model.Index indexR78C1 = createIndex(String.class, x -> (String) x.getValue(0), "R"); | |
| AlphaNode alphaNodeR78C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34R_34", x -> true, indexR78C1); | |
| AlphaNode alphaNodeR78C2 = createAlphaNode(ctx, alphaNodeR78C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation78() { | |
| org.drools.model.Index indexR79C1 = createIndex(String.class, x -> (String) x.getValue(0), "R"); | |
| AlphaNode alphaNodeR79C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34R_34", x -> true, indexR79C1); | |
| AlphaNode alphaNodeR79C2 = createAlphaNode(ctx, alphaNodeR79C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation79() { | |
| org.drools.model.Index indexR80C1 = createIndex(String.class, x -> (String) x.getValue(0), "R"); | |
| AlphaNode alphaNodeR80C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34R_34", x -> true, indexR80C1); | |
| AlphaNode alphaNodeR80C2 = createAlphaNode(ctx, alphaNodeR80C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation80() { | |
| org.drools.model.Index indexR81C1 = createIndex(String.class, x -> (String) x.getValue(0), "S"); | |
| AlphaNode alphaNodeR81C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34S_34", x -> true, indexR81C1); | |
| AlphaNode alphaNodeR81C2 = createAlphaNode(ctx, alphaNodeR81C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation81() { | |
| org.drools.model.Index indexR82C1 = createIndex(String.class, x -> (String) x.getValue(0), "S"); | |
| AlphaNode alphaNodeR82C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34S_34", x -> true, indexR82C1); | |
| AlphaNode alphaNodeR82C2 = createAlphaNode(ctx, alphaNodeR82C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation82() { | |
| org.drools.model.Index indexR83C1 = createIndex(String.class, x -> (String) x.getValue(0), "S"); | |
| AlphaNode alphaNodeR83C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34S_34", x -> true, indexR83C1); | |
| AlphaNode alphaNodeR83C2 = createAlphaNode(ctx, alphaNodeR83C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation83() { | |
| org.drools.model.Index indexR84C1 = createIndex(String.class, x -> (String) x.getValue(0), "S"); | |
| AlphaNode alphaNodeR84C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34S_34", x -> true, indexR84C1); | |
| AlphaNode alphaNodeR84C2 = createAlphaNode(ctx, alphaNodeR84C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation84() { | |
| org.drools.model.Index indexR85C1 = createIndex(String.class, x -> (String) x.getValue(0), "T"); | |
| AlphaNode alphaNodeR85C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34T_34", x -> true, indexR85C1); | |
| AlphaNode alphaNodeR85C2 = createAlphaNode(ctx, alphaNodeR85C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation85() { | |
| org.drools.model.Index indexR86C1 = createIndex(String.class, x -> (String) x.getValue(0), "T"); | |
| AlphaNode alphaNodeR86C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34T_34", x -> true, indexR86C1); | |
| AlphaNode alphaNodeR86C2 = createAlphaNode(ctx, alphaNodeR86C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation86() { | |
| org.drools.model.Index indexR87C1 = createIndex(String.class, x -> (String) x.getValue(0), "T"); | |
| AlphaNode alphaNodeR87C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34T_34", x -> true, indexR87C1); | |
| AlphaNode alphaNodeR87C2 = createAlphaNode(ctx, alphaNodeR87C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation87() { | |
| org.drools.model.Index indexR88C1 = createIndex(String.class, x -> (String) x.getValue(0), "T"); | |
| AlphaNode alphaNodeR88C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34T_34", x -> true, indexR88C1); | |
| AlphaNode alphaNodeR88C2 = createAlphaNode(ctx, alphaNodeR88C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation88() { | |
| org.drools.model.Index indexR89C1 = createIndex(String.class, x -> (String) x.getValue(0), "U"); | |
| AlphaNode alphaNodeR89C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34U_34", x -> true, indexR89C1); | |
| AlphaNode alphaNodeR89C2 = createAlphaNode(ctx, alphaNodeR89C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation89() { | |
| org.drools.model.Index indexR90C1 = createIndex(String.class, x -> (String) x.getValue(0), "U"); | |
| AlphaNode alphaNodeR90C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34U_34", x -> true, indexR90C1); | |
| AlphaNode alphaNodeR90C2 = createAlphaNode(ctx, alphaNodeR90C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation90() { | |
| org.drools.model.Index indexR91C1 = createIndex(String.class, x -> (String) x.getValue(0), "U"); | |
| AlphaNode alphaNodeR91C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34U_34", x -> true, indexR91C1); | |
| AlphaNode alphaNodeR91C2 = createAlphaNode(ctx, alphaNodeR91C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation91() { | |
| org.drools.model.Index indexR92C1 = createIndex(String.class, x -> (String) x.getValue(0), "U"); | |
| AlphaNode alphaNodeR92C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34U_34", x -> true, indexR92C1); | |
| AlphaNode alphaNodeR92C2 = createAlphaNode(ctx, alphaNodeR92C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation92() { | |
| org.drools.model.Index indexR93C1 = createIndex(String.class, x -> (String) x.getValue(0), "V"); | |
| AlphaNode alphaNodeR93C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34V_34", x -> true, indexR93C1); | |
| AlphaNode alphaNodeR93C2 = createAlphaNode(ctx, alphaNodeR93C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation93() { | |
| org.drools.model.Index indexR94C1 = createIndex(String.class, x -> (String) x.getValue(0), "V"); | |
| AlphaNode alphaNodeR94C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34V_34", x -> true, indexR94C1); | |
| AlphaNode alphaNodeR94C2 = createAlphaNode(ctx, alphaNodeR94C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation94() { | |
| org.drools.model.Index indexR95C1 = createIndex(String.class, x -> (String) x.getValue(0), "V"); | |
| AlphaNode alphaNodeR95C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34V_34", x -> true, indexR95C1); | |
| AlphaNode alphaNodeR95C2 = createAlphaNode(ctx, alphaNodeR95C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation95() { | |
| org.drools.model.Index indexR96C1 = createIndex(String.class, x -> (String) x.getValue(0), "V"); | |
| AlphaNode alphaNodeR96C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34V_34", x -> true, indexR96C1); | |
| AlphaNode alphaNodeR96C2 = createAlphaNode(ctx, alphaNodeR96C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation96() { | |
| org.drools.model.Index indexR97C1 = createIndex(String.class, x -> (String) x.getValue(0), "W"); | |
| AlphaNode alphaNodeR97C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34W_34", x -> true, indexR97C1); | |
| AlphaNode alphaNodeR97C2 = createAlphaNode(ctx, alphaNodeR97C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation97() { | |
| org.drools.model.Index indexR98C1 = createIndex(String.class, x -> (String) x.getValue(0), "W"); | |
| AlphaNode alphaNodeR98C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34W_34", x -> true, indexR98C1); | |
| AlphaNode alphaNodeR98C2 = createAlphaNode(ctx, alphaNodeR98C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation98() { | |
| org.drools.model.Index indexR99C1 = createIndex(String.class, x -> (String) x.getValue(0), "W"); | |
| AlphaNode alphaNodeR99C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34W_34", x -> true, indexR99C1); | |
| AlphaNode alphaNodeR99C2 = createAlphaNode(ctx, alphaNodeR99C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation99() { | |
| org.drools.model.Index indexR100C1 = createIndex(String.class, x -> (String) x.getValue(0), "W"); | |
| AlphaNode alphaNodeR100C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34W_34", x -> true, indexR100C1); | |
| AlphaNode alphaNodeR100C2 = createAlphaNode(ctx, alphaNodeR100C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation100() { | |
| org.drools.model.Index indexR101C1 = createIndex(String.class, x -> (String) x.getValue(0), "X"); | |
| AlphaNode alphaNodeR101C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34X_34", x -> true, indexR101C1); | |
| AlphaNode alphaNodeR101C2 = createAlphaNode(ctx, alphaNodeR101C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation101() { | |
| org.drools.model.Index indexR102C1 = createIndex(String.class, x -> (String) x.getValue(0), "X"); | |
| AlphaNode alphaNodeR102C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34X_34", x -> true, indexR102C1); | |
| AlphaNode alphaNodeR102C2 = createAlphaNode(ctx, alphaNodeR102C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation102() { | |
| org.drools.model.Index indexR103C1 = createIndex(String.class, x -> (String) x.getValue(0), "X"); | |
| AlphaNode alphaNodeR103C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34X_34", x -> true, indexR103C1); | |
| AlphaNode alphaNodeR103C2 = createAlphaNode(ctx, alphaNodeR103C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation103() { | |
| org.drools.model.Index indexR104C1 = createIndex(String.class, x -> (String) x.getValue(0), "X"); | |
| AlphaNode alphaNodeR104C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34X_34", x -> true, indexR104C1); | |
| AlphaNode alphaNodeR104C2 = createAlphaNode(ctx, alphaNodeR104C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation104() { | |
| org.drools.model.Index indexR105C1 = createIndex(String.class, x -> (String) x.getValue(0), "Y"); | |
| AlphaNode alphaNodeR105C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Y_34", x -> true, indexR105C1); | |
| AlphaNode alphaNodeR105C2 = createAlphaNode(ctx, alphaNodeR105C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation105() { | |
| org.drools.model.Index indexR106C1 = createIndex(String.class, x -> (String) x.getValue(0), "Y"); | |
| AlphaNode alphaNodeR106C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Y_34", x -> true, indexR106C1); | |
| AlphaNode alphaNodeR106C2 = createAlphaNode(ctx, alphaNodeR106C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation106() { | |
| org.drools.model.Index indexR107C1 = createIndex(String.class, x -> (String) x.getValue(0), "Y"); | |
| AlphaNode alphaNodeR107C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Y_34", x -> true, indexR107C1); | |
| AlphaNode alphaNodeR107C2 = createAlphaNode(ctx, alphaNodeR107C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation107() { | |
| org.drools.model.Index indexR108C1 = createIndex(String.class, x -> (String) x.getValue(0), "Y"); | |
| AlphaNode alphaNodeR108C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Y_34", x -> true, indexR108C1); | |
| AlphaNode alphaNodeR108C2 = createAlphaNode(ctx, alphaNodeR108C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation108() { | |
| org.drools.model.Index indexR109C1 = createIndex(String.class, x -> (String) x.getValue(0), "Z"); | |
| AlphaNode alphaNodeR109C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Z_34", x -> true, indexR109C1); | |
| AlphaNode alphaNodeR109C2 = createAlphaNode(ctx, alphaNodeR109C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation109() { | |
| org.drools.model.Index indexR110C1 = createIndex(String.class, x -> (String) x.getValue(0), "Z"); | |
| AlphaNode alphaNodeR110C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Z_34", x -> true, indexR110C1); | |
| AlphaNode alphaNodeR110C2 = createAlphaNode(ctx, alphaNodeR110C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation110() { | |
| org.drools.model.Index indexR111C1 = createIndex(String.class, x -> (String) x.getValue(0), "Z"); | |
| AlphaNode alphaNodeR111C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Z_34", x -> true, indexR111C1); | |
| AlphaNode alphaNodeR111C2 = createAlphaNode(ctx, alphaNodeR111C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation111() { | |
| org.drools.model.Index indexR112C1 = createIndex(String.class, x -> (String) x.getValue(0), "Z"); | |
| AlphaNode alphaNodeR112C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34Z_34", x -> true, indexR112C1); | |
| AlphaNode alphaNodeR112C2 = createAlphaNode(ctx, alphaNodeR112C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation112() { | |
| org.drools.model.Index indexR113C1 = createIndex(String.class, x -> (String) x.getValue(0), "a"); | |
| AlphaNode alphaNodeR113C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34a_34", x -> true, indexR113C1); | |
| AlphaNode alphaNodeR113C2 = createAlphaNode(ctx, alphaNodeR113C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation113() { | |
| org.drools.model.Index indexR114C1 = createIndex(String.class, x -> (String) x.getValue(0), "a"); | |
| AlphaNode alphaNodeR114C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34a_34", x -> true, indexR114C1); | |
| AlphaNode alphaNodeR114C2 = createAlphaNode(ctx, alphaNodeR114C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation114() { | |
| org.drools.model.Index indexR115C1 = createIndex(String.class, x -> (String) x.getValue(0), "a"); | |
| AlphaNode alphaNodeR115C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34a_34", x -> true, indexR115C1); | |
| AlphaNode alphaNodeR115C2 = createAlphaNode(ctx, alphaNodeR115C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation115() { | |
| org.drools.model.Index indexR116C1 = createIndex(String.class, x -> (String) x.getValue(0), "a"); | |
| AlphaNode alphaNodeR116C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34a_34", x -> true, indexR116C1); | |
| AlphaNode alphaNodeR116C2 = createAlphaNode(ctx, alphaNodeR116C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation116() { | |
| org.drools.model.Index indexR117C1 = createIndex(String.class, x -> (String) x.getValue(0), "b"); | |
| AlphaNode alphaNodeR117C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34b_34", x -> true, indexR117C1); | |
| AlphaNode alphaNodeR117C2 = createAlphaNode(ctx, alphaNodeR117C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation117() { | |
| org.drools.model.Index indexR118C1 = createIndex(String.class, x -> (String) x.getValue(0), "b"); | |
| AlphaNode alphaNodeR118C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34b_34", x -> true, indexR118C1); | |
| AlphaNode alphaNodeR118C2 = createAlphaNode(ctx, alphaNodeR118C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation118() { | |
| org.drools.model.Index indexR119C1 = createIndex(String.class, x -> (String) x.getValue(0), "b"); | |
| AlphaNode alphaNodeR119C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34b_34", x -> true, indexR119C1); | |
| AlphaNode alphaNodeR119C2 = createAlphaNode(ctx, alphaNodeR119C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation119() { | |
| org.drools.model.Index indexR120C1 = createIndex(String.class, x -> (String) x.getValue(0), "b"); | |
| AlphaNode alphaNodeR120C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34b_34", x -> true, indexR120C1); | |
| AlphaNode alphaNodeR120C2 = createAlphaNode(ctx, alphaNodeR120C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation120() { | |
| org.drools.model.Index indexR121C1 = createIndex(String.class, x -> (String) x.getValue(0), "c"); | |
| AlphaNode alphaNodeR121C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34c_34", x -> true, indexR121C1); | |
| AlphaNode alphaNodeR121C2 = createAlphaNode(ctx, alphaNodeR121C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation121() { | |
| org.drools.model.Index indexR122C1 = createIndex(String.class, x -> (String) x.getValue(0), "c"); | |
| AlphaNode alphaNodeR122C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34c_34", x -> true, indexR122C1); | |
| AlphaNode alphaNodeR122C2 = createAlphaNode(ctx, alphaNodeR122C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation122() { | |
| org.drools.model.Index indexR123C1 = createIndex(String.class, x -> (String) x.getValue(0), "c"); | |
| AlphaNode alphaNodeR123C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34c_34", x -> true, indexR123C1); | |
| AlphaNode alphaNodeR123C2 = createAlphaNode(ctx, alphaNodeR123C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation123() { | |
| org.drools.model.Index indexR124C1 = createIndex(String.class, x -> (String) x.getValue(0), "c"); | |
| AlphaNode alphaNodeR124C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34c_34", x -> true, indexR124C1); | |
| AlphaNode alphaNodeR124C2 = createAlphaNode(ctx, alphaNodeR124C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation124() { | |
| org.drools.model.Index indexR125C1 = createIndex(String.class, x -> (String) x.getValue(0), "d"); | |
| AlphaNode alphaNodeR125C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34d_34", x -> true, indexR125C1); | |
| AlphaNode alphaNodeR125C2 = createAlphaNode(ctx, alphaNodeR125C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation125() { | |
| org.drools.model.Index indexR126C1 = createIndex(String.class, x -> (String) x.getValue(0), "d"); | |
| AlphaNode alphaNodeR126C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34d_34", x -> true, indexR126C1); | |
| AlphaNode alphaNodeR126C2 = createAlphaNode(ctx, alphaNodeR126C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation126() { | |
| org.drools.model.Index indexR127C1 = createIndex(String.class, x -> (String) x.getValue(0), "d"); | |
| AlphaNode alphaNodeR127C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34d_34", x -> true, indexR127C1); | |
| AlphaNode alphaNodeR127C2 = createAlphaNode(ctx, alphaNodeR127C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation127() { | |
| org.drools.model.Index indexR128C1 = createIndex(String.class, x -> (String) x.getValue(0), "d"); | |
| AlphaNode alphaNodeR128C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34d_34", x -> true, indexR128C1); | |
| AlphaNode alphaNodeR128C2 = createAlphaNode(ctx, alphaNodeR128C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation128() { | |
| org.drools.model.Index indexR129C1 = createIndex(String.class, x -> (String) x.getValue(0), "e"); | |
| AlphaNode alphaNodeR129C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34e_34", x -> true, indexR129C1); | |
| AlphaNode alphaNodeR129C2 = createAlphaNode(ctx, alphaNodeR129C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation129() { | |
| org.drools.model.Index indexR130C1 = createIndex(String.class, x -> (String) x.getValue(0), "e"); | |
| AlphaNode alphaNodeR130C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34e_34", x -> true, indexR130C1); | |
| AlphaNode alphaNodeR130C2 = createAlphaNode(ctx, alphaNodeR130C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation130() { | |
| org.drools.model.Index indexR131C1 = createIndex(String.class, x -> (String) x.getValue(0), "e"); | |
| AlphaNode alphaNodeR131C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34e_34", x -> true, indexR131C1); | |
| AlphaNode alphaNodeR131C2 = createAlphaNode(ctx, alphaNodeR131C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation131() { | |
| org.drools.model.Index indexR132C1 = createIndex(String.class, x -> (String) x.getValue(0), "e"); | |
| AlphaNode alphaNodeR132C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34e_34", x -> true, indexR132C1); | |
| AlphaNode alphaNodeR132C2 = createAlphaNode(ctx, alphaNodeR132C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation132() { | |
| org.drools.model.Index indexR133C1 = createIndex(String.class, x -> (String) x.getValue(0), "f"); | |
| AlphaNode alphaNodeR133C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34f_34", x -> true, indexR133C1); | |
| AlphaNode alphaNodeR133C2 = createAlphaNode(ctx, alphaNodeR133C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation133() { | |
| org.drools.model.Index indexR134C1 = createIndex(String.class, x -> (String) x.getValue(0), "f"); | |
| AlphaNode alphaNodeR134C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34f_34", x -> true, indexR134C1); | |
| AlphaNode alphaNodeR134C2 = createAlphaNode(ctx, alphaNodeR134C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation134() { | |
| org.drools.model.Index indexR135C1 = createIndex(String.class, x -> (String) x.getValue(0), "f"); | |
| AlphaNode alphaNodeR135C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34f_34", x -> true, indexR135C1); | |
| AlphaNode alphaNodeR135C2 = createAlphaNode(ctx, alphaNodeR135C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation135() { | |
| org.drools.model.Index indexR136C1 = createIndex(String.class, x -> (String) x.getValue(0), "f"); | |
| AlphaNode alphaNodeR136C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34f_34", x -> true, indexR136C1); | |
| AlphaNode alphaNodeR136C2 = createAlphaNode(ctx, alphaNodeR136C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation136() { | |
| org.drools.model.Index indexR137C1 = createIndex(String.class, x -> (String) x.getValue(0), "g"); | |
| AlphaNode alphaNodeR137C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34g_34", x -> true, indexR137C1); | |
| AlphaNode alphaNodeR137C2 = createAlphaNode(ctx, alphaNodeR137C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation137() { | |
| org.drools.model.Index indexR138C1 = createIndex(String.class, x -> (String) x.getValue(0), "g"); | |
| AlphaNode alphaNodeR138C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34g_34", x -> true, indexR138C1); | |
| AlphaNode alphaNodeR138C2 = createAlphaNode(ctx, alphaNodeR138C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation138() { | |
| org.drools.model.Index indexR139C1 = createIndex(String.class, x -> (String) x.getValue(0), "g"); | |
| AlphaNode alphaNodeR139C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34g_34", x -> true, indexR139C1); | |
| AlphaNode alphaNodeR139C2 = createAlphaNode(ctx, alphaNodeR139C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation139() { | |
| org.drools.model.Index indexR140C1 = createIndex(String.class, x -> (String) x.getValue(0), "g"); | |
| AlphaNode alphaNodeR140C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34g_34", x -> true, indexR140C1); | |
| AlphaNode alphaNodeR140C2 = createAlphaNode(ctx, alphaNodeR140C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation140() { | |
| org.drools.model.Index indexR141C1 = createIndex(String.class, x -> (String) x.getValue(0), "h"); | |
| AlphaNode alphaNodeR141C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34h_34", x -> true, indexR141C1); | |
| AlphaNode alphaNodeR141C2 = createAlphaNode(ctx, alphaNodeR141C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation141() { | |
| org.drools.model.Index indexR142C1 = createIndex(String.class, x -> (String) x.getValue(0), "h"); | |
| AlphaNode alphaNodeR142C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34h_34", x -> true, indexR142C1); | |
| AlphaNode alphaNodeR142C2 = createAlphaNode(ctx, alphaNodeR142C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation142() { | |
| org.drools.model.Index indexR143C1 = createIndex(String.class, x -> (String) x.getValue(0), "h"); | |
| AlphaNode alphaNodeR143C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34h_34", x -> true, indexR143C1); | |
| AlphaNode alphaNodeR143C2 = createAlphaNode(ctx, alphaNodeR143C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation143() { | |
| org.drools.model.Index indexR144C1 = createIndex(String.class, x -> (String) x.getValue(0), "h"); | |
| AlphaNode alphaNodeR144C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34h_34", x -> true, indexR144C1); | |
| AlphaNode alphaNodeR144C2 = createAlphaNode(ctx, alphaNodeR144C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation144() { | |
| org.drools.model.Index indexR145C1 = createIndex(String.class, x -> (String) x.getValue(0), "i"); | |
| AlphaNode alphaNodeR145C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34i_34", x -> true, indexR145C1); | |
| AlphaNode alphaNodeR145C2 = createAlphaNode(ctx, alphaNodeR145C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation145() { | |
| org.drools.model.Index indexR146C1 = createIndex(String.class, x -> (String) x.getValue(0), "i"); | |
| AlphaNode alphaNodeR146C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34i_34", x -> true, indexR146C1); | |
| AlphaNode alphaNodeR146C2 = createAlphaNode(ctx, alphaNodeR146C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation146() { | |
| org.drools.model.Index indexR147C1 = createIndex(String.class, x -> (String) x.getValue(0), "i"); | |
| AlphaNode alphaNodeR147C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34i_34", x -> true, indexR147C1); | |
| AlphaNode alphaNodeR147C2 = createAlphaNode(ctx, alphaNodeR147C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation147() { | |
| org.drools.model.Index indexR148C1 = createIndex(String.class, x -> (String) x.getValue(0), "i"); | |
| AlphaNode alphaNodeR148C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34i_34", x -> true, indexR148C1); | |
| AlphaNode alphaNodeR148C2 = createAlphaNode(ctx, alphaNodeR148C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation148() { | |
| org.drools.model.Index indexR149C1 = createIndex(String.class, x -> (String) x.getValue(0), "j"); | |
| AlphaNode alphaNodeR149C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34j_34", x -> true, indexR149C1); | |
| AlphaNode alphaNodeR149C2 = createAlphaNode(ctx, alphaNodeR149C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation149() { | |
| org.drools.model.Index indexR150C1 = createIndex(String.class, x -> (String) x.getValue(0), "j"); | |
| AlphaNode alphaNodeR150C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34j_34", x -> true, indexR150C1); | |
| AlphaNode alphaNodeR150C2 = createAlphaNode(ctx, alphaNodeR150C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation150() { | |
| org.drools.model.Index indexR151C1 = createIndex(String.class, x -> (String) x.getValue(0), "j"); | |
| AlphaNode alphaNodeR151C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34j_34", x -> true, indexR151C1); | |
| AlphaNode alphaNodeR151C2 = createAlphaNode(ctx, alphaNodeR151C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation151() { | |
| org.drools.model.Index indexR152C1 = createIndex(String.class, x -> (String) x.getValue(0), "j"); | |
| AlphaNode alphaNodeR152C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34j_34", x -> true, indexR152C1); | |
| AlphaNode alphaNodeR152C2 = createAlphaNode(ctx, alphaNodeR152C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation152() { | |
| org.drools.model.Index indexR153C1 = createIndex(String.class, x -> (String) x.getValue(0), "k"); | |
| AlphaNode alphaNodeR153C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34k_34", x -> true, indexR153C1); | |
| AlphaNode alphaNodeR153C2 = createAlphaNode(ctx, alphaNodeR153C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation153() { | |
| org.drools.model.Index indexR154C1 = createIndex(String.class, x -> (String) x.getValue(0), "k"); | |
| AlphaNode alphaNodeR154C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34k_34", x -> true, indexR154C1); | |
| AlphaNode alphaNodeR154C2 = createAlphaNode(ctx, alphaNodeR154C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation154() { | |
| org.drools.model.Index indexR155C1 = createIndex(String.class, x -> (String) x.getValue(0), "k"); | |
| AlphaNode alphaNodeR155C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34k_34", x -> true, indexR155C1); | |
| AlphaNode alphaNodeR155C2 = createAlphaNode(ctx, alphaNodeR155C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation155() { | |
| org.drools.model.Index indexR156C1 = createIndex(String.class, x -> (String) x.getValue(0), "k"); | |
| AlphaNode alphaNodeR156C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34k_34", x -> true, indexR156C1); | |
| AlphaNode alphaNodeR156C2 = createAlphaNode(ctx, alphaNodeR156C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation156() { | |
| org.drools.model.Index indexR157C1 = createIndex(String.class, x -> (String) x.getValue(0), "l"); | |
| AlphaNode alphaNodeR157C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34l_34", x -> true, indexR157C1); | |
| AlphaNode alphaNodeR157C2 = createAlphaNode(ctx, alphaNodeR157C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation157() { | |
| org.drools.model.Index indexR158C1 = createIndex(String.class, x -> (String) x.getValue(0), "l"); | |
| AlphaNode alphaNodeR158C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34l_34", x -> true, indexR158C1); | |
| AlphaNode alphaNodeR158C2 = createAlphaNode(ctx, alphaNodeR158C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation158() { | |
| org.drools.model.Index indexR159C1 = createIndex(String.class, x -> (String) x.getValue(0), "l"); | |
| AlphaNode alphaNodeR159C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34l_34", x -> true, indexR159C1); | |
| AlphaNode alphaNodeR159C2 = createAlphaNode(ctx, alphaNodeR159C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation159() { | |
| org.drools.model.Index indexR160C1 = createIndex(String.class, x -> (String) x.getValue(0), "l"); | |
| AlphaNode alphaNodeR160C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34l_34", x -> true, indexR160C1); | |
| AlphaNode alphaNodeR160C2 = createAlphaNode(ctx, alphaNodeR160C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation160() { | |
| org.drools.model.Index indexR161C1 = createIndex(String.class, x -> (String) x.getValue(0), "m"); | |
| AlphaNode alphaNodeR161C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34m_34", x -> true, indexR161C1); | |
| AlphaNode alphaNodeR161C2 = createAlphaNode(ctx, alphaNodeR161C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation161() { | |
| org.drools.model.Index indexR162C1 = createIndex(String.class, x -> (String) x.getValue(0), "m"); | |
| AlphaNode alphaNodeR162C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34m_34", x -> true, indexR162C1); | |
| AlphaNode alphaNodeR162C2 = createAlphaNode(ctx, alphaNodeR162C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation162() { | |
| org.drools.model.Index indexR163C1 = createIndex(String.class, x -> (String) x.getValue(0), "m"); | |
| AlphaNode alphaNodeR163C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34m_34", x -> true, indexR163C1); | |
| AlphaNode alphaNodeR163C2 = createAlphaNode(ctx, alphaNodeR163C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation163() { | |
| org.drools.model.Index indexR164C1 = createIndex(String.class, x -> (String) x.getValue(0), "m"); | |
| AlphaNode alphaNodeR164C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34m_34", x -> true, indexR164C1); | |
| AlphaNode alphaNodeR164C2 = createAlphaNode(ctx, alphaNodeR164C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation164() { | |
| org.drools.model.Index indexR165C1 = createIndex(String.class, x -> (String) x.getValue(0), "n"); | |
| AlphaNode alphaNodeR165C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34n_34", x -> true, indexR165C1); | |
| AlphaNode alphaNodeR165C2 = createAlphaNode(ctx, alphaNodeR165C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation165() { | |
| org.drools.model.Index indexR166C1 = createIndex(String.class, x -> (String) x.getValue(0), "n"); | |
| AlphaNode alphaNodeR166C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34n_34", x -> true, indexR166C1); | |
| AlphaNode alphaNodeR166C2 = createAlphaNode(ctx, alphaNodeR166C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation166() { | |
| org.drools.model.Index indexR167C1 = createIndex(String.class, x -> (String) x.getValue(0), "n"); | |
| AlphaNode alphaNodeR167C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34n_34", x -> true, indexR167C1); | |
| AlphaNode alphaNodeR167C2 = createAlphaNode(ctx, alphaNodeR167C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation167() { | |
| org.drools.model.Index indexR168C1 = createIndex(String.class, x -> (String) x.getValue(0), "n"); | |
| AlphaNode alphaNodeR168C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34n_34", x -> true, indexR168C1); | |
| AlphaNode alphaNodeR168C2 = createAlphaNode(ctx, alphaNodeR168C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation168() { | |
| org.drools.model.Index indexR169C1 = createIndex(String.class, x -> (String) x.getValue(0), "o"); | |
| AlphaNode alphaNodeR169C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34o_34", x -> true, indexR169C1); | |
| AlphaNode alphaNodeR169C2 = createAlphaNode(ctx, alphaNodeR169C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation169() { | |
| org.drools.model.Index indexR170C1 = createIndex(String.class, x -> (String) x.getValue(0), "o"); | |
| AlphaNode alphaNodeR170C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34o_34", x -> true, indexR170C1); | |
| AlphaNode alphaNodeR170C2 = createAlphaNode(ctx, alphaNodeR170C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation170() { | |
| org.drools.model.Index indexR171C1 = createIndex(String.class, x -> (String) x.getValue(0), "o"); | |
| AlphaNode alphaNodeR171C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34o_34", x -> true, indexR171C1); | |
| AlphaNode alphaNodeR171C2 = createAlphaNode(ctx, alphaNodeR171C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation171() { | |
| org.drools.model.Index indexR172C1 = createIndex(String.class, x -> (String) x.getValue(0), "o"); | |
| AlphaNode alphaNodeR172C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34o_34", x -> true, indexR172C1); | |
| AlphaNode alphaNodeR172C2 = createAlphaNode(ctx, alphaNodeR172C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation172() { | |
| org.drools.model.Index indexR173C1 = createIndex(String.class, x -> (String) x.getValue(0), "p"); | |
| AlphaNode alphaNodeR173C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34p_34", x -> true, indexR173C1); | |
| AlphaNode alphaNodeR173C2 = createAlphaNode(ctx, alphaNodeR173C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation173() { | |
| org.drools.model.Index indexR174C1 = createIndex(String.class, x -> (String) x.getValue(0), "p"); | |
| AlphaNode alphaNodeR174C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34p_34", x -> true, indexR174C1); | |
| AlphaNode alphaNodeR174C2 = createAlphaNode(ctx, alphaNodeR174C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation174() { | |
| org.drools.model.Index indexR175C1 = createIndex(String.class, x -> (String) x.getValue(0), "p"); | |
| AlphaNode alphaNodeR175C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34p_34", x -> true, indexR175C1); | |
| AlphaNode alphaNodeR175C2 = createAlphaNode(ctx, alphaNodeR175C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation175() { | |
| org.drools.model.Index indexR176C1 = createIndex(String.class, x -> (String) x.getValue(0), "p"); | |
| AlphaNode alphaNodeR176C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34p_34", x -> true, indexR176C1); | |
| AlphaNode alphaNodeR176C2 = createAlphaNode(ctx, alphaNodeR176C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation176() { | |
| org.drools.model.Index indexR177C1 = createIndex(String.class, x -> (String) x.getValue(0), "q"); | |
| AlphaNode alphaNodeR177C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34q_34", x -> true, indexR177C1); | |
| AlphaNode alphaNodeR177C2 = createAlphaNode(ctx, alphaNodeR177C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation177() { | |
| org.drools.model.Index indexR178C1 = createIndex(String.class, x -> (String) x.getValue(0), "q"); | |
| AlphaNode alphaNodeR178C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34q_34", x -> true, indexR178C1); | |
| AlphaNode alphaNodeR178C2 = createAlphaNode(ctx, alphaNodeR178C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation178() { | |
| org.drools.model.Index indexR179C1 = createIndex(String.class, x -> (String) x.getValue(0), "q"); | |
| AlphaNode alphaNodeR179C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34q_34", x -> true, indexR179C1); | |
| AlphaNode alphaNodeR179C2 = createAlphaNode(ctx, alphaNodeR179C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation179() { | |
| org.drools.model.Index indexR180C1 = createIndex(String.class, x -> (String) x.getValue(0), "q"); | |
| AlphaNode alphaNodeR180C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34q_34", x -> true, indexR180C1); | |
| AlphaNode alphaNodeR180C2 = createAlphaNode(ctx, alphaNodeR180C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation180() { | |
| org.drools.model.Index indexR181C1 = createIndex(String.class, x -> (String) x.getValue(0), "r"); | |
| AlphaNode alphaNodeR181C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34r_34", x -> true, indexR181C1); | |
| AlphaNode alphaNodeR181C2 = createAlphaNode(ctx, alphaNodeR181C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation181() { | |
| org.drools.model.Index indexR182C1 = createIndex(String.class, x -> (String) x.getValue(0), "r"); | |
| AlphaNode alphaNodeR182C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34r_34", x -> true, indexR182C1); | |
| AlphaNode alphaNodeR182C2 = createAlphaNode(ctx, alphaNodeR182C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation182() { | |
| org.drools.model.Index indexR183C1 = createIndex(String.class, x -> (String) x.getValue(0), "r"); | |
| AlphaNode alphaNodeR183C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34r_34", x -> true, indexR183C1); | |
| AlphaNode alphaNodeR183C2 = createAlphaNode(ctx, alphaNodeR183C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation183() { | |
| org.drools.model.Index indexR184C1 = createIndex(String.class, x -> (String) x.getValue(0), "r"); | |
| AlphaNode alphaNodeR184C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34r_34", x -> true, indexR184C1); | |
| AlphaNode alphaNodeR184C2 = createAlphaNode(ctx, alphaNodeR184C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation184() { | |
| org.drools.model.Index indexR185C1 = createIndex(String.class, x -> (String) x.getValue(0), "s"); | |
| AlphaNode alphaNodeR185C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34s_34", x -> true, indexR185C1); | |
| AlphaNode alphaNodeR185C2 = createAlphaNode(ctx, alphaNodeR185C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation185() { | |
| org.drools.model.Index indexR186C1 = createIndex(String.class, x -> (String) x.getValue(0), "s"); | |
| AlphaNode alphaNodeR186C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34s_34", x -> true, indexR186C1); | |
| AlphaNode alphaNodeR186C2 = createAlphaNode(ctx, alphaNodeR186C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation186() { | |
| org.drools.model.Index indexR187C1 = createIndex(String.class, x -> (String) x.getValue(0), "s"); | |
| AlphaNode alphaNodeR187C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34s_34", x -> true, indexR187C1); | |
| AlphaNode alphaNodeR187C2 = createAlphaNode(ctx, alphaNodeR187C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation187() { | |
| org.drools.model.Index indexR188C1 = createIndex(String.class, x -> (String) x.getValue(0), "s"); | |
| AlphaNode alphaNodeR188C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34s_34", x -> true, indexR188C1); | |
| AlphaNode alphaNodeR188C2 = createAlphaNode(ctx, alphaNodeR188C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation188() { | |
| org.drools.model.Index indexR189C1 = createIndex(String.class, x -> (String) x.getValue(0), "t"); | |
| AlphaNode alphaNodeR189C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34t_34", x -> true, indexR189C1); | |
| AlphaNode alphaNodeR189C2 = createAlphaNode(ctx, alphaNodeR189C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation189() { | |
| org.drools.model.Index indexR190C1 = createIndex(String.class, x -> (String) x.getValue(0), "t"); | |
| AlphaNode alphaNodeR190C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34t_34", x -> true, indexR190C1); | |
| AlphaNode alphaNodeR190C2 = createAlphaNode(ctx, alphaNodeR190C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation190() { | |
| org.drools.model.Index indexR191C1 = createIndex(String.class, x -> (String) x.getValue(0), "t"); | |
| AlphaNode alphaNodeR191C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34t_34", x -> true, indexR191C1); | |
| AlphaNode alphaNodeR191C2 = createAlphaNode(ctx, alphaNodeR191C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation191() { | |
| org.drools.model.Index indexR192C1 = createIndex(String.class, x -> (String) x.getValue(0), "t"); | |
| AlphaNode alphaNodeR192C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34t_34", x -> true, indexR192C1); | |
| AlphaNode alphaNodeR192C2 = createAlphaNode(ctx, alphaNodeR192C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation192() { | |
| org.drools.model.Index indexR193C1 = createIndex(String.class, x -> (String) x.getValue(0), "u"); | |
| AlphaNode alphaNodeR193C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34u_34", x -> true, indexR193C1); | |
| AlphaNode alphaNodeR193C2 = createAlphaNode(ctx, alphaNodeR193C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation193() { | |
| org.drools.model.Index indexR194C1 = createIndex(String.class, x -> (String) x.getValue(0), "u"); | |
| AlphaNode alphaNodeR194C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34u_34", x -> true, indexR194C1); | |
| AlphaNode alphaNodeR194C2 = createAlphaNode(ctx, alphaNodeR194C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation194() { | |
| org.drools.model.Index indexR195C1 = createIndex(String.class, x -> (String) x.getValue(0), "u"); | |
| AlphaNode alphaNodeR195C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34u_34", x -> true, indexR195C1); | |
| AlphaNode alphaNodeR195C2 = createAlphaNode(ctx, alphaNodeR195C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation195() { | |
| org.drools.model.Index indexR196C1 = createIndex(String.class, x -> (String) x.getValue(0), "u"); | |
| AlphaNode alphaNodeR196C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34u_34", x -> true, indexR196C1); | |
| AlphaNode alphaNodeR196C2 = createAlphaNode(ctx, alphaNodeR196C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation196() { | |
| org.drools.model.Index indexR197C1 = createIndex(String.class, x -> (String) x.getValue(0), "v"); | |
| AlphaNode alphaNodeR197C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34v_34", x -> true, indexR197C1); | |
| AlphaNode alphaNodeR197C2 = createAlphaNode(ctx, alphaNodeR197C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation197() { | |
| org.drools.model.Index indexR198C1 = createIndex(String.class, x -> (String) x.getValue(0), "v"); | |
| AlphaNode alphaNodeR198C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34v_34", x -> true, indexR198C1); | |
| AlphaNode alphaNodeR198C2 = createAlphaNode(ctx, alphaNodeR198C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation198() { | |
| org.drools.model.Index indexR199C1 = createIndex(String.class, x -> (String) x.getValue(0), "v"); | |
| AlphaNode alphaNodeR199C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34v_34", x -> true, indexR199C1); | |
| AlphaNode alphaNodeR199C2 = createAlphaNode(ctx, alphaNodeR199C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation199() { | |
| org.drools.model.Index indexR200C1 = createIndex(String.class, x -> (String) x.getValue(0), "v"); | |
| AlphaNode alphaNodeR200C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34v_34", x -> true, indexR200C1); | |
| AlphaNode alphaNodeR200C2 = createAlphaNode(ctx, alphaNodeR200C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation200() { | |
| org.drools.model.Index indexR201C1 = createIndex(String.class, x -> (String) x.getValue(0), "w"); | |
| AlphaNode alphaNodeR201C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34w_34", x -> true, indexR201C1); | |
| AlphaNode alphaNodeR201C2 = createAlphaNode(ctx, alphaNodeR201C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation201() { | |
| org.drools.model.Index indexR202C1 = createIndex(String.class, x -> (String) x.getValue(0), "w"); | |
| AlphaNode alphaNodeR202C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34w_34", x -> true, indexR202C1); | |
| AlphaNode alphaNodeR202C2 = createAlphaNode(ctx, alphaNodeR202C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation202() { | |
| org.drools.model.Index indexR203C1 = createIndex(String.class, x -> (String) x.getValue(0), "w"); | |
| AlphaNode alphaNodeR203C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34w_34", x -> true, indexR203C1); | |
| AlphaNode alphaNodeR203C2 = createAlphaNode(ctx, alphaNodeR203C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation203() { | |
| org.drools.model.Index indexR204C1 = createIndex(String.class, x -> (String) x.getValue(0), "w"); | |
| AlphaNode alphaNodeR204C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34w_34", x -> true, indexR204C1); | |
| AlphaNode alphaNodeR204C2 = createAlphaNode(ctx, alphaNodeR204C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation204() { | |
| org.drools.model.Index indexR205C1 = createIndex(String.class, x -> (String) x.getValue(0), "x"); | |
| AlphaNode alphaNodeR205C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34x_34", x -> true, indexR205C1); | |
| AlphaNode alphaNodeR205C2 = createAlphaNode(ctx, alphaNodeR205C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation205() { | |
| org.drools.model.Index indexR206C1 = createIndex(String.class, x -> (String) x.getValue(0), "x"); | |
| AlphaNode alphaNodeR206C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34x_34", x -> true, indexR206C1); | |
| AlphaNode alphaNodeR206C2 = createAlphaNode(ctx, alphaNodeR206C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation206() { | |
| org.drools.model.Index indexR207C1 = createIndex(String.class, x -> (String) x.getValue(0), "x"); | |
| AlphaNode alphaNodeR207C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34x_34", x -> true, indexR207C1); | |
| AlphaNode alphaNodeR207C2 = createAlphaNode(ctx, alphaNodeR207C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation207() { | |
| org.drools.model.Index indexR208C1 = createIndex(String.class, x -> (String) x.getValue(0), "x"); | |
| AlphaNode alphaNodeR208C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34x_34", x -> true, indexR208C1); | |
| AlphaNode alphaNodeR208C2 = createAlphaNode(ctx, alphaNodeR208C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation208() { | |
| org.drools.model.Index indexR209C1 = createIndex(String.class, x -> (String) x.getValue(0), "y"); | |
| AlphaNode alphaNodeR209C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34y_34", x -> true, indexR209C1); | |
| AlphaNode alphaNodeR209C2 = createAlphaNode(ctx, alphaNodeR209C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation209() { | |
| org.drools.model.Index indexR210C1 = createIndex(String.class, x -> (String) x.getValue(0), "y"); | |
| AlphaNode alphaNodeR210C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34y_34", x -> true, indexR210C1); | |
| AlphaNode alphaNodeR210C2 = createAlphaNode(ctx, alphaNodeR210C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation210() { | |
| org.drools.model.Index indexR211C1 = createIndex(String.class, x -> (String) x.getValue(0), "y"); | |
| AlphaNode alphaNodeR211C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34y_34", x -> true, indexR211C1); | |
| AlphaNode alphaNodeR211C2 = createAlphaNode(ctx, alphaNodeR211C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation211() { | |
| org.drools.model.Index indexR212C1 = createIndex(String.class, x -> (String) x.getValue(0), "y"); | |
| AlphaNode alphaNodeR212C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34y_34", x -> true, indexR212C1); | |
| AlphaNode alphaNodeR212C2 = createAlphaNode(ctx, alphaNodeR212C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void alphaNodeCreation212() { | |
| org.drools.model.Index indexR213C1 = createIndex(String.class, x -> (String) x.getValue(0), "z"); | |
| AlphaNode alphaNodeR213C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34z_34", x -> true, indexR213C1); | |
| AlphaNode alphaNodeR213C2 = createAlphaNode(ctx, alphaNodeR213C1, "Application_32Risk_32Score_60100", x -> true); | |
| } | |
| void alphaNodeCreation213() { | |
| org.drools.model.Index indexR214C1 = createIndex(String.class, x -> (String) x.getValue(0), "z"); | |
| AlphaNode alphaNodeR214C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34z_34", x -> true, indexR214C1); | |
| AlphaNode alphaNodeR214C2 = createAlphaNode(ctx, alphaNodeR214C1, "Application_32Risk_32Score_91100_46_46120_41", x -> true); | |
| } | |
| void alphaNodeCreation214() { | |
| org.drools.model.Index indexR215C1 = createIndex(String.class, x -> (String) x.getValue(0), "z"); | |
| AlphaNode alphaNodeR215C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34z_34", x -> true, indexR215C1); | |
| AlphaNode alphaNodeR215C2 = createAlphaNode(ctx, alphaNodeR215C1, "Application_32Risk_32Score_91120_46_46130_93", x -> true); | |
| } | |
| void alphaNodeCreation215() { | |
| org.drools.model.Index indexR216C1 = createIndex(String.class, x -> (String) x.getValue(0), "z"); | |
| AlphaNode alphaNodeR216C1 = createAlphaNode(ctx, ctx.otn, "Existing_32Customer_34z_34", x -> true, indexR216C1); | |
| AlphaNode alphaNodeR216C2 = createAlphaNode(ctx, alphaNodeR216C1, "Application_32Risk_32Score_62130", x -> true); | |
| } | |
| void block0() { | |
| alphaNodeCreation0(); | |
| alphaNodeCreation1(); | |
| alphaNodeCreation2(); | |
| alphaNodeCreation3(); | |
| alphaNodeCreation4(); | |
| alphaNodeCreation5(); | |
| alphaNodeCreation6(); | |
| alphaNodeCreation7(); | |
| alphaNodeCreation8(); | |
| alphaNodeCreation9(); | |
| } | |
| void block1() { | |
| alphaNodeCreation10(); | |
| alphaNodeCreation11(); | |
| alphaNodeCreation12(); | |
| alphaNodeCreation13(); | |
| alphaNodeCreation14(); | |
| alphaNodeCreation15(); | |
| alphaNodeCreation16(); | |
| alphaNodeCreation17(); | |
| alphaNodeCreation18(); | |
| alphaNodeCreation19(); | |
| } | |
| void block2() { | |
| alphaNodeCreation20(); | |
| alphaNodeCreation21(); | |
| alphaNodeCreation22(); | |
| alphaNodeCreation23(); | |
| alphaNodeCreation24(); | |
| alphaNodeCreation25(); | |
| alphaNodeCreation26(); | |
| alphaNodeCreation27(); | |
| alphaNodeCreation28(); | |
| alphaNodeCreation29(); | |
| } | |
| void block3() { | |
| alphaNodeCreation30(); | |
| alphaNodeCreation31(); | |
| alphaNodeCreation32(); | |
| alphaNodeCreation33(); | |
| alphaNodeCreation34(); | |
| alphaNodeCreation35(); | |
| alphaNodeCreation36(); | |
| alphaNodeCreation37(); | |
| alphaNodeCreation38(); | |
| alphaNodeCreation39(); | |
| } | |
| void block4() { | |
| alphaNodeCreation40(); | |
| alphaNodeCreation41(); | |
| alphaNodeCreation42(); | |
| alphaNodeCreation43(); | |
| alphaNodeCreation44(); | |
| alphaNodeCreation45(); | |
| alphaNodeCreation46(); | |
| alphaNodeCreation47(); | |
| alphaNodeCreation48(); | |
| alphaNodeCreation49(); | |
| } | |
| void block5() { | |
| alphaNodeCreation50(); | |
| alphaNodeCreation51(); | |
| alphaNodeCreation52(); | |
| alphaNodeCreation53(); | |
| alphaNodeCreation54(); | |
| alphaNodeCreation55(); | |
| alphaNodeCreation56(); | |
| alphaNodeCreation57(); | |
| alphaNodeCreation58(); | |
| alphaNodeCreation59(); | |
| } | |
| void block6() { | |
| alphaNodeCreation60(); | |
| alphaNodeCreation61(); | |
| alphaNodeCreation62(); | |
| alphaNodeCreation63(); | |
| alphaNodeCreation64(); | |
| alphaNodeCreation65(); | |
| alphaNodeCreation66(); | |
| alphaNodeCreation67(); | |
| alphaNodeCreation68(); | |
| alphaNodeCreation69(); | |
| } | |
| void block7() { | |
| alphaNodeCreation70(); | |
| alphaNodeCreation71(); | |
| alphaNodeCreation72(); | |
| alphaNodeCreation73(); | |
| alphaNodeCreation74(); | |
| alphaNodeCreation75(); | |
| alphaNodeCreation76(); | |
| alphaNodeCreation77(); | |
| alphaNodeCreation78(); | |
| alphaNodeCreation79(); | |
| } | |
| void block8() { | |
| alphaNodeCreation80(); | |
| alphaNodeCreation81(); | |
| alphaNodeCreation82(); | |
| alphaNodeCreation83(); | |
| alphaNodeCreation84(); | |
| alphaNodeCreation85(); | |
| alphaNodeCreation86(); | |
| alphaNodeCreation87(); | |
| alphaNodeCreation88(); | |
| alphaNodeCreation89(); | |
| } | |
| void block9() { | |
| alphaNodeCreation90(); | |
| alphaNodeCreation91(); | |
| alphaNodeCreation92(); | |
| alphaNodeCreation93(); | |
| alphaNodeCreation94(); | |
| alphaNodeCreation95(); | |
| alphaNodeCreation96(); | |
| alphaNodeCreation97(); | |
| alphaNodeCreation98(); | |
| alphaNodeCreation99(); | |
| } | |
| void block10() { | |
| alphaNodeCreation100(); | |
| alphaNodeCreation101(); | |
| alphaNodeCreation102(); | |
| alphaNodeCreation103(); | |
| alphaNodeCreation104(); | |
| alphaNodeCreation105(); | |
| alphaNodeCreation106(); | |
| alphaNodeCreation107(); | |
| alphaNodeCreation108(); | |
| alphaNodeCreation109(); | |
| } | |
| void block11() { | |
| alphaNodeCreation110(); | |
| alphaNodeCreation111(); | |
| alphaNodeCreation112(); | |
| alphaNodeCreation113(); | |
| alphaNodeCreation114(); | |
| alphaNodeCreation115(); | |
| alphaNodeCreation116(); | |
| alphaNodeCreation117(); | |
| alphaNodeCreation118(); | |
| alphaNodeCreation119(); | |
| } | |
| void block12() { | |
| alphaNodeCreation120(); | |
| alphaNodeCreation121(); | |
| alphaNodeCreation122(); | |
| alphaNodeCreation123(); | |
| alphaNodeCreation124(); | |
| alphaNodeCreation125(); | |
| alphaNodeCreation126(); | |
| alphaNodeCreation127(); | |
| alphaNodeCreation128(); | |
| alphaNodeCreation129(); | |
| } | |
| void block13() { | |
| alphaNodeCreation130(); | |
| alphaNodeCreation131(); | |
| alphaNodeCreation132(); | |
| alphaNodeCreation133(); | |
| alphaNodeCreation134(); | |
| alphaNodeCreation135(); | |
| alphaNodeCreation136(); | |
| alphaNodeCreation137(); | |
| alphaNodeCreation138(); | |
| alphaNodeCreation139(); | |
| } | |
| void block14() { | |
| alphaNodeCreation140(); | |
| alphaNodeCreation141(); | |
| alphaNodeCreation142(); | |
| alphaNodeCreation143(); | |
| alphaNodeCreation144(); | |
| alphaNodeCreation145(); | |
| alphaNodeCreation146(); | |
| alphaNodeCreation147(); | |
| alphaNodeCreation148(); | |
| alphaNodeCreation149(); | |
| } | |
| void block15() { | |
| alphaNodeCreation150(); | |
| alphaNodeCreation151(); | |
| alphaNodeCreation152(); | |
| alphaNodeCreation153(); | |
| alphaNodeCreation154(); | |
| alphaNodeCreation155(); | |
| alphaNodeCreation156(); | |
| alphaNodeCreation157(); | |
| alphaNodeCreation158(); | |
| alphaNodeCreation159(); | |
| } | |
| void block16() { | |
| alphaNodeCreation160(); | |
| alphaNodeCreation161(); | |
| alphaNodeCreation162(); | |
| alphaNodeCreation163(); | |
| alphaNodeCreation164(); | |
| alphaNodeCreation165(); | |
| alphaNodeCreation166(); | |
| alphaNodeCreation167(); | |
| alphaNodeCreation168(); | |
| alphaNodeCreation169(); | |
| } | |
| void block17() { | |
| alphaNodeCreation170(); | |
| alphaNodeCreation171(); | |
| alphaNodeCreation172(); | |
| alphaNodeCreation173(); | |
| alphaNodeCreation174(); | |
| alphaNodeCreation175(); | |
| alphaNodeCreation176(); | |
| alphaNodeCreation177(); | |
| alphaNodeCreation178(); | |
| alphaNodeCreation179(); | |
| } | |
| void block18() { | |
| alphaNodeCreation180(); | |
| alphaNodeCreation181(); | |
| alphaNodeCreation182(); | |
| alphaNodeCreation183(); | |
| alphaNodeCreation184(); | |
| alphaNodeCreation185(); | |
| alphaNodeCreation186(); | |
| alphaNodeCreation187(); | |
| alphaNodeCreation188(); | |
| alphaNodeCreation189(); | |
| } | |
| void block19() { | |
| alphaNodeCreation190(); | |
| alphaNodeCreation191(); | |
| alphaNodeCreation192(); | |
| alphaNodeCreation193(); | |
| alphaNodeCreation194(); | |
| alphaNodeCreation195(); | |
| alphaNodeCreation196(); | |
| alphaNodeCreation197(); | |
| alphaNodeCreation198(); | |
| alphaNodeCreation199(); | |
| } | |
| void block20() { | |
| alphaNodeCreation200(); | |
| alphaNodeCreation201(); | |
| alphaNodeCreation202(); | |
| alphaNodeCreation203(); | |
| alphaNodeCreation204(); | |
| alphaNodeCreation205(); | |
| alphaNodeCreation206(); | |
| alphaNodeCreation207(); | |
| alphaNodeCreation208(); | |
| alphaNodeCreation209(); | |
| } | |
| void block21() { | |
| alphaNodeCreation210(); | |
| alphaNodeCreation211(); | |
| alphaNodeCreation212(); | |
| alphaNodeCreation213(); | |
| alphaNodeCreation214(); | |
| alphaNodeCreation215(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment