From: <jbo...@li...> - 2006-04-20 04:05:12
|
Author: woolfel Date: 2006-04-20 00:05:10 -0400 (Thu, 20 Apr 2006) New Revision: 3834 Added: labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/500_rules.drl labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/50_rules.drl labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/5_rules.drl Log: adding 5 rule files for testing performance as ruleset increases peter Added: labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/500_rules.drl =================================================================== --- labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/500_rules.drl 2006-04-20 04:00:10 UTC (rev 3833) +++ labs/jbossrules/trunk/drools-examples/src/resources/com/sample/benchmark/500_rules.drl 2006-04-20 04:05:10 UTC (rev 3834) @@ -0,0 +1,3503 @@ +package org.drools.samples +import com.sample.benchmark.models.Account; + +rule rule0 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc0") + then + System.out.println("rule0 fired"); +end + +rule rule1 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc1") + then + System.out.println("rule1 fired"); +end + +rule rule2 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc2") + then + System.out.println("rule2 fired"); +end + +rule rule3 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc3") + then + System.out.println("rule3 fired"); +end + +rule rule4 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc4") + then + System.out.println("rule4 fired"); +end + +rule rule5 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc5") + then + System.out.println("rule5 fired"); +end + +rule rule6 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc6") + then + System.out.println("rule6 fired"); +end + +rule rule7 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc7") + then + System.out.println("rule7 fired"); +end + +rule rule8 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc8") + then + System.out.println("rule8 fired"); +end + +rule rule9 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc9") + then + System.out.println("rule9 fired"); +end + +rule rule10 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc10") + then + System.out.println("rule10 fired"); +end + +rule rule11 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc11") + then + System.out.println("rule11 fired"); +end + +rule rule12 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc12") + then + System.out.println("rule12 fired"); +end + +rule rule13 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc13") + then + System.out.println("rule13 fired"); +end + +rule rule14 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc14") + then + System.out.println("rule14 fired"); +end + +rule rule15 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc15") + then + System.out.println("rule15 fired"); +end + +rule rule16 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc16") + then + System.out.println("rule16 fired"); +end + +rule rule17 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc17") + then + System.out.println("rule17 fired"); +end + +rule rule18 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc18") + then + System.out.println("rule18 fired"); +end + +rule rule19 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc19") + then + System.out.println("rule19 fired"); +end + +rule rule20 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc20") + then + System.out.println("rule20 fired"); +end + +rule rule21 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc21") + then + System.out.println("rule21 fired"); +end + +rule rule22 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc22") + then + System.out.println("rule22 fired"); +end + +rule rule23 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc23") + then + System.out.println("rule23 fired"); +end + +rule rule24 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc24") + then + System.out.println("rule24 fired"); +end + +rule rule25 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc25") + then + System.out.println("rule25 fired"); +end + +rule rule26 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc26") + then + System.out.println("rule26 fired"); +end + +rule rule27 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc27") + then + System.out.println("rule27 fired"); +end + +rule rule28 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc28") + then + System.out.println("rule28 fired"); +end + +rule rule29 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc29") + then + System.out.println("rule29 fired"); +end + +rule rule30 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc30") + then + System.out.println("rule30 fired"); +end + +rule rule31 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc31") + then + System.out.println("rule31 fired"); +end + +rule rule32 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc32") + then + System.out.println("rule32 fired"); +end + +rule rule33 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc33") + then + System.out.println("rule33 fired"); +end + +rule rule34 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc34") + then + System.out.println("rule34 fired"); +end + +rule rule35 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc35") + then + System.out.println("rule35 fired"); +end + +rule rule36 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc36") + then + System.out.println("rule36 fired"); +end + +rule rule37 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc37") + then + System.out.println("rule37 fired"); +end + +rule rule38 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc38") + then + System.out.println("rule38 fired"); +end + +rule rule39 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc39") + then + System.out.println("rule39 fired"); +end + +rule rule40 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc40") + then + System.out.println("rule40 fired"); +end + +rule rule41 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc41") + then + System.out.println("rule41 fired"); +end + +rule rule42 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc42") + then + System.out.println("rule42 fired"); +end + +rule rule43 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc43") + then + System.out.println("rule43 fired"); +end + +rule rule44 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc44") + then + System.out.println("rule44 fired"); +end + +rule rule45 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc45") + then + System.out.println("rule45 fired"); +end + +rule rule46 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc46") + then + System.out.println("rule46 fired"); +end + +rule rule47 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc47") + then + System.out.println("rule47 fired"); +end + +rule rule48 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc48") + then + System.out.println("rule48 fired"); +end + +rule rule49 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc49") + then + System.out.println("rule49 fired"); +end + +rule rule50 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc50") + then + System.out.println("rule50 fired"); +end + +rule rule51 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc51") + then + System.out.println("rule51 fired"); +end + +rule rule52 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc52") + then + System.out.println("rule52 fired"); +end + +rule rule53 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc53") + then + System.out.println("rule53 fired"); +end + +rule rule54 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc54") + then + System.out.println("rule54 fired"); +end + +rule rule55 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc55") + then + System.out.println("rule55 fired"); +end + +rule rule56 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc56") + then + System.out.println("rule56 fired"); +end + +rule rule57 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc57") + then + System.out.println("rule57 fired"); +end + +rule rule58 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc58") + then + System.out.println("rule58 fired"); +end + +rule rule59 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc59") + then + System.out.println("rule59 fired"); +end + +rule rule60 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc60") + then + System.out.println("rule60 fired"); +end + +rule rule61 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc61") + then + System.out.println("rule61 fired"); +end + +rule rule62 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc62") + then + System.out.println("rule62 fired"); +end + +rule rule63 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc63") + then + System.out.println("rule63 fired"); +end + +rule rule64 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc64") + then + System.out.println("rule64 fired"); +end + +rule rule65 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc65") + then + System.out.println("rule65 fired"); +end + +rule rule66 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc66") + then + System.out.println("rule66 fired"); +end + +rule rule67 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc67") + then + System.out.println("rule67 fired"); +end + +rule rule68 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc68") + then + System.out.println("rule68 fired"); +end + +rule rule69 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc69") + then + System.out.println("rule69 fired"); +end + +rule rule70 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc70") + then + System.out.println("rule70 fired"); +end + +rule rule71 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc71") + then + System.out.println("rule71 fired"); +end + +rule rule72 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc72") + then + System.out.println("rule72 fired"); +end + +rule rule73 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc73") + then + System.out.println("rule73 fired"); +end + +rule rule74 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc74") + then + System.out.println("rule74 fired"); +end + +rule rule75 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc75") + then + System.out.println("rule75 fired"); +end + +rule rule76 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc76") + then + System.out.println("rule76 fired"); +end + +rule rule77 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc77") + then + System.out.println("rule77 fired"); +end + +rule rule78 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc78") + then + System.out.println("rule78 fired"); +end + +rule rule79 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc79") + then + System.out.println("rule79 fired"); +end + +rule rule80 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc80") + then + System.out.println("rule80 fired"); +end + +rule rule81 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc81") + then + System.out.println("rule81 fired"); +end + +rule rule82 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc82") + then + System.out.println("rule82 fired"); +end + +rule rule83 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc83") + then + System.out.println("rule83 fired"); +end + +rule rule84 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc84") + then + System.out.println("rule84 fired"); +end + +rule rule85 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc85") + then + System.out.println("rule85 fired"); +end + +rule rule86 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc86") + then + System.out.println("rule86 fired"); +end + +rule rule87 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc87") + then + System.out.println("rule87 fired"); +end + +rule rule88 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc88") + then + System.out.println("rule88 fired"); +end + +rule rule89 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc89") + then + System.out.println("rule89 fired"); +end + +rule rule90 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc90") + then + System.out.println("rule90 fired"); +end + +rule rule91 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc91") + then + System.out.println("rule91 fired"); +end + +rule rule92 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc92") + then + System.out.println("rule92 fired"); +end + +rule rule93 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc93") + then + System.out.println("rule93 fired"); +end + +rule rule94 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc94") + then + System.out.println("rule94 fired"); +end + +rule rule95 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc95") + then + System.out.println("rule95 fired"); +end + +rule rule96 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc96") + then + System.out.println("rule96 fired"); +end + +rule rule97 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc97") + then + System.out.println("rule97 fired"); +end + +rule rule98 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc98") + then + System.out.println("rule98 fired"); +end + +rule rule99 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc99") + then + System.out.println("rule99 fired"); +end + +rule rule100 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc100") + then + System.out.println("rule100 fired"); +end + +rule rule101 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc101") + then + System.out.println("rule101 fired"); +end + +rule rule102 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc102") + then + System.out.println("rule102 fired"); +end + +rule rule103 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc103") + then + System.out.println("rule103 fired"); +end + +rule rule104 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc104") + then + System.out.println("rule104 fired"); +end + +rule rule105 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc105") + then + System.out.println("rule105 fired"); +end + +rule rule106 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc106") + then + System.out.println("rule106 fired"); +end + +rule rule107 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc107") + then + System.out.println("rule107 fired"); +end + +rule rule108 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc108") + then + System.out.println("rule108 fired"); +end + +rule rule109 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc109") + then + System.out.println("rule109 fired"); +end + +rule rule110 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc110") + then + System.out.println("rule110 fired"); +end + +rule rule111 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc111") + then + System.out.println("rule111 fired"); +end + +rule rule112 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc112") + then + System.out.println("rule112 fired"); +end + +rule rule113 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc113") + then + System.out.println("rule113 fired"); +end + +rule rule114 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc114") + then + System.out.println("rule114 fired"); +end + +rule rule115 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc115") + then + System.out.println("rule115 fired"); +end + +rule rule116 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc116") + then + System.out.println("rule116 fired"); +end + +rule rule117 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc117") + then + System.out.println("rule117 fired"); +end + +rule rule118 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc118") + then + System.out.println("rule118 fired"); +end + +rule rule119 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc119") + then + System.out.println("rule119 fired"); +end + +rule rule120 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc120") + then + System.out.println("rule120 fired"); +end + +rule rule121 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc121") + then + System.out.println("rule121 fired"); +end + +rule rule122 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc122") + then + System.out.println("rule122 fired"); +end + +rule rule123 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc123") + then + System.out.println("rule123 fired"); +end + +rule rule124 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc124") + then + System.out.println("rule124 fired"); +end + +rule rule125 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc125") + then + System.out.println("rule125 fired"); +end + +rule rule126 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc126") + then + System.out.println("rule126 fired"); +end + +rule rule127 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc127") + then + System.out.println("rule127 fired"); +end + +rule rule128 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc128") + then + System.out.println("rule128 fired"); +end + +rule rule129 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc129") + then + System.out.println("rule129 fired"); +end + +rule rule130 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc130") + then + System.out.println("rule130 fired"); +end + +rule rule131 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc131") + then + System.out.println("rule131 fired"); +end + +rule rule132 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc132") + then + System.out.println("rule132 fired"); +end + +rule rule133 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc133") + then + System.out.println("rule133 fired"); +end + +rule rule134 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc134") + then + System.out.println("rule134 fired"); +end + +rule rule135 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc135") + then + System.out.println("rule135 fired"); +end + +rule rule136 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc136") + then + System.out.println("rule136 fired"); +end + +rule rule137 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc137") + then + System.out.println("rule137 fired"); +end + +rule rule138 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc138") + then + System.out.println("rule138 fired"); +end + +rule rule139 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc139") + then + System.out.println("rule139 fired"); +end + +rule rule140 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc140") + then + System.out.println("rule140 fired"); +end + +rule rule141 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc141") + then + System.out.println("rule141 fired"); +end + +rule rule142 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc142") + then + System.out.println("rule142 fired"); +end + +rule rule143 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc143") + then + System.out.println("rule143 fired"); +end + +rule rule144 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc144") + then + System.out.println("rule144 fired"); +end + +rule rule145 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc145") + then + System.out.println("rule145 fired"); +end + +rule rule146 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc146") + then + System.out.println("rule146 fired"); +end + +rule rule147 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc147") + then + System.out.println("rule147 fired"); +end + +rule rule148 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc148") + then + System.out.println("rule148 fired"); +end + +rule rule149 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc149") + then + System.out.println("rule149 fired"); +end + +rule rule150 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc150") + then + System.out.println("rule150 fired"); +end + +rule rule151 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc151") + then + System.out.println("rule151 fired"); +end + +rule rule152 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc152") + then + System.out.println("rule152 fired"); +end + +rule rule153 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc153") + then + System.out.println("rule153 fired"); +end + +rule rule154 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc154") + then + System.out.println("rule154 fired"); +end + +rule rule155 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc155") + then + System.out.println("rule155 fired"); +end + +rule rule156 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc156") + then + System.out.println("rule156 fired"); +end + +rule rule157 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc157") + then + System.out.println("rule157 fired"); +end + +rule rule158 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc158") + then + System.out.println("rule158 fired"); +end + +rule rule159 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc159") + then + System.out.println("rule159 fired"); +end + +rule rule160 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc160") + then + System.out.println("rule160 fired"); +end + +rule rule161 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc161") + then + System.out.println("rule161 fired"); +end + +rule rule162 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc162") + then + System.out.println("rule162 fired"); +end + +rule rule163 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc163") + then + System.out.println("rule163 fired"); +end + +rule rule164 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc164") + then + System.out.println("rule164 fired"); +end + +rule rule165 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc165") + then + System.out.println("rule165 fired"); +end + +rule rule166 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc166") + then + System.out.println("rule166 fired"); +end + +rule rule167 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc167") + then + System.out.println("rule167 fired"); +end + +rule rule168 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc168") + then + System.out.println("rule168 fired"); +end + +rule rule169 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc169") + then + System.out.println("rule169 fired"); +end + +rule rule170 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc170") + then + System.out.println("rule170 fired"); +end + +rule rule171 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc171") + then + System.out.println("rule171 fired"); +end + +rule rule172 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc172") + then + System.out.println("rule172 fired"); +end + +rule rule173 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc173") + then + System.out.println("rule173 fired"); +end + +rule rule174 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc174") + then + System.out.println("rule174 fired"); +end + +rule rule175 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc175") + then + System.out.println("rule175 fired"); +end + +rule rule176 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc176") + then + System.out.println("rule176 fired"); +end + +rule rule177 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc177") + then + System.out.println("rule177 fired"); +end + +rule rule178 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc178") + then + System.out.println("rule178 fired"); +end + +rule rule179 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc179") + then + System.out.println("rule179 fired"); +end + +rule rule180 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc180") + then + System.out.println("rule180 fired"); +end + +rule rule181 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc181") + then + System.out.println("rule181 fired"); +end + +rule rule182 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc182") + then + System.out.println("rule182 fired"); +end + +rule rule183 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc183") + then + System.out.println("rule183 fired"); +end + +rule rule184 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc184") + then + System.out.println("rule184 fired"); +end + +rule rule185 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc185") + then + System.out.println("rule185 fired"); +end + +rule rule186 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc186") + then + System.out.println("rule186 fired"); +end + +rule rule187 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc187") + then + System.out.println("rule187 fired"); +end + +rule rule188 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc188") + then + System.out.println("rule188 fired"); +end + +rule rule189 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc189") + then + System.out.println("rule189 fired"); +end + +rule rule190 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc190") + then + System.out.println("rule190 fired"); +end + +rule rule191 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc191") + then + System.out.println("rule191 fired"); +end + +rule rule192 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc192") + then + System.out.println("rule192 fired"); +end + +rule rule193 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc193") + then + System.out.println("rule193 fired"); +end + +rule rule194 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc194") + then + System.out.println("rule194 fired"); +end + +rule rule195 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc195") + then + System.out.println("rule195 fired"); +end + +rule rule196 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc196") + then + System.out.println("rule196 fired"); +end + +rule rule197 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc197") + then + System.out.println("rule197 fired"); +end + +rule rule198 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc198") + then + System.out.println("rule198 fired"); +end + +rule rule199 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc199") + then + System.out.println("rule199 fired"); +end + +rule rule200 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc200") + then + System.out.println("rule200 fired"); +end + +rule rule201 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc201") + then + System.out.println("rule201 fired"); +end + +rule rule202 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc202") + then + System.out.println("rule202 fired"); +end + +rule rule203 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc203") + then + System.out.println("rule203 fired"); +end + +rule rule204 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc204") + then + System.out.println("rule204 fired"); +end + +rule rule205 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc205") + then + System.out.println("rule205 fired"); +end + +rule rule206 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc206") + then + System.out.println("rule206 fired"); +end + +rule rule207 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc207") + then + System.out.println("rule207 fired"); +end + +rule rule208 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc208") + then + System.out.println("rule208 fired"); +end + +rule rule209 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc209") + then + System.out.println("rule209 fired"); +end + +rule rule210 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc210") + then + System.out.println("rule210 fired"); +end + +rule rule211 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc211") + then + System.out.println("rule211 fired"); +end + +rule rule212 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc212") + then + System.out.println("rule212 fired"); +end + +rule rule213 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc213") + then + System.out.println("rule213 fired"); +end + +rule rule214 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc214") + then + System.out.println("rule214 fired"); +end + +rule rule215 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc215") + then + System.out.println("rule215 fired"); +end + +rule rule216 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc216") + then + System.out.println("rule216 fired"); +end + +rule rule217 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc217") + then + System.out.println("rule217 fired"); +end + +rule rule218 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc218") + then + System.out.println("rule218 fired"); +end + +rule rule219 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc219") + then + System.out.println("rule219 fired"); +end + +rule rule220 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc220") + then + System.out.println("rule220 fired"); +end + +rule rule221 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc221") + then + System.out.println("rule221 fired"); +end + +rule rule222 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc222") + then + System.out.println("rule222 fired"); +end + +rule rule223 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc223") + then + System.out.println("rule223 fired"); +end + +rule rule224 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc224") + then + System.out.println("rule224 fired"); +end + +rule rule225 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc225") + then + System.out.println("rule225 fired"); +end + +rule rule226 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc226") + then + System.out.println("rule226 fired"); +end + +rule rule227 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc227") + then + System.out.println("rule227 fired"); +end + +rule rule228 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc228") + then + System.out.println("rule228 fired"); +end + +rule rule229 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc229") + then + System.out.println("rule229 fired"); +end + +rule rule230 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc230") + then + System.out.println("rule230 fired"); +end + +rule rule231 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc231") + then + System.out.println("rule231 fired"); +end + +rule rule232 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc232") + then + System.out.println("rule232 fired"); +end + +rule rule233 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc233") + then + System.out.println("rule233 fired"); +end + +rule rule234 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc234") + then + System.out.println("rule234 fired"); +end + +rule rule235 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc235") + then + System.out.println("rule235 fired"); +end + +rule rule236 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc236") + then + System.out.println("rule236 fired"); +end + +rule rule237 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc237") + then + System.out.println("rule237 fired"); +end + +rule rule238 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc238") + then + System.out.println("rule238 fired"); +end + +rule rule239 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc239") + then + System.out.println("rule239 fired"); +end + +rule rule240 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc240") + then + System.out.println("rule240 fired"); +end + +rule rule241 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc241") + then + System.out.println("rule241 fired"); +end + +rule rule242 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc242") + then + System.out.println("rule242 fired"); +end + +rule rule243 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc243") + then + System.out.println("rule243 fired"); +end + +rule rule244 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc244") + then + System.out.println("rule244 fired"); +end + +rule rule245 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc245") + then + System.out.println("rule245 fired"); +end + +rule rule246 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc246") + then + System.out.println("rule246 fired"); +end + +rule rule247 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc247") + then + System.out.println("rule247 fired"); +end + +rule rule248 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc248") + then + System.out.println("rule248 fired"); +end + +rule rule249 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc249") + then + System.out.println("rule249 fired"); +end + +rule rule250 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc250") + then + System.out.println("rule250 fired"); +end + +rule rule251 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc251") + then + System.out.println("rule251 fired"); +end + +rule rule252 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc252") + then + System.out.println("rule252 fired"); +end + +rule rule253 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc253") + then + System.out.println("rule253 fired"); +end + +rule rule254 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc254") + then + System.out.println("rule254 fired"); +end + +rule rule255 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc255") + then + System.out.println("rule255 fired"); +end + +rule rule256 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc256") + then + System.out.println("rule256 fired"); +end + +rule rule257 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc257") + then + System.out.println("rule257 fired"); +end + +rule rule258 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc258") + then + System.out.println("rule258 fired"); +end + +rule rule259 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc259") + then + System.out.println("rule259 fired"); +end + +rule rule260 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc260") + then + System.out.println("rule260 fired"); +end + +rule rule261 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc261") + then + System.out.println("rule261 fired"); +end + +rule rule262 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc262") + then + System.out.println("rule262 fired"); +end + +rule rule263 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc263") + then + System.out.println("rule263 fired"); +end + +rule rule264 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc264") + then + System.out.println("rule264 fired"); +end + +rule rule265 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc265") + then + System.out.println("rule265 fired"); +end + +rule rule266 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc266") + then + System.out.println("rule266 fired"); +end + +rule rule267 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc267") + then + System.out.println("rule267 fired"); +end + +rule rule268 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc268") + then + System.out.println("rule268 fired"); +end + +rule rule269 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc269") + then + System.out.println("rule269 fired"); +end + +rule rule270 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc270") + then + System.out.println("rule270 fired"); +end + +rule rule271 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc271") + then + System.out.println("rule271 fired"); +end + +rule rule272 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc272") + then + System.out.println("rule272 fired"); +end + +rule rule273 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc273") + then + System.out.println("rule273 fired"); +end + +rule rule274 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc274") + then + System.out.println("rule274 fired"); +end + +rule rule275 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc275") + then + System.out.println("rule275 fired"); +end + +rule rule276 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc276") + then + System.out.println("rule276 fired"); +end + +rule rule277 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc277") + then + System.out.println("rule277 fired"); +end + +rule rule278 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc278") + then + System.out.println("rule278 fired"); +end + +rule rule279 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc279") + then + System.out.println("rule279 fired"); +end + +rule rule280 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc280") + then + System.out.println("rule280 fired"); +end + +rule rule281 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc281") + then + System.out.println("rule281 fired"); +end + +rule rule282 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc282") + then + System.out.println("rule282 fired"); +end + +rule rule283 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc283") + then + System.out.println("rule283 fired"); +end + +rule rule284 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc284") + then + System.out.println("rule284 fired"); +end + +rule rule285 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc285") + then + System.out.println("rule285 fired"); +end + +rule rule286 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc286") + then + System.out.println("rule286 fired"); +end + +rule rule287 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc287") + then + System.out.println("rule287 fired"); +end + +rule rule288 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc288") + then + System.out.println("rule288 fired"); +end + +rule rule289 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc289") + then + System.out.println("rule289 fired"); +end + +rule rule290 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc290") + then + System.out.println("rule290 fired"); +end + +rule rule291 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc291") + then + System.out.println("rule291 fired"); +end + +rule rule292 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc292") + then + System.out.println("rule292 fired"); +end + +rule rule293 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc293") + then + System.out.println("rule293 fired"); +end + +rule rule294 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc294") + then + System.out.println("rule294 fired"); +end + +rule rule295 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc295") + then + System.out.println("rule295 fired"); +end + +rule rule296 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc296") + then + System.out.println("rule296 fired"); +end + +rule rule297 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc297") + then + System.out.println("rule297 fired"); +end + +rule rule298 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc298") + then + System.out.println("rule298 fired"); +end + +rule rule299 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc299") + then + System.out.println("rule299 fired"); +end + +rule rule300 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc300") + then + System.out.println("rule300 fired"); +end + +rule rule301 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc301") + then + System.out.println("rule301 fired"); +end + +rule rule302 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc302") + then + System.out.println("rule302 fired"); +end + +rule rule303 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc303") + then + System.out.println("rule303 fired"); +end + +rule rule304 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc304") + then + System.out.println("rule304 fired"); +end + +rule rule305 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc305") + then + System.out.println("rule305 fired"); +end + +rule rule306 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc306") + then + System.out.println("rule306 fired"); +end + +rule rule307 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc307") + then + System.out.println("rule307 fired"); +end + +rule rule308 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc308") + then + System.out.println("rule308 fired"); +end + +rule rule309 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc309") + then + System.out.println("rule309 fired"); +end + +rule rule310 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc310") + then + System.out.println("rule310 fired"); +end + +rule rule311 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc311") + then + System.out.println("rule311 fired"); +end + +rule rule312 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc312") + then + System.out.println("rule312 fired"); +end + +rule rule313 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc313") + then + System.out.println("rule313 fired"); +end + +rule rule314 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc314") + then + System.out.println("rule314 fired"); +end + +rule rule315 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc315") + then + System.out.println("rule315 fired"); +end + +rule rule316 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc316") + then + System.out.println("rule316 fired"); +end + +rule rule317 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc317") + then + System.out.println("rule317 fired"); +end + +rule rule318 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc318") + then + System.out.println("rule318 fired"); +end + +rule rule319 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc319") + then + System.out.println("rule319 fired"); +end + +rule rule320 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc320") + then + System.out.println("rule320 fired"); +end + +rule rule321 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc321") + then + System.out.println("rule321 fired"); +end + +rule rule322 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc322") + then + System.out.println("rule322 fired"); +end + +rule rule323 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc323") + then + System.out.println("rule323 fired"); +end + +rule rule324 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc324") + then + System.out.println("rule324 fired"); +end + +rule rule325 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc325") + then + System.out.println("rule325 fired"); +end + +rule rule326 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc326") + then + System.out.println("rule326 fired"); +end + +rule rule327 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc327") + then + System.out.println("rule327 fired"); +end + +rule rule328 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc328") + then + System.out.println("rule328 fired"); +end + +rule rule329 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc329") + then + System.out.println("rule329 fired"); +end + +rule rule330 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc330") + then + System.out.println("rule330 fired"); +end + +rule rule331 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc331") + then + System.out.println("rule331 fired"); +end + +rule rule332 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc332") + then + System.out.println("rule332 fired"); +end + +rule rule333 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc333") + then + System.out.println("rule333 fired"); +end + +rule rule334 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc334") + then + System.out.println("rule334 fired"); +end + +rule rule335 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc335") + then + System.out.println("rule335 fired"); +end + +rule rule336 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc336") + then + System.out.println("rule336 fired"); +end + +rule rule337 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc337") + then + System.out.println("rule337 fired"); +end + +rule rule338 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc338") + then + System.out.println("rule338 fired"); +end + +rule rule339 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc339") + then + System.out.println("rule339 fired"); +end + +rule rule340 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc340") + then + System.out.println("rule340 fired"); +end + +rule rule341 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc341") + then + System.out.println("rule341 fired"); +end + +rule rule342 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc342") + then + System.out.println("rule342 fired"); +end + +rule rule343 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc343") + then + System.out.println("rule343 fired"); +end + +rule rule344 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc344") + then + System.out.println("rule344 fired"); +end + +rule rule345 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc345") + then + System.out.println("rule345 fired"); +end + +rule rule346 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc346") + then + System.out.println("rule346 fired"); +end + +rule rule347 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc347") + then + System.out.println("rule347 fired"); +end + +rule rule348 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc348") + then + System.out.println("rule348 fired"); +end + +rule rule349 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc349") + then + System.out.println("rule349 fired"); +end + +rule rule350 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc350") + then + System.out.println("rule350 fired"); +end + +rule rule351 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc351") + then + System.out.println("rule351 fired"); +end + +rule rule352 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc352") + then + System.out.println("rule352 fired"); +end + +rule rule353 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc353") + then + System.out.println("rule353 fired"); +end + +rule rule354 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc354") + then + System.out.println("rule354 fired"); +end + +rule rule355 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc355") + then + System.out.println("rule355 fired"); +end + +rule rule356 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc356") + then + System.out.println("rule356 fired"); +end + +rule rule357 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc357") + then + System.out.println("rule357 fired"); +end + +rule rule358 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc358") + then + System.out.println("rule358 fired"); +end + +rule rule359 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc359") + then + System.out.println("rule359 fired"); +end + +rule rule360 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc360") + then + System.out.println("rule360 fired"); +end + +rule rule361 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc361") + then + System.out.println("rule361 fired"); +end + +rule rule362 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc362") + then + System.out.println("rule362 fired"); +end + +rule rule363 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc363") + then + System.out.println("rule363 fired"); +end + +rule rule364 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc364") + then + System.out.println("rule364 fired"); +end + +rule rule365 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc365") + then + System.out.println("rule365 fired"); +end + +rule rule366 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc366") + then + System.out.println("rule366 fired"); +end + +rule rule367 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc367") + then + System.out.println("rule367 fired"); +end + +rule rule368 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc368") + then + System.out.println("rule368 fired"); +end + +rule rule369 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc369") + then + System.out.println("rule369 fired"); +end + +rule rule370 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc370") + then + System.out.println("rule370 fired"); +end + +rule rule371 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc371") + then + System.out.println("rule371 fired"); +end + +rule rule372 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc372") + then + System.out.println("rule372 fired"); +end + +rule rule373 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc373") + then + System.out.println("rule373 fired"); +end + +rule rule374 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc374") + then + System.out.println("rule374 fired"); +end + +rule rule375 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc375") + then + System.out.println("rule375 fired"); +end + +rule rule376 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc376") + then + System.out.println("rule376 fired"); +end + +rule rule377 + when + $acc : Account(status == "standard", title == "mr", accountId == "acc377") + then + System.out.println("rule377 fired"); +end + +... [truncated message content] |