[jboss-svn-commits] JBL Code SVN: r11567 - in labs/jbossrules/trunk: documentation and 13 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue May 1 16:34:10 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-05-01 16:34:09 -0400 (Tue, 01 May 2007)
New Revision: 11567
Removed:
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/GenerateRuleSet.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetLoadTest.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetPerformanceTest.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNode2CEPerformanceTest.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNodePerformanceTest.java
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/1000_rules.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_1condition.rule
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_2condition.rule
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_3condition.rule
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_0shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_1shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_0shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_1shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_2shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_3shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_4shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_5shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_3shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_4shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_5shared.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/500_rules.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/50_rules.drl
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/5_rules.drl
labs/jbossrules/trunk/drools-examples/src/test/java/org/
Modified:
labs/jbossrules/trunk/documentation/pom.xml
labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/rule/builder/dialect/java/AccumulateTemplateTest.java
labs/jbossrules/trunk/drools-eclipse/pom.xml
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/manners/MannersBenchmark.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltz/WaltzBenchmark.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltzdb/WaltzDbBenchmark.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/FibonacciExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/GolfingExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HelloWorldExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HonestPoliticianExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/PricingRuleDTExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingAgendGroup.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingSalience.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleWithDynamicRules.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExample.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExampleWithDSL.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/conway/CellGrid.java
labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/sudoku/SudokuExample.java
labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/waltzdb/waltzdb.drl
labs/jbossrules/trunk/pom.xml
labs/jbossrules/trunk/src/main/assembly/brms.xml
Log:
-release cleaning
Modified: labs/jbossrules/trunk/documentation/pom.xml
===================================================================
--- labs/jbossrules/trunk/documentation/pom.xml 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/documentation/pom.xml 2007-05-01 20:34:09 UTC (rev 11567)
@@ -39,9 +39,11 @@
<copy todir="../drools-eclipse/drools-eclipse-plugin/help">
<fileset dir="manual/build/en" includes="shared/** eclipse/**" excludes="**/*.svg **/*.db"/>
</copy>
- <copy todir="../target/docs">
+
+ <!-- Leave this copy to the assembly for now -->
+ <!--copy todir="../target/docs">
<fileset dir="manual/build/en" includes="shared/** html/** html_single/**" excludes="**/*.svg **/*.db"/>
- </copy>
+ </copy-->
</tasks>
</configuration>
<goals>
Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/rule/builder/dialect/java/AccumulateTemplateTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/rule/builder/dialect/java/AccumulateTemplateTest.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/rule/builder/dialect/java/AccumulateTemplateTest.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -22,6 +22,10 @@
protected void tearDown() throws Exception {
super.tearDown();
}
+
+ public void testEmpty() {
+
+ }
// public void testMethodGeneration() {
// final StringTemplateGroup ruleGroup = new StringTemplateGroup( new InputStreamReader( AccumulateTemplateTest.class.getResourceAsStream( "javaRule.stg" ) ),
Modified: labs/jbossrules/trunk/drools-eclipse/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/pom.xml 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-eclipse/pom.xml 2007-05-01 20:34:09 UTC (rev 11567)
@@ -232,6 +232,10 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-documentation</artifactId>
+ </dependency>
</dependencies>
</project>
Deleted: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/GenerateRuleSet.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/GenerateRuleSet.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/GenerateRuleSet.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,140 +0,0 @@
-package org.drools.benchmark;
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import java.io.FileWriter;
-
-public class GenerateRuleSet {
-
- String linebreak = System.getProperty( "line.separator" );
- String tab = " ";
-
- /**
- *
- */
- public GenerateRuleSet() {
- super();
- }
-
- public void generate3Condition(String outputFile,
- int count) {
- try {
- FileWriter writer = new FileWriter( outputFile );
- StringBuffer buf = new StringBuffer();
- // delcare the package
- buf.append( "package org.drools.samples" + linebreak );
- buf.append( "import com.sample.benchmark.models.Account;" + linebreak + linebreak );
- // now loop
- for ( int idx = 0; idx < count; idx++ ) {
- buf.append( "rule rule" + idx + "" + linebreak );
- buf.append( " when" + linebreak );
- buf.append( " $acc : Account(status == \"standard\", title == \"mr\", accountId == \"acc" + idx + "\")" + linebreak );
- buf.append( " then" + linebreak );
- buf.append( " System.out.println(\"rule" + idx + " fired\");" + linebreak );
- buf.append( "end" + linebreak + linebreak );
- }
- writer.write( buf.toString() );
- writer.close();
- System.out.println( "Generated " + count + " rules to " + outputFile );
- } catch ( Exception e ) {
-
- }
- }
-
- public void generate2Condition(String outputFile,
- int count) {
- try {
- FileWriter writer = new FileWriter( outputFile );
- StringBuffer buf = new StringBuffer();
- // delcare the package
- buf.append( "package org.drools.samples" + linebreak );
- buf.append( "import com.sample.benchmark.models.Account;" + linebreak + linebreak );
- // now loop
- for ( int idx = 0; idx < count; idx++ ) {
- buf.append( "rule rule" + idx + "" + linebreak );
- buf.append( " when" + linebreak );
- buf.append( " $acc : Account(status == \"standard\", accountId == \"acc" + idx + "\")" + linebreak );
- buf.append( " then" + linebreak );
- buf.append( " System.out.println(\"rule" + idx + " fired\");" + linebreak );
- buf.append( "end" + linebreak + linebreak );
- }
- writer.write( buf.toString() );
- writer.close();
- System.out.println( "Generated " + count + " rules to " + outputFile );
- } catch ( Exception e ) {
-
- }
- }
-
- public void generateOneCondition(String outputFile,
- int count) {
- try {
- FileWriter writer = new FileWriter( outputFile );
- StringBuffer buf = new StringBuffer();
- // delcare the package
- buf.append( "package org.drools.samples" + linebreak );
- buf.append( "import com.sample.benchmark.models.Account;" + linebreak + linebreak );
- // now loop
- for ( int idx = 0; idx < count; idx++ ) {
- buf.append( "rule rule" + idx + "" + linebreak );
- buf.append( " when" + linebreak );
- buf.append( " $acc : Account(accountId == \"acc" + idx + "\")" + linebreak );
- buf.append( " then" + linebreak );
- buf.append( " System.out.println(\"rule" + idx + " fired\");" + linebreak );
- buf.append( "end" + linebreak + linebreak );
- }
- writer.write( buf.toString() );
- writer.close();
- System.out.println( "Generated " + count + " rules to " + outputFile );
- } catch ( Exception e ) {
-
- }
- }
-
- public static void main(String[] args) {
- // the number of rules
- int count = 100;
- String objectName = "Account";
- String outputFile = count + "_rules.drl";
- if ( args == null || args.length < 1 ) {
- // print out a message of the options
- System.out.println( "No parameters were set. Please provide a rule count" );
- System.out.println( "filename, ruleType: 1, 2 or 3." );
- System.out.println( "" );
- System.out.println( "example: GenerateRuleSet 1000 1000rules.drl 1" );
- } else {
- if ( args[0] != null ) {
- count = Integer.parseInt( args[0] );
- outputFile = args[1];
- }
- int type = 1;
- if ( args[2] != null ) {
- type = Integer.parseInt( args[2] );
- }
- GenerateRuleSet grs = new GenerateRuleSet();
- if ( type == 3 ) {
- grs.generate3Condition( outputFile,
- count );
- } else if ( type == 2 ) {
- grs.generate2Condition( outputFile,
- count );
- } else {
- grs.generateOneCondition( outputFile,
- count );
- }
- }
-
- }
-}
Deleted: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetLoadTest.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetLoadTest.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetLoadTest.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,94 +0,0 @@
-package org.drools.benchmark;
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-
-import org.drools.PackageIntegrationException;
-import org.drools.RuleBase;
-import org.drools.RuleBaseFactory;
-import org.drools.RuleIntegrationException;
-import org.drools.WorkingMemory;
-import org.drools.compiler.DrlParser;
-import org.drools.compiler.DroolsParserException;
-import org.drools.compiler.PackageBuilder;
-import org.drools.lang.descr.PackageDescr;
-import org.drools.rule.InvalidPatternException;
-import org.drools.rule.Package;
-
-/**
- * @author Peter Lin
- *
- */
-public class RuleSetLoadTest {
-
- public static final void main(final String[] args) {
- RuleSetLoadTest test = new RuleSetLoadTest();
- test.testOneThousandLoad();
-
- test.testOneThousandLoad();
-
- test.testOneThousandLoad();
-
- // generate the drl first to run this test
- //test.testFourThousandLoad();
- }
-
- private static RuleBase readRule(String file) throws Exception {
- //read in the source
- Reader reader = new InputStreamReader( RuleSetLoadTest.class.getResourceAsStream( file ) );
- DrlParser parser = new DrlParser();
- PackageDescr packageDescr = parser.parse( reader );
-
- //pre build the package
- PackageBuilder builder = new PackageBuilder();
- builder.addPackage( packageDescr );
- Package pkg = builder.getPackage();
-
- //add the package to a rulebase
- RuleBase ruleBase = RuleBaseFactory.newRuleBase();
- ruleBase.addPackage( pkg );
- return ruleBase;
- }
-
- public void testOneThousandLoad() {
- try {
- String file = "500_rules.drl";
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- System.out.println( "time to load " + file + " " + (loadEnd - loadStart) + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void testFourThousandLoad() {
- try {
- String file = "4000_rules.drl";
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- System.out.println( "time to load " + file + " " + (loadEnd - loadStart) + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
-}
Deleted: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetPerformanceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetPerformanceTest.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/RuleSetPerformanceTest.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,396 +0,0 @@
-package org.drools.benchmark;
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-import java.util.ArrayList;
-import java.util.Iterator;
-
-import org.drools.PackageIntegrationException;
-import org.drools.RuleBase;
-import org.drools.RuleBaseFactory;
-import org.drools.RuleIntegrationException;
-import org.drools.WorkingMemory;
-import org.drools.benchmark.models.Account;
-import org.drools.compiler.DrlParser;
-import org.drools.compiler.DroolsParserException;
-import org.drools.compiler.PackageBuilder;
-import org.drools.lang.descr.PackageDescr;
-import org.drools.rule.InvalidPatternException;
-import org.drools.rule.Package;
-
-/**
- * @author Peter Lin
- *
- */
-public class RuleSetPerformanceTest {
-
- public static final void main(final String[] args) {
- RuleSetPerformanceTest test = new RuleSetPerformanceTest();
- test.test2KRuleFire3Conditions();
- test.test2KRuleFire2Conditions();
- test.test2KRuleFire();
- test.testFiveHundredRuleFire();
- test.testFiftyRuleFire();
- test.testFiveRuleFire();
- }
-
- private static RuleBase readRule(String file) throws Exception {
- //read in the source
- Reader reader = new InputStreamReader( RuleSetPerformanceTest.class.getResourceAsStream( file ) );
- DrlParser parser = new DrlParser();
- PackageDescr packageDescr = parser.parse( reader );
-
- //pre build the package
- PackageBuilder builder = new PackageBuilder();
- builder.addPackage( packageDescr );
- Package pkg = builder.getPackage();
-
- //add the package to a rulebase
- RuleBase ruleBase = RuleBaseFactory.newRuleBase();
- ruleBase.addPackage( pkg );
- return ruleBase;
- }
-
- /**
- * test the performance with 50 facts and 5 rules. The test measures
- * the load, assert and fire time.
- */
- public void testFiveRuleFire() {
- try {
- int factCount = 50000;
- String file = "5_rules.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testFiftyRuleFire() {
- try {
- int factCount = 50000;
- String file = "50_rules.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testFiveHundredRuleFire() {
- try {
- int factCount = 50000;
- String file = "500_rules.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void test2KRuleFire() {
- try {
- int factCount = 50000;
- String file = "2000_rules_1condition.rule";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void test2KRuleFire2Conditions() {
- try {
- int factCount = 50000;
- String file = "2000_rules_2condition.rule";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void test2KRuleFire3Conditions() {
- try {
- int factCount = 50000;
- String file = "2000_rules_3condition.rule";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Account acc = new Account();
- acc.setAccountId( "acc" + idx );
- acc.setTitle( "mr" );
- acc.setStatus( "standard" );
- objects.add( acc );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-}
Deleted: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNode2CEPerformanceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNode2CEPerformanceTest.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNode2CEPerformanceTest.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,476 +0,0 @@
-package org.drools.benchmark;
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-import java.util.ArrayList;
-import java.util.Iterator;
-
-import org.drools.PackageIntegrationException;
-import org.drools.RuleBase;
-import org.drools.RuleBaseFactory;
-import org.drools.RuleIntegrationException;
-import org.drools.WorkingMemory;
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-import org.drools.compiler.DrlParser;
-import org.drools.compiler.DroolsParserException;
-import org.drools.compiler.PackageBuilder;
-import org.drools.lang.descr.PackageDescr;
-import org.drools.rule.InvalidPatternException;
-import org.drools.rule.Package;
-
-/**
- * @author Peter Lin
- *
- */
-public class SharedNode2CEPerformanceTest {
-
- public static final void main(final String[] args) {
- SharedNode2CEPerformanceTest test = new SharedNode2CEPerformanceTest();
- test.testFiveSharedNodes();
- test.testFourSharedNodes();
- test.testThreeSharedNodes();
- test.testTwoSharedNodes();
- test.testOneSharedNodes();
- test.testNoneSharedNodes();
- }
-
- private static RuleBase readRule(String file) throws Exception {
- //read in the source
- Reader reader = new InputStreamReader( SharedNode2CEPerformanceTest.class.getResourceAsStream( file ) );
- DrlParser parser = new DrlParser();
- PackageDescr packageDescr = parser.parse( reader );
-
- //pre build the package
- PackageBuilder builder = new PackageBuilder();
- builder.addPackage( packageDescr );
- Package pkg = builder.getPackage();
-
- //add the package to a rulebase
- RuleBase ruleBase = RuleBaseFactory.newRuleBase();
- ruleBase.addPackage( pkg );
- return ruleBase;
- }
-
- /**
- * test the performance with 50 facts and 5 rules. The test measures
- * the load, assert and fire time.
- */
- public void testFiveSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_5shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- long aveloadmem = 0;
- long aveassertmem = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long memt1 = rt.totalMemory();
- long memf1 = rt.freeMemory();
- long used1 = memt1 - memf1;
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long memt2 = rt.totalMemory();
- long memf2 = rt.freeMemory();
- long used2 = memt2 - memf2;
- long loadet = loadEnd - loadStart;
- rt.gc();
- totalload += loadet;
- aveloadmem += (used2 - used1);
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- System.out.println( "load memory used " + ((used2 - used1) / 1024) + " kb" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- addr.setAccountId( "acc" + idx );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long memt3 = rt.totalMemory();
- long memf3 = rt.freeMemory();
- long used3 = memt3 - memf3;
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long memt4 = rt.totalMemory();
- long memf4 = rt.freeMemory();
- long used4 = memt4 - memf4;
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- aveassertmem += (used4 - used3);
- System.out.println( "time to assert " + assertet + " ms" );
- System.out.println( "assert memory used " + ((used4 - used3) / 1024) + " kb" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- System.out.println( "" );
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average load mem " + (aveloadmem / 1024 / loop) + " kb" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average assert mem " + (aveassertmem / 1024 / loop) + " kb" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testFourSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_4shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" + idx );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- System.out.println( "" );
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testThreeSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_3shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" + idx );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testTwoSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_2shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" + idx );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void testOneSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_1shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" + idx );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void testNoneSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2CE_0shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- Account acc = new Account();
- acc.setStatus( "standard" );
- objects.add( acc );
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setAccountId( "acc" + idx );
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-}
Deleted: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNodePerformanceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNodePerformanceTest.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/SharedNodePerformanceTest.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,460 +0,0 @@
-package org.drools.benchmark;
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-import java.util.ArrayList;
-import java.util.Iterator;
-
-import org.drools.PackageIntegrationException;
-import org.drools.RuleBase;
-import org.drools.RuleBaseFactory;
-import org.drools.RuleIntegrationException;
-import org.drools.WorkingMemory;
-import org.drools.benchmark.models.Address;
-import org.drools.compiler.DrlParser;
-import org.drools.compiler.DroolsParserException;
-import org.drools.compiler.PackageBuilder;
-import org.drools.lang.descr.PackageDescr;
-import org.drools.rule.InvalidPatternException;
-import org.drools.rule.Package;
-
-/**
- * @author Peter Lin
- *
- */
-public class SharedNodePerformanceTest {
-
- public static final void main(final String[] args) {
- SharedNodePerformanceTest test = new SharedNodePerformanceTest();
- test.testFiveSharedNodes();
- test.testFourSharedNodes();
- test.testThreeSharedNodes();
- test.testTwoSharedNodes();
- test.testOneSharedNodes();
- test.testNoneSharedNodes();
- }
-
- private static RuleBase readRule(String file) throws Exception {
- //read in the source
- Reader reader = new InputStreamReader( SharedNodePerformanceTest.class.getResourceAsStream( file ) );
- DrlParser parser = new DrlParser();
- PackageDescr packageDescr = parser.parse( reader );
-
- //pre build the package
- PackageBuilder builder = new PackageBuilder();
- builder.addPackage( packageDescr );
- Package pkg = builder.getPackage();
-
- //add the package to a rulebase
- RuleBase ruleBase = RuleBaseFactory.newRuleBase();
- ruleBase.addPackage( pkg );
- return ruleBase;
- }
-
- /**
- * test the performance with 50 facts and 5 rules. The test measures
- * the load, assert and fire time.
- */
- public void testFiveSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_5shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- long aveloadmem = 0;
- long aveassertmem = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long memt1 = rt.totalMemory();
- long memf1 = rt.freeMemory();
- long used1 = memt1 - memf1;
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long memt2 = rt.totalMemory();
- long memf2 = rt.freeMemory();
- long used2 = memt2 - memf2;
- long loadet = loadEnd - loadStart;
- rt.gc();
- totalload += loadet;
- aveloadmem += (used2 - used1);
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- System.out.println( "load memory used " + ((used2 - used1) / 1024) + " kb" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- addr.setAccountId( "acc" + idx );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long memt3 = rt.totalMemory();
- long memf3 = rt.freeMemory();
- long used3 = memt3 - memf3;
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long memt4 = rt.totalMemory();
- long memf4 = rt.freeMemory();
- long used4 = memt4 - memf4;
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- aveassertmem += (used4 - used3);
- System.out.println( "time to assert " + assertet + " ms" );
- System.out.println( "assert memory used " + ((used4 - used3) / 1024) + " kb" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- System.out.println( "" );
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average load mem " + (aveloadmem / 1024 / loop) + " kb" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average assert mem " + (aveassertmem / 1024 / loop) + " kb" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testFourSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_4shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" + idx );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testThreeSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_3shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" + idx );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- /**
- *
- *
- */
- public void testTwoSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_2shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" + idx );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void testOneSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_1shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setCity( "boston" );
- addr.setState( "ma" + idx );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-
- public void testNoneSharedNodes() {
- try {
- int factCount = 5000;
- String file = "20rules_0shared.drl";
- int loop = 5;
- long totalload = 0;
- long totalassert = 0;
- long totalfire = 0;
- Runtime rt = Runtime.getRuntime();
- for ( int c = 0; c < loop; c++ ) {
- rt.gc();
- long loadStart = System.currentTimeMillis();
- RuleBase ruleBase = readRule( file );
- long loadEnd = System.currentTimeMillis();
- long loadet = loadEnd - loadStart;
- totalload += loadet;
- rt.gc();
- System.out.println( "time to load " + file + " " + loadet + "ms" );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
- ArrayList objects = new ArrayList();
- // create the objects
- for ( int idx = 0; idx < factCount; idx++ ) {
- Address addr = new Address();
- addr.setAccountId( "acc" + idx );
- addr.setCity( "boston" );
- addr.setState( "ma" );
- addr.setHouseType( "single family" );
- addr.setStatus( "not listed" );
- addr.setCountry( "usa" );
- objects.add( addr );
- }
- Iterator itr = objects.iterator();
- long assertStart = System.currentTimeMillis();
- while ( itr.hasNext() ) {
- workingMemory.assertObject( itr.next() );
- }
- long assertEnd = System.currentTimeMillis();
- long assertet = assertEnd - assertStart;
- totalassert += assertet;
- rt.gc();
- System.out.println( "time to assert " + assertet + " ms" );
- long fireStart = System.currentTimeMillis();
- workingMemory.fireAllRules();
- long fireEnd = System.currentTimeMillis();
- long fireet = fireEnd - fireStart;
- totalfire += fireet;
- System.out.println( "time to fireAllRules " + fireet + " ms" );
- workingMemory.dispose();
- rt.gc();
- }
- System.out.println( file );
- System.out.println( "number of objects asserted " + factCount );
- System.out.println( "average load " + (totalload / loop) + " ms" );
- System.out.println( "average assert " + (totalassert / loop) + " ms" );
- System.out.println( "average fire " + (totalfire / loop) + " ms" );
- } catch ( Exception e ) {
- e.printStackTrace();
- }
- }
-}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/manners/MannersBenchmark.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/manners/MannersBenchmark.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/manners/MannersBenchmark.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -14,6 +14,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.rule.Package;
@@ -41,7 +42,7 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage(pkg);
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ StatefulSession session = ruleBase.newStatefulSession();
String filename;
if (args.length != 0) {
@@ -55,14 +56,15 @@
List list = getInputObjects(is);
for (Iterator it = list.iterator(); it.hasNext();) {
Object object = it.next();
- workingMemory.assertObject(object);
+ session.assertObject(object);
}
- workingMemory.assertObject(new Count(1));
+ session.assertObject(new Count(1));
long start = System.currentTimeMillis();
- workingMemory.fireAllRules();
+ session.fireAllRules();
System.err.println(System.currentTimeMillis() - start);
+ session.dispose();
}
/**
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltz/WaltzBenchmark.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltz/WaltzBenchmark.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltz/WaltzBenchmark.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -25,6 +25,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.rule.Package;
@@ -35,7 +36,6 @@
public abstract class WaltzBenchmark {
public static void main(final String[] args) throws Exception {
- try {
PackageBuilder builder = new PackageBuilder();
builder.addPackageFromDrl( new InputStreamReader( WaltzBenchmark.class.getResourceAsStream( "waltz.drl" ) ) );
Package pkg = builder.getPackage();
@@ -44,7 +44,7 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( pkg );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ StatefulSession session = ruleBase.newStatefulSession();
String filename;
if ( args.length != 0 ) {
@@ -54,18 +54,15 @@
filename = "waltz12.dat";
}
- loadLines( workingMemory, filename );
+ loadLines( session, filename );
Stage stage = new Stage(Stage.DUPLICATE);
- workingMemory.assertObject( stage );
+ session.assertObject( stage );
long start = System.currentTimeMillis();
- workingMemory.fireAllRules();
+ session.fireAllRules();
System.out.println( (System.currentTimeMillis() - start) / 1000 );
-
- } catch (Throwable t) {
- t.printStackTrace();
- }
+ session.dispose();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltzdb/WaltzDbBenchmark.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltzdb/WaltzDbBenchmark.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/benchmark/waltzdb/WaltzDbBenchmark.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -10,14 +10,13 @@
import org.drools.rule.Package;
import org.drools.RuleBaseConfiguration;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
public class WaltzDbBenchmark {
- public static void main(final String[] args) throws Exception {
- try {
-
+ public static void main(final String[] args) throws Exception {
PackageBuilder builder = new PackageBuilder();
builder.addPackageFromDrl( new InputStreamReader( WaltzDbBenchmark.class.getResourceAsStream( "waltzdb.drl" ) ) );
Package pkg = builder.getPackage();
@@ -28,7 +27,7 @@
ruleBase.addPackage( pkg );
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ StatefulSession session = ruleBase.newStatefulSession();
java.util.List lines = WaltzDbBenchmark.loadLines("waltzdb16.dat"); //12,8,4
java.util.List labels = WaltzDbBenchmark.loadLabels("waltzdb16.dat"); //12,8,4
@@ -36,25 +35,22 @@
Iterator iter =lines.iterator();
while(iter.hasNext()){
Line line = (Line)iter.next();
- workingMemory.assertObject(line);
+ session.assertObject(line);
System.out.println(line.getP1() + " " + line.getP2());
}
iter =labels.iterator();
while(iter.hasNext()){
Label label = (Label)iter.next();
- workingMemory.assertObject(label);
+ session.assertObject(label);
System.out.println(label.getId() + " " + label.getType());
}
Stage stage = new Stage(Stage.DUPLICATE);
- workingMemory.assertObject( stage );
- workingMemory.fireAllRules();
+ session.assertObject( stage );
+ session.fireAllRules();
System.out.println("Time: " + (System.currentTimeMillis() - now));
-
- } catch (Throwable t) {
- t.printStackTrace();
- }
+ session.dispose();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/FibonacciExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/FibonacciExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/FibonacciExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -4,6 +4,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -21,21 +22,24 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/fibonacci" );
// By setting dynamic to TRUE, Drools will use JavaBean
// PropertyChangeListeners so you don't have to call modifyObject().
final boolean dynamic = false;
- workingMemory.assertObject( new Fibonacci( 50 ),
+ session.assertObject( new Fibonacci( 50 ),
dynamic );
- workingMemory.fireAllRules();
+ session.fireAllRules();
logger.writeToDisk();
+
+ session.dispose();
+
}
public static class Fibonacci {
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/GolfingExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/GolfingExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/GolfingExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -4,6 +4,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
@@ -20,7 +21,7 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
String[] names = new String[] { "Fred", "Joe", "Bob", "Tom" };
String[] colors = new String[] { "red", "blue", "plaid", "orange" };
@@ -29,12 +30,13 @@
for ( int n = 0; n < names.length; n++ ) {
for ( int c = 0; c < colors.length; c++ ) {
for ( int p = 0; p < positions.length; p++ ) {
- workingMemory.assertObject( new Golfer( names[n], colors[c], positions[p]) );
+ session.assertObject( new Golfer( names[n], colors[c], positions[p]) );
}
}
}
- workingMemory.fireAllRules();
+ session.fireAllRules();
+ session.dispose();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HelloWorldExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HelloWorldExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HelloWorldExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -5,6 +5,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.rule.Package;
@@ -14,23 +15,18 @@
*/
public class HelloWorldExample {
- public static final void main(final String[] args) {
- try {
-
+ public static final void main(final String[] args) throws Exception {
//load up the rulebase
final RuleBase ruleBase = readRule();
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
//go !
final Message message = new Message();
message.setMessage( "Hello World" );
message.setStatus( Message.HELLO );
- workingMemory.assertObject( message );
- workingMemory.fireAllRules();
-
- } catch ( final Throwable t ) {
- t.printStackTrace();
- }
+ session.assertObject( message );
+ session.fireAllRules();
+ session.dispose();
}
/**
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HonestPoliticianExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HonestPoliticianExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/HonestPoliticianExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -5,6 +5,7 @@
import org.drools.FactHandle;
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -22,9 +23,9 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/honest-politician" );
final Politician blair = new Politician("blair", true);
@@ -32,14 +33,16 @@
final Politician chirac = new Politician("chirac", true);
final Politician schroder = new Politician("schroder", true);
- workingMemory.assertObject( blair );
- workingMemory.assertObject( bush );
- workingMemory.assertObject( chirac );
- workingMemory.assertObject( schroder );
+ session.assertObject( blair );
+ session.assertObject( bush );
+ session.assertObject( chirac );
+ session.assertObject( schroder );
- workingMemory.fireAllRules();
+ session.fireAllRules();
logger.writeToDisk();
+
+ session.dispose();
}
public static class Politician {
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/PricingRuleDTExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/PricingRuleDTExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/PricingRuleDTExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -6,6 +6,8 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
+import org.drools.StatelessSession;
import org.drools.WorkingMemory;
import org.drools.compiler.DroolsParserException;
import org.drools.compiler.PackageBuilder;
@@ -35,17 +37,15 @@
RuleBase ruleBase = buildRuleBase(drl);
- WorkingMemory wm = ruleBase.newWorkingMemory();
+ // typical decision tables are used statelessly
+ StatelessSession session = ruleBase.newStatelessSession();
//now create some test data
Driver driver = new Driver();
Policy policy = new Policy();
- wm.assertObject(driver);
- wm.assertObject(policy);
+ session.execute( new Object[] { driver, policy } );
- wm.fireAllRules();
-
System.out.println("BASE PRICE IS: " + policy.getBasePrice());
System.out.println("DISCOUNT IS: " + policy.getDiscountPercent());
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingAgendGroup.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingAgendGroup.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingAgendGroup.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -4,6 +4,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -23,15 +24,15 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- workingMemory.addEventListener( new DefaultAgendaEventListener() {
+ session.addEventListener( new DefaultAgendaEventListener() {
public void afterActivationFired(final AfterActivationFiredEvent arg0) {
- super.afterActivationFired( arg0, workingMemory );
+ super.afterActivationFired( arg0, session );
}
} );
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/state" );
final State a = new State( "A" );
@@ -43,16 +44,17 @@
// PropertyChangeListeners so you don't have to call modifyObject().
final boolean dynamic = true;
- workingMemory.assertObject( a,
+ session.assertObject( a,
dynamic );
- workingMemory.assertObject( b,
+ session.assertObject( b,
dynamic );
- workingMemory.assertObject( c,
+ session.assertObject( c,
dynamic );
- workingMemory.assertObject( d,
+ session.assertObject( d,
dynamic );
- workingMemory.fireAllRules();
+ session.fireAllRules();
+ session.dispose();
logger.writeToDisk();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingSalience.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingSalience.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleUsingSalience.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -4,6 +4,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -21,9 +22,9 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/state" );
final State a = new State( "A" );
@@ -35,16 +36,17 @@
// PropertyChangeListeners so you don't have to call modifyObject().
final boolean dynamic = true;
- workingMemory.assertObject( a,
+ session.assertObject( a,
dynamic );
- workingMemory.assertObject( b,
+ session.assertObject( b,
dynamic );
- workingMemory.assertObject( c,
+ session.assertObject( c,
dynamic );
- workingMemory.assertObject( d,
+ session.assertObject( d,
dynamic );
- workingMemory.fireAllRules();
+ session.fireAllRules();
+ session.dispose();
logger.writeToDisk();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleWithDynamicRules.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleWithDynamicRules.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/StateExampleWithDynamicRules.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -4,6 +4,7 @@
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -21,9 +22,9 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/state" );
final State a = new State( "A" );
@@ -36,24 +37,25 @@
// PropertyChangeListeners so you don't have to call modifyObject().
final boolean dynamic = true;
- workingMemory.assertObject( a,
+ session.assertObject( a,
dynamic );
- workingMemory.assertObject( b,
+ session.assertObject( b,
dynamic );
- workingMemory.assertObject( c,
+ session.assertObject( c,
dynamic );
- workingMemory.assertObject( d,
+ session.assertObject( d,
dynamic );
- workingMemory.assertObject( e,
+ session.assertObject( e,
dynamic );
- workingMemory.fireAllRules();
+ session.fireAllRules();
builder = new PackageBuilder();
builder.addPackageFromDrl( new InputStreamReader( StateExampleWithDynamicRules.class.getResourceAsStream( "StateExampleDynamicRule.drl" ) ) );
ruleBase.addPackage( builder.getPackage() );
- workingMemory.fireAllRules();
+ session.fireAllRules();
+ session.dispose();
logger.writeToDisk();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -5,6 +5,7 @@
import org.drools.FactHandle;
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -22,9 +23,9 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/trouble_ticket" );
final Customer a = new Customer( "A",
@@ -41,21 +42,21 @@
final Ticket t3 = new Ticket( c );
final Ticket t4 = new Ticket( d );
- final FactHandle fa = workingMemory.assertObject( a );
- final FactHandle fb = workingMemory.assertObject( b );
- final FactHandle fc = workingMemory.assertObject( c );
- final FactHandle fd = workingMemory.assertObject( d );
+ final FactHandle fa = session.assertObject( a );
+ final FactHandle fb = session.assertObject( b );
+ final FactHandle fc = session.assertObject( c );
+ final FactHandle fd = session.assertObject( d );
- final FactHandle ft1 = workingMemory.assertObject( t1 );
- final FactHandle ft2 = workingMemory.assertObject( t2 );
- final FactHandle ft3 = workingMemory.assertObject( t3 );
- final FactHandle ft4 = workingMemory.assertObject( t4 );
+ final FactHandle ft1 = session.assertObject( t1 );
+ final FactHandle ft2 = session.assertObject( t2 );
+ final FactHandle ft3 = session.assertObject( t3 );
+ final FactHandle ft4 = session.assertObject( t4 );
- workingMemory.fireAllRules();
+ session.fireAllRules();
t3.setStatus( "Done" );
- workingMemory.modifyObject( ft3,
+ session.modifyObject( ft3,
t3 );
try {
@@ -66,6 +67,8 @@
}
System.err.println( "[[ awake ]]" );
+
+ session.dispose();
logger.writeToDisk();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExampleWithDSL.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExampleWithDSL.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/TroubleTicketExampleWithDSL.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -6,6 +6,7 @@
import org.drools.FactHandle;
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.audit.WorkingMemoryFileLogger;
import org.drools.compiler.PackageBuilder;
@@ -24,9 +25,9 @@
final RuleBase ruleBase = RuleBaseFactory.newRuleBase();
ruleBase.addPackage( builder.getPackage() );
- final WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ final StatefulSession session = ruleBase.newStatefulSession();
- final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( workingMemory );
+ final WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger( session );
logger.setFileName( "log/state" );
final Customer a = new Customer( "A",
@@ -43,21 +44,21 @@
final Ticket t3 = new Ticket( c );
final Ticket t4 = new Ticket( d );
- final FactHandle fa = workingMemory.assertObject( a );
- final FactHandle fb = workingMemory.assertObject( b );
- final FactHandle fc = workingMemory.assertObject( c );
- final FactHandle fd = workingMemory.assertObject( d );
+ final FactHandle fa = session.assertObject( a );
+ final FactHandle fb = session.assertObject( b );
+ final FactHandle fc = session.assertObject( c );
+ final FactHandle fd = session.assertObject( d );
- final FactHandle ft1 = workingMemory.assertObject( t1 );
- final FactHandle ft2 = workingMemory.assertObject( t2 );
- final FactHandle ft3 = workingMemory.assertObject( t3 );
- final FactHandle ft4 = workingMemory.assertObject( t4 );
+ final FactHandle ft1 = session.assertObject( t1 );
+ final FactHandle ft2 = session.assertObject( t2 );
+ final FactHandle ft3 = session.assertObject( t3 );
+ final FactHandle ft4 = session.assertObject( t4 );
- workingMemory.fireAllRules();
+ session.fireAllRules();
t3.setStatus( "Done" );
- workingMemory.modifyObject( ft3,
+ session.modifyObject( ft3,
t3 );
try {
@@ -67,8 +68,10 @@
e.printStackTrace();
}
- workingMemory.fireAllRules();
+ session.fireAllRules();
+ session.dispose();
+
logger.writeToDisk();
}
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/conway/CellGrid.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/conway/CellGrid.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/conway/CellGrid.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -164,7 +164,9 @@
}
public void dispose() {
- this.session.dispose();
+ if ( this.session != null ) {
+ this.session.dispose();
+ }
}
public String toString() {
Modified: labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/sudoku/SudokuExample.java
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/sudoku/SudokuExample.java 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/java/org/drools/examples/sudoku/SudokuExample.java 2007-05-01 20:34:09 UTC (rev 11567)
@@ -5,10 +5,12 @@
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
+import java.util.List;
import org.drools.RuleBase;
import org.drools.RuleBaseConfiguration;
import org.drools.RuleBaseFactory;
+import org.drools.StatefulSession;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.rule.Package;
@@ -22,6 +24,7 @@
public class SudokuExample {
public static void testWithInput(int[][] field){
+ StatefulSession session = null;
try {
Collection fields = new ArrayList();
//create Fields for every element of the matrix
@@ -37,21 +40,21 @@
}
//load up the rulebase
RuleBase ruleBase = readRule();
- WorkingMemory workingMemory = ruleBase.newWorkingMemory();
+ session = ruleBase.newStatefulSession();
//go !
Iterator iter = fields.iterator();
Collection handles = new ArrayList();
while(iter.hasNext()){
- handles.add(workingMemory.assertObject( iter.next() ));
+ handles.add(session.assertObject( iter.next() ));
}
- workingMemory.fireAllRules();
+ session.fireAllRules();
- System.out.println("Size: " + workingMemory.getObjects().size());
+ System.out.println("Size: " + iteratorToList(session.iterateObjects()).size());
//Get Result
- iter = workingMemory.getObjects().iterator();
+ iter = session.iterateObjects();
//Copy the values of the fields into the matrix
while(iter.hasNext()) {
Object next = iter.next();
@@ -73,6 +76,10 @@
} catch (Throwable t) {
t.printStackTrace();
+ } finally {
+ if ( session != null ) {
+ session.dispose();
+ }
}
}
public static final void main(String[] args) {
@@ -148,4 +155,11 @@
return ruleBase;
}
+ private static List iteratorToList(Iterator it) {
+ List list = new ArrayList();
+ for (;it.hasNext();) {
+ list.add( it.next() );
+ }
+ return list;
+ }
}
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/1000_rules.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/1000_rules.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/1000_rules.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,7003 +0,0 @@
-package org.drools.samples
-import org.drools.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
-
-rule rule378
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc378")
- then
- System.out.println("rule378 fired");
-end
-
-rule rule379
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc379")
- then
- System.out.println("rule379 fired");
-end
-
-rule rule380
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc380")
- then
- System.out.println("rule380 fired");
-end
-
-rule rule381
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc381")
- then
- System.out.println("rule381 fired");
-end
-
-rule rule382
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc382")
- then
- System.out.println("rule382 fired");
-end
-
-rule rule383
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc383")
- then
- System.out.println("rule383 fired");
-end
-
-rule rule384
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc384")
- then
- System.out.println("rule384 fired");
-end
-
-rule rule385
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc385")
- then
- System.out.println("rule385 fired");
-end
-
-rule rule386
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc386")
- then
- System.out.println("rule386 fired");
-end
-
-rule rule387
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc387")
- then
- System.out.println("rule387 fired");
-end
-
-rule rule388
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc388")
- then
- System.out.println("rule388 fired");
-end
-
-rule rule389
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc389")
- then
- System.out.println("rule389 fired");
-end
-
-rule rule390
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc390")
- then
- System.out.println("rule390 fired");
-end
-
-rule rule391
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc391")
- then
- System.out.println("rule391 fired");
-end
-
-rule rule392
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc392")
- then
- System.out.println("rule392 fired");
-end
-
-rule rule393
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc393")
- then
- System.out.println("rule393 fired");
-end
-
-rule rule394
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc394")
- then
- System.out.println("rule394 fired");
-end
-
-rule rule395
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc395")
- then
- System.out.println("rule395 fired");
-end
-
-rule rule396
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc396")
- then
- System.out.println("rule396 fired");
-end
-
-rule rule397
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc397")
- then
- System.out.println("rule397 fired");
-end
-
-rule rule398
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc398")
- then
- System.out.println("rule398 fired");
-end
-
-rule rule399
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc399")
- then
- System.out.println("rule399 fired");
-end
-
-rule rule400
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc400")
- then
- System.out.println("rule400 fired");
-end
-
-rule rule401
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc401")
- then
- System.out.println("rule401 fired");
-end
-
-rule rule402
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc402")
- then
- System.out.println("rule402 fired");
-end
-
-rule rule403
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc403")
- then
- System.out.println("rule403 fired");
-end
-
-rule rule404
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc404")
- then
- System.out.println("rule404 fired");
-end
-
-rule rule405
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc405")
- then
- System.out.println("rule405 fired");
-end
-
-rule rule406
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc406")
- then
- System.out.println("rule406 fired");
-end
-
-rule rule407
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc407")
- then
- System.out.println("rule407 fired");
-end
-
-rule rule408
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc408")
- then
- System.out.println("rule408 fired");
-end
-
-rule rule409
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc409")
- then
- System.out.println("rule409 fired");
-end
-
-rule rule410
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc410")
- then
- System.out.println("rule410 fired");
-end
-
-rule rule411
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc411")
- then
- System.out.println("rule411 fired");
-end
-
-rule rule412
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc412")
- then
- System.out.println("rule412 fired");
-end
-
-rule rule413
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc413")
- then
- System.out.println("rule413 fired");
-end
-
-rule rule414
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc414")
- then
- System.out.println("rule414 fired");
-end
-
-rule rule415
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc415")
- then
- System.out.println("rule415 fired");
-end
-
-rule rule416
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc416")
- then
- System.out.println("rule416 fired");
-end
-
-rule rule417
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc417")
- then
- System.out.println("rule417 fired");
-end
-
-rule rule418
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc418")
- then
- System.out.println("rule418 fired");
-end
-
-rule rule419
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc419")
- then
- System.out.println("rule419 fired");
-end
-
-rule rule420
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc420")
- then
- System.out.println("rule420 fired");
-end
-
-rule rule421
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc421")
- then
- System.out.println("rule421 fired");
-end
-
-rule rule422
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc422")
- then
- System.out.println("rule422 fired");
-end
-
-rule rule423
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc423")
- then
- System.out.println("rule423 fired");
-end
-
-rule rule424
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc424")
- then
- System.out.println("rule424 fired");
-end
-
-rule rule425
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc425")
- then
- System.out.println("rule425 fired");
-end
-
-rule rule426
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc426")
- then
- System.out.println("rule426 fired");
-end
-
-rule rule427
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc427")
- then
- System.out.println("rule427 fired");
-end
-
-rule rule428
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc428")
- then
- System.out.println("rule428 fired");
-end
-
-rule rule429
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc429")
- then
- System.out.println("rule429 fired");
-end
-
-rule rule430
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc430")
- then
- System.out.println("rule430 fired");
-end
-
-rule rule431
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc431")
- then
- System.out.println("rule431 fired");
-end
-
-rule rule432
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc432")
- then
- System.out.println("rule432 fired");
-end
-
-rule rule433
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc433")
- then
- System.out.println("rule433 fired");
-end
-
-rule rule434
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc434")
- then
- System.out.println("rule434 fired");
-end
-
-rule rule435
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc435")
- then
- System.out.println("rule435 fired");
-end
-
-rule rule436
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc436")
- then
- System.out.println("rule436 fired");
-end
-
-rule rule437
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc437")
- then
- System.out.println("rule437 fired");
-end
-
-rule rule438
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc438")
- then
- System.out.println("rule438 fired");
-end
-
-rule rule439
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc439")
- then
- System.out.println("rule439 fired");
-end
-
-rule rule440
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc440")
- then
- System.out.println("rule440 fired");
-end
-
-rule rule441
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc441")
- then
- System.out.println("rule441 fired");
-end
-
-rule rule442
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc442")
- then
- System.out.println("rule442 fired");
-end
-
-rule rule443
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc443")
- then
- System.out.println("rule443 fired");
-end
-
-rule rule444
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc444")
- then
- System.out.println("rule444 fired");
-end
-
-rule rule445
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc445")
- then
- System.out.println("rule445 fired");
-end
-
-rule rule446
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc446")
- then
- System.out.println("rule446 fired");
-end
-
-rule rule447
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc447")
- then
- System.out.println("rule447 fired");
-end
-
-rule rule448
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc448")
- then
- System.out.println("rule448 fired");
-end
-
-rule rule449
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc449")
- then
- System.out.println("rule449 fired");
-end
-
-rule rule450
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc450")
- then
- System.out.println("rule450 fired");
-end
-
-rule rule451
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc451")
- then
- System.out.println("rule451 fired");
-end
-
-rule rule452
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc452")
- then
- System.out.println("rule452 fired");
-end
-
-rule rule453
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc453")
- then
- System.out.println("rule453 fired");
-end
-
-rule rule454
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc454")
- then
- System.out.println("rule454 fired");
-end
-
-rule rule455
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc455")
- then
- System.out.println("rule455 fired");
-end
-
-rule rule456
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc456")
- then
- System.out.println("rule456 fired");
-end
-
-rule rule457
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc457")
- then
- System.out.println("rule457 fired");
-end
-
-rule rule458
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc458")
- then
- System.out.println("rule458 fired");
-end
-
-rule rule459
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc459")
- then
- System.out.println("rule459 fired");
-end
-
-rule rule460
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc460")
- then
- System.out.println("rule460 fired");
-end
-
-rule rule461
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc461")
- then
- System.out.println("rule461 fired");
-end
-
-rule rule462
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc462")
- then
- System.out.println("rule462 fired");
-end
-
-rule rule463
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc463")
- then
- System.out.println("rule463 fired");
-end
-
-rule rule464
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc464")
- then
- System.out.println("rule464 fired");
-end
-
-rule rule465
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc465")
- then
- System.out.println("rule465 fired");
-end
-
-rule rule466
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc466")
- then
- System.out.println("rule466 fired");
-end
-
-rule rule467
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc467")
- then
- System.out.println("rule467 fired");
-end
-
-rule rule468
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc468")
- then
- System.out.println("rule468 fired");
-end
-
-rule rule469
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc469")
- then
- System.out.println("rule469 fired");
-end
-
-rule rule470
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc470")
- then
- System.out.println("rule470 fired");
-end
-
-rule rule471
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc471")
- then
- System.out.println("rule471 fired");
-end
-
-rule rule472
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc472")
- then
- System.out.println("rule472 fired");
-end
-
-rule rule473
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc473")
- then
- System.out.println("rule473 fired");
-end
-
-rule rule474
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc474")
- then
- System.out.println("rule474 fired");
-end
-
-rule rule475
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc475")
- then
- System.out.println("rule475 fired");
-end
-
-rule rule476
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc476")
- then
- System.out.println("rule476 fired");
-end
-
-rule rule477
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc477")
- then
- System.out.println("rule477 fired");
-end
-
-rule rule478
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc478")
- then
- System.out.println("rule478 fired");
-end
-
-rule rule479
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc479")
- then
- System.out.println("rule479 fired");
-end
-
-rule rule480
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc480")
- then
- System.out.println("rule480 fired");
-end
-
-rule rule481
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc481")
- then
- System.out.println("rule481 fired");
-end
-
-rule rule482
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc482")
- then
- System.out.println("rule482 fired");
-end
-
-rule rule483
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc483")
- then
- System.out.println("rule483 fired");
-end
-
-rule rule484
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc484")
- then
- System.out.println("rule484 fired");
-end
-
-rule rule485
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc485")
- then
- System.out.println("rule485 fired");
-end
-
-rule rule486
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc486")
- then
- System.out.println("rule486 fired");
-end
-
-rule rule487
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc487")
- then
- System.out.println("rule487 fired");
-end
-
-rule rule488
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc488")
- then
- System.out.println("rule488 fired");
-end
-
-rule rule489
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc489")
- then
- System.out.println("rule489 fired");
-end
-
-rule rule490
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc490")
- then
- System.out.println("rule490 fired");
-end
-
-rule rule491
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc491")
- then
- System.out.println("rule491 fired");
-end
-
-rule rule492
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc492")
- then
- System.out.println("rule492 fired");
-end
-
-rule rule493
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc493")
- then
- System.out.println("rule493 fired");
-end
-
-rule rule494
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc494")
- then
- System.out.println("rule494 fired");
-end
-
-rule rule495
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc495")
- then
- System.out.println("rule495 fired");
-end
-
-rule rule496
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc496")
- then
- System.out.println("rule496 fired");
-end
-
-rule rule497
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc497")
- then
- System.out.println("rule497 fired");
-end
-
-rule rule498
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc498")
- then
- System.out.println("rule498 fired");
-end
-
-rule rule499
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc499")
- then
- System.out.println("rule499 fired");
-end
-
-rule rule500
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc500")
- then
- System.out.println("rule500 fired");
-end
-
-rule rule501
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc501")
- then
- System.out.println("rule501 fired");
-end
-
-rule rule502
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc502")
- then
- System.out.println("rule502 fired");
-end
-
-rule rule503
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc503")
- then
- System.out.println("rule503 fired");
-end
-
-rule rule504
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc504")
- then
- System.out.println("rule504 fired");
-end
-
-rule rule505
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc505")
- then
- System.out.println("rule505 fired");
-end
-
-rule rule506
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc506")
- then
- System.out.println("rule506 fired");
-end
-
-rule rule507
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc507")
- then
- System.out.println("rule507 fired");
-end
-
-rule rule508
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc508")
- then
- System.out.println("rule508 fired");
-end
-
-rule rule509
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc509")
- then
- System.out.println("rule509 fired");
-end
-
-rule rule510
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc510")
- then
- System.out.println("rule510 fired");
-end
-
-rule rule511
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc511")
- then
- System.out.println("rule511 fired");
-end
-
-rule rule512
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc512")
- then
- System.out.println("rule512 fired");
-end
-
-rule rule513
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc513")
- then
- System.out.println("rule513 fired");
-end
-
-rule rule514
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc514")
- then
- System.out.println("rule514 fired");
-end
-
-rule rule515
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc515")
- then
- System.out.println("rule515 fired");
-end
-
-rule rule516
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc516")
- then
- System.out.println("rule516 fired");
-end
-
-rule rule517
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc517")
- then
- System.out.println("rule517 fired");
-end
-
-rule rule518
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc518")
- then
- System.out.println("rule518 fired");
-end
-
-rule rule519
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc519")
- then
- System.out.println("rule519 fired");
-end
-
-rule rule520
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc520")
- then
- System.out.println("rule520 fired");
-end
-
-rule rule521
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc521")
- then
- System.out.println("rule521 fired");
-end
-
-rule rule522
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc522")
- then
- System.out.println("rule522 fired");
-end
-
-rule rule523
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc523")
- then
- System.out.println("rule523 fired");
-end
-
-rule rule524
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc524")
- then
- System.out.println("rule524 fired");
-end
-
-rule rule525
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc525")
- then
- System.out.println("rule525 fired");
-end
-
-rule rule526
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc526")
- then
- System.out.println("rule526 fired");
-end
-
-rule rule527
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc527")
- then
- System.out.println("rule527 fired");
-end
-
-rule rule528
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc528")
- then
- System.out.println("rule528 fired");
-end
-
-rule rule529
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc529")
- then
- System.out.println("rule529 fired");
-end
-
-rule rule530
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc530")
- then
- System.out.println("rule530 fired");
-end
-
-rule rule531
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc531")
- then
- System.out.println("rule531 fired");
-end
-
-rule rule532
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc532")
- then
- System.out.println("rule532 fired");
-end
-
-rule rule533
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc533")
- then
- System.out.println("rule533 fired");
-end
-
-rule rule534
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc534")
- then
- System.out.println("rule534 fired");
-end
-
-rule rule535
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc535")
- then
- System.out.println("rule535 fired");
-end
-
-rule rule536
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc536")
- then
- System.out.println("rule536 fired");
-end
-
-rule rule537
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc537")
- then
- System.out.println("rule537 fired");
-end
-
-rule rule538
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc538")
- then
- System.out.println("rule538 fired");
-end
-
-rule rule539
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc539")
- then
- System.out.println("rule539 fired");
-end
-
-rule rule540
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc540")
- then
- System.out.println("rule540 fired");
-end
-
-rule rule541
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc541")
- then
- System.out.println("rule541 fired");
-end
-
-rule rule542
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc542")
- then
- System.out.println("rule542 fired");
-end
-
-rule rule543
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc543")
- then
- System.out.println("rule543 fired");
-end
-
-rule rule544
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc544")
- then
- System.out.println("rule544 fired");
-end
-
-rule rule545
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc545")
- then
- System.out.println("rule545 fired");
-end
-
-rule rule546
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc546")
- then
- System.out.println("rule546 fired");
-end
-
-rule rule547
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc547")
- then
- System.out.println("rule547 fired");
-end
-
-rule rule548
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc548")
- then
- System.out.println("rule548 fired");
-end
-
-rule rule549
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc549")
- then
- System.out.println("rule549 fired");
-end
-
-rule rule550
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc550")
- then
- System.out.println("rule550 fired");
-end
-
-rule rule551
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc551")
- then
- System.out.println("rule551 fired");
-end
-
-rule rule552
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc552")
- then
- System.out.println("rule552 fired");
-end
-
-rule rule553
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc553")
- then
- System.out.println("rule553 fired");
-end
-
-rule rule554
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc554")
- then
- System.out.println("rule554 fired");
-end
-
-rule rule555
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc555")
- then
- System.out.println("rule555 fired");
-end
-
-rule rule556
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc556")
- then
- System.out.println("rule556 fired");
-end
-
-rule rule557
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc557")
- then
- System.out.println("rule557 fired");
-end
-
-rule rule558
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc558")
- then
- System.out.println("rule558 fired");
-end
-
-rule rule559
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc559")
- then
- System.out.println("rule559 fired");
-end
-
-rule rule560
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc560")
- then
- System.out.println("rule560 fired");
-end
-
-rule rule561
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc561")
- then
- System.out.println("rule561 fired");
-end
-
-rule rule562
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc562")
- then
- System.out.println("rule562 fired");
-end
-
-rule rule563
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc563")
- then
- System.out.println("rule563 fired");
-end
-
-rule rule564
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc564")
- then
- System.out.println("rule564 fired");
-end
-
-rule rule565
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc565")
- then
- System.out.println("rule565 fired");
-end
-
-rule rule566
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc566")
- then
- System.out.println("rule566 fired");
-end
-
-rule rule567
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc567")
- then
- System.out.println("rule567 fired");
-end
-
-rule rule568
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc568")
- then
- System.out.println("rule568 fired");
-end
-
-rule rule569
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc569")
- then
- System.out.println("rule569 fired");
-end
-
-rule rule570
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc570")
- then
- System.out.println("rule570 fired");
-end
-
-rule rule571
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc571")
- then
- System.out.println("rule571 fired");
-end
-
-rule rule572
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc572")
- then
- System.out.println("rule572 fired");
-end
-
-rule rule573
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc573")
- then
- System.out.println("rule573 fired");
-end
-
-rule rule574
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc574")
- then
- System.out.println("rule574 fired");
-end
-
-rule rule575
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc575")
- then
- System.out.println("rule575 fired");
-end
-
-rule rule576
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc576")
- then
- System.out.println("rule576 fired");
-end
-
-rule rule577
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc577")
- then
- System.out.println("rule577 fired");
-end
-
-rule rule578
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc578")
- then
- System.out.println("rule578 fired");
-end
-
-rule rule579
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc579")
- then
- System.out.println("rule579 fired");
-end
-
-rule rule580
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc580")
- then
- System.out.println("rule580 fired");
-end
-
-rule rule581
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc581")
- then
- System.out.println("rule581 fired");
-end
-
-rule rule582
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc582")
- then
- System.out.println("rule582 fired");
-end
-
-rule rule583
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc583")
- then
- System.out.println("rule583 fired");
-end
-
-rule rule584
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc584")
- then
- System.out.println("rule584 fired");
-end
-
-rule rule585
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc585")
- then
- System.out.println("rule585 fired");
-end
-
-rule rule586
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc586")
- then
- System.out.println("rule586 fired");
-end
-
-rule rule587
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc587")
- then
- System.out.println("rule587 fired");
-end
-
-rule rule588
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc588")
- then
- System.out.println("rule588 fired");
-end
-
-rule rule589
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc589")
- then
- System.out.println("rule589 fired");
-end
-
-rule rule590
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc590")
- then
- System.out.println("rule590 fired");
-end
-
-rule rule591
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc591")
- then
- System.out.println("rule591 fired");
-end
-
-rule rule592
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc592")
- then
- System.out.println("rule592 fired");
-end
-
-rule rule593
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc593")
- then
- System.out.println("rule593 fired");
-end
-
-rule rule594
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc594")
- then
- System.out.println("rule594 fired");
-end
-
-rule rule595
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc595")
- then
- System.out.println("rule595 fired");
-end
-
-rule rule596
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc596")
- then
- System.out.println("rule596 fired");
-end
-
-rule rule597
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc597")
- then
- System.out.println("rule597 fired");
-end
-
-rule rule598
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc598")
- then
- System.out.println("rule598 fired");
-end
-
-rule rule599
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc599")
- then
- System.out.println("rule599 fired");
-end
-
-rule rule600
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc600")
- then
- System.out.println("rule600 fired");
-end
-
-rule rule601
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc601")
- then
- System.out.println("rule601 fired");
-end
-
-rule rule602
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc602")
- then
- System.out.println("rule602 fired");
-end
-
-rule rule603
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc603")
- then
- System.out.println("rule603 fired");
-end
-
-rule rule604
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc604")
- then
- System.out.println("rule604 fired");
-end
-
-rule rule605
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc605")
- then
- System.out.println("rule605 fired");
-end
-
-rule rule606
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc606")
- then
- System.out.println("rule606 fired");
-end
-
-rule rule607
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc607")
- then
- System.out.println("rule607 fired");
-end
-
-rule rule608
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc608")
- then
- System.out.println("rule608 fired");
-end
-
-rule rule609
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc609")
- then
- System.out.println("rule609 fired");
-end
-
-rule rule610
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc610")
- then
- System.out.println("rule610 fired");
-end
-
-rule rule611
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc611")
- then
- System.out.println("rule611 fired");
-end
-
-rule rule612
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc612")
- then
- System.out.println("rule612 fired");
-end
-
-rule rule613
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc613")
- then
- System.out.println("rule613 fired");
-end
-
-rule rule614
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc614")
- then
- System.out.println("rule614 fired");
-end
-
-rule rule615
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc615")
- then
- System.out.println("rule615 fired");
-end
-
-rule rule616
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc616")
- then
- System.out.println("rule616 fired");
-end
-
-rule rule617
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc617")
- then
- System.out.println("rule617 fired");
-end
-
-rule rule618
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc618")
- then
- System.out.println("rule618 fired");
-end
-
-rule rule619
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc619")
- then
- System.out.println("rule619 fired");
-end
-
-rule rule620
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc620")
- then
- System.out.println("rule620 fired");
-end
-
-rule rule621
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc621")
- then
- System.out.println("rule621 fired");
-end
-
-rule rule622
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc622")
- then
- System.out.println("rule622 fired");
-end
-
-rule rule623
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc623")
- then
- System.out.println("rule623 fired");
-end
-
-rule rule624
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc624")
- then
- System.out.println("rule624 fired");
-end
-
-rule rule625
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc625")
- then
- System.out.println("rule625 fired");
-end
-
-rule rule626
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc626")
- then
- System.out.println("rule626 fired");
-end
-
-rule rule627
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc627")
- then
- System.out.println("rule627 fired");
-end
-
-rule rule628
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc628")
- then
- System.out.println("rule628 fired");
-end
-
-rule rule629
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc629")
- then
- System.out.println("rule629 fired");
-end
-
-rule rule630
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc630")
- then
- System.out.println("rule630 fired");
-end
-
-rule rule631
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc631")
- then
- System.out.println("rule631 fired");
-end
-
-rule rule632
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc632")
- then
- System.out.println("rule632 fired");
-end
-
-rule rule633
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc633")
- then
- System.out.println("rule633 fired");
-end
-
-rule rule634
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc634")
- then
- System.out.println("rule634 fired");
-end
-
-rule rule635
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc635")
- then
- System.out.println("rule635 fired");
-end
-
-rule rule636
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc636")
- then
- System.out.println("rule636 fired");
-end
-
-rule rule637
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc637")
- then
- System.out.println("rule637 fired");
-end
-
-rule rule638
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc638")
- then
- System.out.println("rule638 fired");
-end
-
-rule rule639
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc639")
- then
- System.out.println("rule639 fired");
-end
-
-rule rule640
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc640")
- then
- System.out.println("rule640 fired");
-end
-
-rule rule641
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc641")
- then
- System.out.println("rule641 fired");
-end
-
-rule rule642
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc642")
- then
- System.out.println("rule642 fired");
-end
-
-rule rule643
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc643")
- then
- System.out.println("rule643 fired");
-end
-
-rule rule644
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc644")
- then
- System.out.println("rule644 fired");
-end
-
-rule rule645
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc645")
- then
- System.out.println("rule645 fired");
-end
-
-rule rule646
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc646")
- then
- System.out.println("rule646 fired");
-end
-
-rule rule647
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc647")
- then
- System.out.println("rule647 fired");
-end
-
-rule rule648
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc648")
- then
- System.out.println("rule648 fired");
-end
-
-rule rule649
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc649")
- then
- System.out.println("rule649 fired");
-end
-
-rule rule650
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc650")
- then
- System.out.println("rule650 fired");
-end
-
-rule rule651
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc651")
- then
- System.out.println("rule651 fired");
-end
-
-rule rule652
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc652")
- then
- System.out.println("rule652 fired");
-end
-
-rule rule653
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc653")
- then
- System.out.println("rule653 fired");
-end
-
-rule rule654
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc654")
- then
- System.out.println("rule654 fired");
-end
-
-rule rule655
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc655")
- then
- System.out.println("rule655 fired");
-end
-
-rule rule656
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc656")
- then
- System.out.println("rule656 fired");
-end
-
-rule rule657
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc657")
- then
- System.out.println("rule657 fired");
-end
-
-rule rule658
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc658")
- then
- System.out.println("rule658 fired");
-end
-
-rule rule659
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc659")
- then
- System.out.println("rule659 fired");
-end
-
-rule rule660
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc660")
- then
- System.out.println("rule660 fired");
-end
-
-rule rule661
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc661")
- then
- System.out.println("rule661 fired");
-end
-
-rule rule662
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc662")
- then
- System.out.println("rule662 fired");
-end
-
-rule rule663
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc663")
- then
- System.out.println("rule663 fired");
-end
-
-rule rule664
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc664")
- then
- System.out.println("rule664 fired");
-end
-
-rule rule665
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc665")
- then
- System.out.println("rule665 fired");
-end
-
-rule rule666
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc666")
- then
- System.out.println("rule666 fired");
-end
-
-rule rule667
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc667")
- then
- System.out.println("rule667 fired");
-end
-
-rule rule668
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc668")
- then
- System.out.println("rule668 fired");
-end
-
-rule rule669
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc669")
- then
- System.out.println("rule669 fired");
-end
-
-rule rule670
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc670")
- then
- System.out.println("rule670 fired");
-end
-
-rule rule671
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc671")
- then
- System.out.println("rule671 fired");
-end
-
-rule rule672
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc672")
- then
- System.out.println("rule672 fired");
-end
-
-rule rule673
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc673")
- then
- System.out.println("rule673 fired");
-end
-
-rule rule674
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc674")
- then
- System.out.println("rule674 fired");
-end
-
-rule rule675
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc675")
- then
- System.out.println("rule675 fired");
-end
-
-rule rule676
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc676")
- then
- System.out.println("rule676 fired");
-end
-
-rule rule677
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc677")
- then
- System.out.println("rule677 fired");
-end
-
-rule rule678
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc678")
- then
- System.out.println("rule678 fired");
-end
-
-rule rule679
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc679")
- then
- System.out.println("rule679 fired");
-end
-
-rule rule680
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc680")
- then
- System.out.println("rule680 fired");
-end
-
-rule rule681
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc681")
- then
- System.out.println("rule681 fired");
-end
-
-rule rule682
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc682")
- then
- System.out.println("rule682 fired");
-end
-
-rule rule683
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc683")
- then
- System.out.println("rule683 fired");
-end
-
-rule rule684
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc684")
- then
- System.out.println("rule684 fired");
-end
-
-rule rule685
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc685")
- then
- System.out.println("rule685 fired");
-end
-
-rule rule686
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc686")
- then
- System.out.println("rule686 fired");
-end
-
-rule rule687
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc687")
- then
- System.out.println("rule687 fired");
-end
-
-rule rule688
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc688")
- then
- System.out.println("rule688 fired");
-end
-
-rule rule689
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc689")
- then
- System.out.println("rule689 fired");
-end
-
-rule rule690
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc690")
- then
- System.out.println("rule690 fired");
-end
-
-rule rule691
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc691")
- then
- System.out.println("rule691 fired");
-end
-
-rule rule692
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc692")
- then
- System.out.println("rule692 fired");
-end
-
-rule rule693
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc693")
- then
- System.out.println("rule693 fired");
-end
-
-rule rule694
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc694")
- then
- System.out.println("rule694 fired");
-end
-
-rule rule695
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc695")
- then
- System.out.println("rule695 fired");
-end
-
-rule rule696
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc696")
- then
- System.out.println("rule696 fired");
-end
-
-rule rule697
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc697")
- then
- System.out.println("rule697 fired");
-end
-
-rule rule698
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc698")
- then
- System.out.println("rule698 fired");
-end
-
-rule rule699
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc699")
- then
- System.out.println("rule699 fired");
-end
-
-rule rule700
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc700")
- then
- System.out.println("rule700 fired");
-end
-
-rule rule701
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc701")
- then
- System.out.println("rule701 fired");
-end
-
-rule rule702
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc702")
- then
- System.out.println("rule702 fired");
-end
-
-rule rule703
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc703")
- then
- System.out.println("rule703 fired");
-end
-
-rule rule704
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc704")
- then
- System.out.println("rule704 fired");
-end
-
-rule rule705
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc705")
- then
- System.out.println("rule705 fired");
-end
-
-rule rule706
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc706")
- then
- System.out.println("rule706 fired");
-end
-
-rule rule707
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc707")
- then
- System.out.println("rule707 fired");
-end
-
-rule rule708
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc708")
- then
- System.out.println("rule708 fired");
-end
-
-rule rule709
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc709")
- then
- System.out.println("rule709 fired");
-end
-
-rule rule710
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc710")
- then
- System.out.println("rule710 fired");
-end
-
-rule rule711
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc711")
- then
- System.out.println("rule711 fired");
-end
-
-rule rule712
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc712")
- then
- System.out.println("rule712 fired");
-end
-
-rule rule713
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc713")
- then
- System.out.println("rule713 fired");
-end
-
-rule rule714
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc714")
- then
- System.out.println("rule714 fired");
-end
-
-rule rule715
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc715")
- then
- System.out.println("rule715 fired");
-end
-
-rule rule716
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc716")
- then
- System.out.println("rule716 fired");
-end
-
-rule rule717
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc717")
- then
- System.out.println("rule717 fired");
-end
-
-rule rule718
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc718")
- then
- System.out.println("rule718 fired");
-end
-
-rule rule719
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc719")
- then
- System.out.println("rule719 fired");
-end
-
-rule rule720
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc720")
- then
- System.out.println("rule720 fired");
-end
-
-rule rule721
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc721")
- then
- System.out.println("rule721 fired");
-end
-
-rule rule722
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc722")
- then
- System.out.println("rule722 fired");
-end
-
-rule rule723
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc723")
- then
- System.out.println("rule723 fired");
-end
-
-rule rule724
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc724")
- then
- System.out.println("rule724 fired");
-end
-
-rule rule725
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc725")
- then
- System.out.println("rule725 fired");
-end
-
-rule rule726
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc726")
- then
- System.out.println("rule726 fired");
-end
-
-rule rule727
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc727")
- then
- System.out.println("rule727 fired");
-end
-
-rule rule728
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc728")
- then
- System.out.println("rule728 fired");
-end
-
-rule rule729
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc729")
- then
- System.out.println("rule729 fired");
-end
-
-rule rule730
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc730")
- then
- System.out.println("rule730 fired");
-end
-
-rule rule731
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc731")
- then
- System.out.println("rule731 fired");
-end
-
-rule rule732
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc732")
- then
- System.out.println("rule732 fired");
-end
-
-rule rule733
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc733")
- then
- System.out.println("rule733 fired");
-end
-
-rule rule734
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc734")
- then
- System.out.println("rule734 fired");
-end
-
-rule rule735
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc735")
- then
- System.out.println("rule735 fired");
-end
-
-rule rule736
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc736")
- then
- System.out.println("rule736 fired");
-end
-
-rule rule737
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc737")
- then
- System.out.println("rule737 fired");
-end
-
-rule rule738
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc738")
- then
- System.out.println("rule738 fired");
-end
-
-rule rule739
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc739")
- then
- System.out.println("rule739 fired");
-end
-
-rule rule740
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc740")
- then
- System.out.println("rule740 fired");
-end
-
-rule rule741
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc741")
- then
- System.out.println("rule741 fired");
-end
-
-rule rule742
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc742")
- then
- System.out.println("rule742 fired");
-end
-
-rule rule743
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc743")
- then
- System.out.println("rule743 fired");
-end
-
-rule rule744
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc744")
- then
- System.out.println("rule744 fired");
-end
-
-rule rule745
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc745")
- then
- System.out.println("rule745 fired");
-end
-
-rule rule746
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc746")
- then
- System.out.println("rule746 fired");
-end
-
-rule rule747
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc747")
- then
- System.out.println("rule747 fired");
-end
-
-rule rule748
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc748")
- then
- System.out.println("rule748 fired");
-end
-
-rule rule749
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc749")
- then
- System.out.println("rule749 fired");
-end
-
-rule rule750
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc750")
- then
- System.out.println("rule750 fired");
-end
-
-rule rule751
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc751")
- then
- System.out.println("rule751 fired");
-end
-
-rule rule752
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc752")
- then
- System.out.println("rule752 fired");
-end
-
-rule rule753
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc753")
- then
- System.out.println("rule753 fired");
-end
-
-rule rule754
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc754")
- then
- System.out.println("rule754 fired");
-end
-
-rule rule755
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc755")
- then
- System.out.println("rule755 fired");
-end
-
-rule rule756
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc756")
- then
- System.out.println("rule756 fired");
-end
-
-rule rule757
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc757")
- then
- System.out.println("rule757 fired");
-end
-
-rule rule758
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc758")
- then
- System.out.println("rule758 fired");
-end
-
-rule rule759
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc759")
- then
- System.out.println("rule759 fired");
-end
-
-rule rule760
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc760")
- then
- System.out.println("rule760 fired");
-end
-
-rule rule761
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc761")
- then
- System.out.println("rule761 fired");
-end
-
-rule rule762
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc762")
- then
- System.out.println("rule762 fired");
-end
-
-rule rule763
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc763")
- then
- System.out.println("rule763 fired");
-end
-
-rule rule764
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc764")
- then
- System.out.println("rule764 fired");
-end
-
-rule rule765
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc765")
- then
- System.out.println("rule765 fired");
-end
-
-rule rule766
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc766")
- then
- System.out.println("rule766 fired");
-end
-
-rule rule767
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc767")
- then
- System.out.println("rule767 fired");
-end
-
-rule rule768
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc768")
- then
- System.out.println("rule768 fired");
-end
-
-rule rule769
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc769")
- then
- System.out.println("rule769 fired");
-end
-
-rule rule770
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc770")
- then
- System.out.println("rule770 fired");
-end
-
-rule rule771
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc771")
- then
- System.out.println("rule771 fired");
-end
-
-rule rule772
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc772")
- then
- System.out.println("rule772 fired");
-end
-
-rule rule773
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc773")
- then
- System.out.println("rule773 fired");
-end
-
-rule rule774
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc774")
- then
- System.out.println("rule774 fired");
-end
-
-rule rule775
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc775")
- then
- System.out.println("rule775 fired");
-end
-
-rule rule776
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc776")
- then
- System.out.println("rule776 fired");
-end
-
-rule rule777
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc777")
- then
- System.out.println("rule777 fired");
-end
-
-rule rule778
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc778")
- then
- System.out.println("rule778 fired");
-end
-
-rule rule779
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc779")
- then
- System.out.println("rule779 fired");
-end
-
-rule rule780
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc780")
- then
- System.out.println("rule780 fired");
-end
-
-rule rule781
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc781")
- then
- System.out.println("rule781 fired");
-end
-
-rule rule782
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc782")
- then
- System.out.println("rule782 fired");
-end
-
-rule rule783
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc783")
- then
- System.out.println("rule783 fired");
-end
-
-rule rule784
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc784")
- then
- System.out.println("rule784 fired");
-end
-
-rule rule785
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc785")
- then
- System.out.println("rule785 fired");
-end
-
-rule rule786
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc786")
- then
- System.out.println("rule786 fired");
-end
-
-rule rule787
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc787")
- then
- System.out.println("rule787 fired");
-end
-
-rule rule788
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc788")
- then
- System.out.println("rule788 fired");
-end
-
-rule rule789
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc789")
- then
- System.out.println("rule789 fired");
-end
-
-rule rule790
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc790")
- then
- System.out.println("rule790 fired");
-end
-
-rule rule791
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc791")
- then
- System.out.println("rule791 fired");
-end
-
-rule rule792
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc792")
- then
- System.out.println("rule792 fired");
-end
-
-rule rule793
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc793")
- then
- System.out.println("rule793 fired");
-end
-
-rule rule794
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc794")
- then
- System.out.println("rule794 fired");
-end
-
-rule rule795
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc795")
- then
- System.out.println("rule795 fired");
-end
-
-rule rule796
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc796")
- then
- System.out.println("rule796 fired");
-end
-
-rule rule797
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc797")
- then
- System.out.println("rule797 fired");
-end
-
-rule rule798
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc798")
- then
- System.out.println("rule798 fired");
-end
-
-rule rule799
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc799")
- then
- System.out.println("rule799 fired");
-end
-
-rule rule800
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc800")
- then
- System.out.println("rule800 fired");
-end
-
-rule rule801
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc801")
- then
- System.out.println("rule801 fired");
-end
-
-rule rule802
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc802")
- then
- System.out.println("rule802 fired");
-end
-
-rule rule803
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc803")
- then
- System.out.println("rule803 fired");
-end
-
-rule rule804
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc804")
- then
- System.out.println("rule804 fired");
-end
-
-rule rule805
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc805")
- then
- System.out.println("rule805 fired");
-end
-
-rule rule806
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc806")
- then
- System.out.println("rule806 fired");
-end
-
-rule rule807
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc807")
- then
- System.out.println("rule807 fired");
-end
-
-rule rule808
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc808")
- then
- System.out.println("rule808 fired");
-end
-
-rule rule809
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc809")
- then
- System.out.println("rule809 fired");
-end
-
-rule rule810
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc810")
- then
- System.out.println("rule810 fired");
-end
-
-rule rule811
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc811")
- then
- System.out.println("rule811 fired");
-end
-
-rule rule812
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc812")
- then
- System.out.println("rule812 fired");
-end
-
-rule rule813
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc813")
- then
- System.out.println("rule813 fired");
-end
-
-rule rule814
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc814")
- then
- System.out.println("rule814 fired");
-end
-
-rule rule815
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc815")
- then
- System.out.println("rule815 fired");
-end
-
-rule rule816
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc816")
- then
- System.out.println("rule816 fired");
-end
-
-rule rule817
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc817")
- then
- System.out.println("rule817 fired");
-end
-
-rule rule818
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc818")
- then
- System.out.println("rule818 fired");
-end
-
-rule rule819
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc819")
- then
- System.out.println("rule819 fired");
-end
-
-rule rule820
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc820")
- then
- System.out.println("rule820 fired");
-end
-
-rule rule821
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc821")
- then
- System.out.println("rule821 fired");
-end
-
-rule rule822
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc822")
- then
- System.out.println("rule822 fired");
-end
-
-rule rule823
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc823")
- then
- System.out.println("rule823 fired");
-end
-
-rule rule824
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc824")
- then
- System.out.println("rule824 fired");
-end
-
-rule rule825
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc825")
- then
- System.out.println("rule825 fired");
-end
-
-rule rule826
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc826")
- then
- System.out.println("rule826 fired");
-end
-
-rule rule827
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc827")
- then
- System.out.println("rule827 fired");
-end
-
-rule rule828
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc828")
- then
- System.out.println("rule828 fired");
-end
-
-rule rule829
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc829")
- then
- System.out.println("rule829 fired");
-end
-
-rule rule830
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc830")
- then
- System.out.println("rule830 fired");
-end
-
-rule rule831
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc831")
- then
- System.out.println("rule831 fired");
-end
-
-rule rule832
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc832")
- then
- System.out.println("rule832 fired");
-end
-
-rule rule833
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc833")
- then
- System.out.println("rule833 fired");
-end
-
-rule rule834
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc834")
- then
- System.out.println("rule834 fired");
-end
-
-rule rule835
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc835")
- then
- System.out.println("rule835 fired");
-end
-
-rule rule836
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc836")
- then
- System.out.println("rule836 fired");
-end
-
-rule rule837
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc837")
- then
- System.out.println("rule837 fired");
-end
-
-rule rule838
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc838")
- then
- System.out.println("rule838 fired");
-end
-
-rule rule839
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc839")
- then
- System.out.println("rule839 fired");
-end
-
-rule rule840
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc840")
- then
- System.out.println("rule840 fired");
-end
-
-rule rule841
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc841")
- then
- System.out.println("rule841 fired");
-end
-
-rule rule842
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc842")
- then
- System.out.println("rule842 fired");
-end
-
-rule rule843
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc843")
- then
- System.out.println("rule843 fired");
-end
-
-rule rule844
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc844")
- then
- System.out.println("rule844 fired");
-end
-
-rule rule845
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc845")
- then
- System.out.println("rule845 fired");
-end
-
-rule rule846
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc846")
- then
- System.out.println("rule846 fired");
-end
-
-rule rule847
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc847")
- then
- System.out.println("rule847 fired");
-end
-
-rule rule848
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc848")
- then
- System.out.println("rule848 fired");
-end
-
-rule rule849
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc849")
- then
- System.out.println("rule849 fired");
-end
-
-rule rule850
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc850")
- then
- System.out.println("rule850 fired");
-end
-
-rule rule851
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc851")
- then
- System.out.println("rule851 fired");
-end
-
-rule rule852
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc852")
- then
- System.out.println("rule852 fired");
-end
-
-rule rule853
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc853")
- then
- System.out.println("rule853 fired");
-end
-
-rule rule854
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc854")
- then
- System.out.println("rule854 fired");
-end
-
-rule rule855
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc855")
- then
- System.out.println("rule855 fired");
-end
-
-rule rule856
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc856")
- then
- System.out.println("rule856 fired");
-end
-
-rule rule857
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc857")
- then
- System.out.println("rule857 fired");
-end
-
-rule rule858
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc858")
- then
- System.out.println("rule858 fired");
-end
-
-rule rule859
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc859")
- then
- System.out.println("rule859 fired");
-end
-
-rule rule860
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc860")
- then
- System.out.println("rule860 fired");
-end
-
-rule rule861
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc861")
- then
- System.out.println("rule861 fired");
-end
-
-rule rule862
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc862")
- then
- System.out.println("rule862 fired");
-end
-
-rule rule863
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc863")
- then
- System.out.println("rule863 fired");
-end
-
-rule rule864
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc864")
- then
- System.out.println("rule864 fired");
-end
-
-rule rule865
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc865")
- then
- System.out.println("rule865 fired");
-end
-
-rule rule866
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc866")
- then
- System.out.println("rule866 fired");
-end
-
-rule rule867
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc867")
- then
- System.out.println("rule867 fired");
-end
-
-rule rule868
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc868")
- then
- System.out.println("rule868 fired");
-end
-
-rule rule869
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc869")
- then
- System.out.println("rule869 fired");
-end
-
-rule rule870
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc870")
- then
- System.out.println("rule870 fired");
-end
-
-rule rule871
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc871")
- then
- System.out.println("rule871 fired");
-end
-
-rule rule872
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc872")
- then
- System.out.println("rule872 fired");
-end
-
-rule rule873
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc873")
- then
- System.out.println("rule873 fired");
-end
-
-rule rule874
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc874")
- then
- System.out.println("rule874 fired");
-end
-
-rule rule875
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc875")
- then
- System.out.println("rule875 fired");
-end
-
-rule rule876
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc876")
- then
- System.out.println("rule876 fired");
-end
-
-rule rule877
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc877")
- then
- System.out.println("rule877 fired");
-end
-
-rule rule878
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc878")
- then
- System.out.println("rule878 fired");
-end
-
-rule rule879
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc879")
- then
- System.out.println("rule879 fired");
-end
-
-rule rule880
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc880")
- then
- System.out.println("rule880 fired");
-end
-
-rule rule881
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc881")
- then
- System.out.println("rule881 fired");
-end
-
-rule rule882
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc882")
- then
- System.out.println("rule882 fired");
-end
-
-rule rule883
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc883")
- then
- System.out.println("rule883 fired");
-end
-
-rule rule884
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc884")
- then
- System.out.println("rule884 fired");
-end
-
-rule rule885
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc885")
- then
- System.out.println("rule885 fired");
-end
-
-rule rule886
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc886")
- then
- System.out.println("rule886 fired");
-end
-
-rule rule887
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc887")
- then
- System.out.println("rule887 fired");
-end
-
-rule rule888
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc888")
- then
- System.out.println("rule888 fired");
-end
-
-rule rule889
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc889")
- then
- System.out.println("rule889 fired");
-end
-
-rule rule890
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc890")
- then
- System.out.println("rule890 fired");
-end
-
-rule rule891
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc891")
- then
- System.out.println("rule891 fired");
-end
-
-rule rule892
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc892")
- then
- System.out.println("rule892 fired");
-end
-
-rule rule893
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc893")
- then
- System.out.println("rule893 fired");
-end
-
-rule rule894
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc894")
- then
- System.out.println("rule894 fired");
-end
-
-rule rule895
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc895")
- then
- System.out.println("rule895 fired");
-end
-
-rule rule896
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc896")
- then
- System.out.println("rule896 fired");
-end
-
-rule rule897
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc897")
- then
- System.out.println("rule897 fired");
-end
-
-rule rule898
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc898")
- then
- System.out.println("rule898 fired");
-end
-
-rule rule899
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc899")
- then
- System.out.println("rule899 fired");
-end
-
-rule rule900
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc900")
- then
- System.out.println("rule900 fired");
-end
-
-rule rule901
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc901")
- then
- System.out.println("rule901 fired");
-end
-
-rule rule902
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc902")
- then
- System.out.println("rule902 fired");
-end
-
-rule rule903
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc903")
- then
- System.out.println("rule903 fired");
-end
-
-rule rule904
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc904")
- then
- System.out.println("rule904 fired");
-end
-
-rule rule905
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc905")
- then
- System.out.println("rule905 fired");
-end
-
-rule rule906
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc906")
- then
- System.out.println("rule906 fired");
-end
-
-rule rule907
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc907")
- then
- System.out.println("rule907 fired");
-end
-
-rule rule908
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc908")
- then
- System.out.println("rule908 fired");
-end
-
-rule rule909
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc909")
- then
- System.out.println("rule909 fired");
-end
-
-rule rule910
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc910")
- then
- System.out.println("rule910 fired");
-end
-
-rule rule911
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc911")
- then
- System.out.println("rule911 fired");
-end
-
-rule rule912
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc912")
- then
- System.out.println("rule912 fired");
-end
-
-rule rule913
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc913")
- then
- System.out.println("rule913 fired");
-end
-
-rule rule914
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc914")
- then
- System.out.println("rule914 fired");
-end
-
-rule rule915
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc915")
- then
- System.out.println("rule915 fired");
-end
-
-rule rule916
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc916")
- then
- System.out.println("rule916 fired");
-end
-
-rule rule917
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc917")
- then
- System.out.println("rule917 fired");
-end
-
-rule rule918
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc918")
- then
- System.out.println("rule918 fired");
-end
-
-rule rule919
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc919")
- then
- System.out.println("rule919 fired");
-end
-
-rule rule920
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc920")
- then
- System.out.println("rule920 fired");
-end
-
-rule rule921
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc921")
- then
- System.out.println("rule921 fired");
-end
-
-rule rule922
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc922")
- then
- System.out.println("rule922 fired");
-end
-
-rule rule923
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc923")
- then
- System.out.println("rule923 fired");
-end
-
-rule rule924
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc924")
- then
- System.out.println("rule924 fired");
-end
-
-rule rule925
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc925")
- then
- System.out.println("rule925 fired");
-end
-
-rule rule926
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc926")
- then
- System.out.println("rule926 fired");
-end
-
-rule rule927
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc927")
- then
- System.out.println("rule927 fired");
-end
-
-rule rule928
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc928")
- then
- System.out.println("rule928 fired");
-end
-
-rule rule929
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc929")
- then
- System.out.println("rule929 fired");
-end
-
-rule rule930
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc930")
- then
- System.out.println("rule930 fired");
-end
-
-rule rule931
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc931")
- then
- System.out.println("rule931 fired");
-end
-
-rule rule932
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc932")
- then
- System.out.println("rule932 fired");
-end
-
-rule rule933
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc933")
- then
- System.out.println("rule933 fired");
-end
-
-rule rule934
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc934")
- then
- System.out.println("rule934 fired");
-end
-
-rule rule935
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc935")
- then
- System.out.println("rule935 fired");
-end
-
-rule rule936
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc936")
- then
- System.out.println("rule936 fired");
-end
-
-rule rule937
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc937")
- then
- System.out.println("rule937 fired");
-end
-
-rule rule938
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc938")
- then
- System.out.println("rule938 fired");
-end
-
-rule rule939
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc939")
- then
- System.out.println("rule939 fired");
-end
-
-rule rule940
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc940")
- then
- System.out.println("rule940 fired");
-end
-
-rule rule941
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc941")
- then
- System.out.println("rule941 fired");
-end
-
-rule rule942
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc942")
- then
- System.out.println("rule942 fired");
-end
-
-rule rule943
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc943")
- then
- System.out.println("rule943 fired");
-end
-
-rule rule944
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc944")
- then
- System.out.println("rule944 fired");
-end
-
-rule rule945
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc945")
- then
- System.out.println("rule945 fired");
-end
-
-rule rule946
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc946")
- then
- System.out.println("rule946 fired");
-end
-
-rule rule947
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc947")
- then
- System.out.println("rule947 fired");
-end
-
-rule rule948
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc948")
- then
- System.out.println("rule948 fired");
-end
-
-rule rule949
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc949")
- then
- System.out.println("rule949 fired");
-end
-
-rule rule950
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc950")
- then
- System.out.println("rule950 fired");
-end
-
-rule rule951
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc951")
- then
- System.out.println("rule951 fired");
-end
-
-rule rule952
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc952")
- then
- System.out.println("rule952 fired");
-end
-
-rule rule953
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc953")
- then
- System.out.println("rule953 fired");
-end
-
-rule rule954
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc954")
- then
- System.out.println("rule954 fired");
-end
-
-rule rule955
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc955")
- then
- System.out.println("rule955 fired");
-end
-
-rule rule956
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc956")
- then
- System.out.println("rule956 fired");
-end
-
-rule rule957
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc957")
- then
- System.out.println("rule957 fired");
-end
-
-rule rule958
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc958")
- then
- System.out.println("rule958 fired");
-end
-
-rule rule959
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc959")
- then
- System.out.println("rule959 fired");
-end
-
-rule rule960
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc960")
- then
- System.out.println("rule960 fired");
-end
-
-rule rule961
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc961")
- then
- System.out.println("rule961 fired");
-end
-
-rule rule962
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc962")
- then
- System.out.println("rule962 fired");
-end
-
-rule rule963
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc963")
- then
- System.out.println("rule963 fired");
-end
-
-rule rule964
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc964")
- then
- System.out.println("rule964 fired");
-end
-
-rule rule965
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc965")
- then
- System.out.println("rule965 fired");
-end
-
-rule rule966
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc966")
- then
- System.out.println("rule966 fired");
-end
-
-rule rule967
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc967")
- then
- System.out.println("rule967 fired");
-end
-
-rule rule968
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc968")
- then
- System.out.println("rule968 fired");
-end
-
-rule rule969
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc969")
- then
- System.out.println("rule969 fired");
-end
-
-rule rule970
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc970")
- then
- System.out.println("rule970 fired");
-end
-
-rule rule971
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc971")
- then
- System.out.println("rule971 fired");
-end
-
-rule rule972
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc972")
- then
- System.out.println("rule972 fired");
-end
-
-rule rule973
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc973")
- then
- System.out.println("rule973 fired");
-end
-
-rule rule974
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc974")
- then
- System.out.println("rule974 fired");
-end
-
-rule rule975
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc975")
- then
- System.out.println("rule975 fired");
-end
-
-rule rule976
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc976")
- then
- System.out.println("rule976 fired");
-end
-
-rule rule977
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc977")
- then
- System.out.println("rule977 fired");
-end
-
-rule rule978
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc978")
- then
- System.out.println("rule978 fired");
-end
-
-rule rule979
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc979")
- then
- System.out.println("rule979 fired");
-end
-
-rule rule980
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc980")
- then
- System.out.println("rule980 fired");
-end
-
-rule rule981
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc981")
- then
- System.out.println("rule981 fired");
-end
-
-rule rule982
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc982")
- then
- System.out.println("rule982 fired");
-end
-
-rule rule983
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc983")
- then
- System.out.println("rule983 fired");
-end
-
-rule rule984
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc984")
- then
- System.out.println("rule984 fired");
-end
-
-rule rule985
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc985")
- then
- System.out.println("rule985 fired");
-end
-
-rule rule986
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc986")
- then
- System.out.println("rule986 fired");
-end
-
-rule rule987
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc987")
- then
- System.out.println("rule987 fired");
-end
-
-rule rule988
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc988")
- then
- System.out.println("rule988 fired");
-end
-
-rule rule989
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc989")
- then
- System.out.println("rule989 fired");
-end
-
-rule rule990
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc990")
- then
- System.out.println("rule990 fired");
-end
-
-rule rule991
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc991")
- then
- System.out.println("rule991 fired");
-end
-
-rule rule992
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc992")
- then
- System.out.println("rule992 fired");
-end
-
-rule rule993
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc993")
- then
- System.out.println("rule993 fired");
-end
-
-rule rule994
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc994")
- then
- System.out.println("rule994 fired");
-end
-
-rule rule995
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc995")
- then
- System.out.println("rule995 fired");
-end
-
-rule rule996
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc996")
- then
- System.out.println("rule996 fired");
-end
-
-rule rule997
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc997")
- then
- System.out.println("rule997 fired");
-end
-
-rule rule998
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc998")
- then
- System.out.println("rule998 fired");
-end
-
-rule rule999
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc999")
- then
- System.out.println("rule999 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_1condition.rule
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_1condition.rule 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_1condition.rule 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,14003 +0,0 @@
-package org.drools.samples
-import com.sample.benchmark.models.Account;
-
-rule rule0
- when
- $acc : Account(accountId == "acc0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(accountId == "acc1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(accountId == "acc2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(accountId == "acc3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(accountId == "acc4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(accountId == "acc5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(accountId == "acc6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(accountId == "acc7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(accountId == "acc8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(accountId == "acc9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(accountId == "acc10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(accountId == "acc11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(accountId == "acc12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(accountId == "acc13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(accountId == "acc14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(accountId == "acc15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(accountId == "acc16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(accountId == "acc17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(accountId == "acc18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(accountId == "acc19")
- then
- System.out.println("rule19 fired");
-end
-
-rule rule20
- when
- $acc : Account(accountId == "acc20")
- then
- System.out.println("rule20 fired");
-end
-
-rule rule21
- when
- $acc : Account(accountId == "acc21")
- then
- System.out.println("rule21 fired");
-end
-
-rule rule22
- when
- $acc : Account(accountId == "acc22")
- then
- System.out.println("rule22 fired");
-end
-
-rule rule23
- when
- $acc : Account(accountId == "acc23")
- then
- System.out.println("rule23 fired");
-end
-
-rule rule24
- when
- $acc : Account(accountId == "acc24")
- then
- System.out.println("rule24 fired");
-end
-
-rule rule25
- when
- $acc : Account(accountId == "acc25")
- then
- System.out.println("rule25 fired");
-end
-
-rule rule26
- when
- $acc : Account(accountId == "acc26")
- then
- System.out.println("rule26 fired");
-end
-
-rule rule27
- when
- $acc : Account(accountId == "acc27")
- then
- System.out.println("rule27 fired");
-end
-
-rule rule28
- when
- $acc : Account(accountId == "acc28")
- then
- System.out.println("rule28 fired");
-end
-
-rule rule29
- when
- $acc : Account(accountId == "acc29")
- then
- System.out.println("rule29 fired");
-end
-
-rule rule30
- when
- $acc : Account(accountId == "acc30")
- then
- System.out.println("rule30 fired");
-end
-
-rule rule31
- when
- $acc : Account(accountId == "acc31")
- then
- System.out.println("rule31 fired");
-end
-
-rule rule32
- when
- $acc : Account(accountId == "acc32")
- then
- System.out.println("rule32 fired");
-end
-
-rule rule33
- when
- $acc : Account(accountId == "acc33")
- then
- System.out.println("rule33 fired");
-end
-
-rule rule34
- when
- $acc : Account(accountId == "acc34")
- then
- System.out.println("rule34 fired");
-end
-
-rule rule35
- when
- $acc : Account(accountId == "acc35")
- then
- System.out.println("rule35 fired");
-end
-
-rule rule36
- when
- $acc : Account(accountId == "acc36")
- then
- System.out.println("rule36 fired");
-end
-
-rule rule37
- when
- $acc : Account(accountId == "acc37")
- then
- System.out.println("rule37 fired");
-end
-
-rule rule38
- when
- $acc : Account(accountId == "acc38")
- then
- System.out.println("rule38 fired");
-end
-
-rule rule39
- when
- $acc : Account(accountId == "acc39")
- then
- System.out.println("rule39 fired");
-end
-
-rule rule40
- when
- $acc : Account(accountId == "acc40")
- then
- System.out.println("rule40 fired");
-end
-
-rule rule41
- when
- $acc : Account(accountId == "acc41")
- then
- System.out.println("rule41 fired");
-end
-
-rule rule42
- when
- $acc : Account(accountId == "acc42")
- then
- System.out.println("rule42 fired");
-end
-
-rule rule43
- when
- $acc : Account(accountId == "acc43")
- then
- System.out.println("rule43 fired");
-end
-
-rule rule44
- when
- $acc : Account(accountId == "acc44")
- then
- System.out.println("rule44 fired");
-end
-
-rule rule45
- when
- $acc : Account(accountId == "acc45")
- then
- System.out.println("rule45 fired");
-end
-
-rule rule46
- when
- $acc : Account(accountId == "acc46")
- then
- System.out.println("rule46 fired");
-end
-
-rule rule47
- when
- $acc : Account(accountId == "acc47")
- then
- System.out.println("rule47 fired");
-end
-
-rule rule48
- when
- $acc : Account(accountId == "acc48")
- then
- System.out.println("rule48 fired");
-end
-
-rule rule49
- when
- $acc : Account(accountId == "acc49")
- then
- System.out.println("rule49 fired");
-end
-
-rule rule50
- when
- $acc : Account(accountId == "acc50")
- then
- System.out.println("rule50 fired");
-end
-
-rule rule51
- when
- $acc : Account(accountId == "acc51")
- then
- System.out.println("rule51 fired");
-end
-
-rule rule52
- when
- $acc : Account(accountId == "acc52")
- then
- System.out.println("rule52 fired");
-end
-
-rule rule53
- when
- $acc : Account(accountId == "acc53")
- then
- System.out.println("rule53 fired");
-end
-
-rule rule54
- when
- $acc : Account(accountId == "acc54")
- then
- System.out.println("rule54 fired");
-end
-
-rule rule55
- when
- $acc : Account(accountId == "acc55")
- then
- System.out.println("rule55 fired");
-end
-
-rule rule56
- when
- $acc : Account(accountId == "acc56")
- then
- System.out.println("rule56 fired");
-end
-
-rule rule57
- when
- $acc : Account(accountId == "acc57")
- then
- System.out.println("rule57 fired");
-end
-
-rule rule58
- when
- $acc : Account(accountId == "acc58")
- then
- System.out.println("rule58 fired");
-end
-
-rule rule59
- when
- $acc : Account(accountId == "acc59")
- then
- System.out.println("rule59 fired");
-end
-
-rule rule60
- when
- $acc : Account(accountId == "acc60")
- then
- System.out.println("rule60 fired");
-end
-
-rule rule61
- when
- $acc : Account(accountId == "acc61")
- then
- System.out.println("rule61 fired");
-end
-
-rule rule62
- when
- $acc : Account(accountId == "acc62")
- then
- System.out.println("rule62 fired");
-end
-
-rule rule63
- when
- $acc : Account(accountId == "acc63")
- then
- System.out.println("rule63 fired");
-end
-
-rule rule64
- when
- $acc : Account(accountId == "acc64")
- then
- System.out.println("rule64 fired");
-end
-
-rule rule65
- when
- $acc : Account(accountId == "acc65")
- then
- System.out.println("rule65 fired");
-end
-
-rule rule66
- when
- $acc : Account(accountId == "acc66")
- then
- System.out.println("rule66 fired");
-end
-
-rule rule67
- when
- $acc : Account(accountId == "acc67")
- then
- System.out.println("rule67 fired");
-end
-
-rule rule68
- when
- $acc : Account(accountId == "acc68")
- then
- System.out.println("rule68 fired");
-end
-
-rule rule69
- when
- $acc : Account(accountId == "acc69")
- then
- System.out.println("rule69 fired");
-end
-
-rule rule70
- when
- $acc : Account(accountId == "acc70")
- then
- System.out.println("rule70 fired");
-end
-
-rule rule71
- when
- $acc : Account(accountId == "acc71")
- then
- System.out.println("rule71 fired");
-end
-
-rule rule72
- when
- $acc : Account(accountId == "acc72")
- then
- System.out.println("rule72 fired");
-end
-
-rule rule73
- when
- $acc : Account(accountId == "acc73")
- then
- System.out.println("rule73 fired");
-end
-
-rule rule74
- when
- $acc : Account(accountId == "acc74")
- then
- System.out.println("rule74 fired");
-end
-
-rule rule75
- when
- $acc : Account(accountId == "acc75")
- then
- System.out.println("rule75 fired");
-end
-
-rule rule76
- when
- $acc : Account(accountId == "acc76")
- then
- System.out.println("rule76 fired");
-end
-
-rule rule77
- when
- $acc : Account(accountId == "acc77")
- then
- System.out.println("rule77 fired");
-end
-
-rule rule78
- when
- $acc : Account(accountId == "acc78")
- then
- System.out.println("rule78 fired");
-end
-
-rule rule79
- when
- $acc : Account(accountId == "acc79")
- then
- System.out.println("rule79 fired");
-end
-
-rule rule80
- when
- $acc : Account(accountId == "acc80")
- then
- System.out.println("rule80 fired");
-end
-
-rule rule81
- when
- $acc : Account(accountId == "acc81")
- then
- System.out.println("rule81 fired");
-end
-
-rule rule82
- when
- $acc : Account(accountId == "acc82")
- then
- System.out.println("rule82 fired");
-end
-
-rule rule83
- when
- $acc : Account(accountId == "acc83")
- then
- System.out.println("rule83 fired");
-end
-
-rule rule84
- when
- $acc : Account(accountId == "acc84")
- then
- System.out.println("rule84 fired");
-end
-
-rule rule85
- when
- $acc : Account(accountId == "acc85")
- then
- System.out.println("rule85 fired");
-end
-
-rule rule86
- when
- $acc : Account(accountId == "acc86")
- then
- System.out.println("rule86 fired");
-end
-
-rule rule87
- when
- $acc : Account(accountId == "acc87")
- then
- System.out.println("rule87 fired");
-end
-
-rule rule88
- when
- $acc : Account(accountId == "acc88")
- then
- System.out.println("rule88 fired");
-end
-
-rule rule89
- when
- $acc : Account(accountId == "acc89")
- then
- System.out.println("rule89 fired");
-end
-
-rule rule90
- when
- $acc : Account(accountId == "acc90")
- then
- System.out.println("rule90 fired");
-end
-
-rule rule91
- when
- $acc : Account(accountId == "acc91")
- then
- System.out.println("rule91 fired");
-end
-
-rule rule92
- when
- $acc : Account(accountId == "acc92")
- then
- System.out.println("rule92 fired");
-end
-
-rule rule93
- when
- $acc : Account(accountId == "acc93")
- then
- System.out.println("rule93 fired");
-end
-
-rule rule94
- when
- $acc : Account(accountId == "acc94")
- then
- System.out.println("rule94 fired");
-end
-
-rule rule95
- when
- $acc : Account(accountId == "acc95")
- then
- System.out.println("rule95 fired");
-end
-
-rule rule96
- when
- $acc : Account(accountId == "acc96")
- then
- System.out.println("rule96 fired");
-end
-
-rule rule97
- when
- $acc : Account(accountId == "acc97")
- then
- System.out.println("rule97 fired");
-end
-
-rule rule98
- when
- $acc : Account(accountId == "acc98")
- then
- System.out.println("rule98 fired");
-end
-
-rule rule99
- when
- $acc : Account(accountId == "acc99")
- then
- System.out.println("rule99 fired");
-end
-
-rule rule100
- when
- $acc : Account(accountId == "acc100")
- then
- System.out.println("rule100 fired");
-end
-
-rule rule101
- when
- $acc : Account(accountId == "acc101")
- then
- System.out.println("rule101 fired");
-end
-
-rule rule102
- when
- $acc : Account(accountId == "acc102")
- then
- System.out.println("rule102 fired");
-end
-
-rule rule103
- when
- $acc : Account(accountId == "acc103")
- then
- System.out.println("rule103 fired");
-end
-
-rule rule104
- when
- $acc : Account(accountId == "acc104")
- then
- System.out.println("rule104 fired");
-end
-
-rule rule105
- when
- $acc : Account(accountId == "acc105")
- then
- System.out.println("rule105 fired");
-end
-
-rule rule106
- when
- $acc : Account(accountId == "acc106")
- then
- System.out.println("rule106 fired");
-end
-
-rule rule107
- when
- $acc : Account(accountId == "acc107")
- then
- System.out.println("rule107 fired");
-end
-
-rule rule108
- when
- $acc : Account(accountId == "acc108")
- then
- System.out.println("rule108 fired");
-end
-
-rule rule109
- when
- $acc : Account(accountId == "acc109")
- then
- System.out.println("rule109 fired");
-end
-
-rule rule110
- when
- $acc : Account(accountId == "acc110")
- then
- System.out.println("rule110 fired");
-end
-
-rule rule111
- when
- $acc : Account(accountId == "acc111")
- then
- System.out.println("rule111 fired");
-end
-
-rule rule112
- when
- $acc : Account(accountId == "acc112")
- then
- System.out.println("rule112 fired");
-end
-
-rule rule113
- when
- $acc : Account(accountId == "acc113")
- then
- System.out.println("rule113 fired");
-end
-
-rule rule114
- when
- $acc : Account(accountId == "acc114")
- then
- System.out.println("rule114 fired");
-end
-
-rule rule115
- when
- $acc : Account(accountId == "acc115")
- then
- System.out.println("rule115 fired");
-end
-
-rule rule116
- when
- $acc : Account(accountId == "acc116")
- then
- System.out.println("rule116 fired");
-end
-
-rule rule117
- when
- $acc : Account(accountId == "acc117")
- then
- System.out.println("rule117 fired");
-end
-
-rule rule118
- when
- $acc : Account(accountId == "acc118")
- then
- System.out.println("rule118 fired");
-end
-
-rule rule119
- when
- $acc : Account(accountId == "acc119")
- then
- System.out.println("rule119 fired");
-end
-
-rule rule120
- when
- $acc : Account(accountId == "acc120")
- then
- System.out.println("rule120 fired");
-end
-
-rule rule121
- when
- $acc : Account(accountId == "acc121")
- then
- System.out.println("rule121 fired");
-end
-
-rule rule122
- when
- $acc : Account(accountId == "acc122")
- then
- System.out.println("rule122 fired");
-end
-
-rule rule123
- when
- $acc : Account(accountId == "acc123")
- then
- System.out.println("rule123 fired");
-end
-
-rule rule124
- when
- $acc : Account(accountId == "acc124")
- then
- System.out.println("rule124 fired");
-end
-
-rule rule125
- when
- $acc : Account(accountId == "acc125")
- then
- System.out.println("rule125 fired");
-end
-
-rule rule126
- when
- $acc : Account(accountId == "acc126")
- then
- System.out.println("rule126 fired");
-end
-
-rule rule127
- when
- $acc : Account(accountId == "acc127")
- then
- System.out.println("rule127 fired");
-end
-
-rule rule128
- when
- $acc : Account(accountId == "acc128")
- then
- System.out.println("rule128 fired");
-end
-
-rule rule129
- when
- $acc : Account(accountId == "acc129")
- then
- System.out.println("rule129 fired");
-end
-
-rule rule130
- when
- $acc : Account(accountId == "acc130")
- then
- System.out.println("rule130 fired");
-end
-
-rule rule131
- when
- $acc : Account(accountId == "acc131")
- then
- System.out.println("rule131 fired");
-end
-
-rule rule132
- when
- $acc : Account(accountId == "acc132")
- then
- System.out.println("rule132 fired");
-end
-
-rule rule133
- when
- $acc : Account(accountId == "acc133")
- then
- System.out.println("rule133 fired");
-end
-
-rule rule134
- when
- $acc : Account(accountId == "acc134")
- then
- System.out.println("rule134 fired");
-end
-
-rule rule135
- when
- $acc : Account(accountId == "acc135")
- then
- System.out.println("rule135 fired");
-end
-
-rule rule136
- when
- $acc : Account(accountId == "acc136")
- then
- System.out.println("rule136 fired");
-end
-
-rule rule137
- when
- $acc : Account(accountId == "acc137")
- then
- System.out.println("rule137 fired");
-end
-
-rule rule138
- when
- $acc : Account(accountId == "acc138")
- then
- System.out.println("rule138 fired");
-end
-
-rule rule139
- when
- $acc : Account(accountId == "acc139")
- then
- System.out.println("rule139 fired");
-end
-
-rule rule140
- when
- $acc : Account(accountId == "acc140")
- then
- System.out.println("rule140 fired");
-end
-
-rule rule141
- when
- $acc : Account(accountId == "acc141")
- then
- System.out.println("rule141 fired");
-end
-
-rule rule142
- when
- $acc : Account(accountId == "acc142")
- then
- System.out.println("rule142 fired");
-end
-
-rule rule143
- when
- $acc : Account(accountId == "acc143")
- then
- System.out.println("rule143 fired");
-end
-
-rule rule144
- when
- $acc : Account(accountId == "acc144")
- then
- System.out.println("rule144 fired");
-end
-
-rule rule145
- when
- $acc : Account(accountId == "acc145")
- then
- System.out.println("rule145 fired");
-end
-
-rule rule146
- when
- $acc : Account(accountId == "acc146")
- then
- System.out.println("rule146 fired");
-end
-
-rule rule147
- when
- $acc : Account(accountId == "acc147")
- then
- System.out.println("rule147 fired");
-end
-
-rule rule148
- when
- $acc : Account(accountId == "acc148")
- then
- System.out.println("rule148 fired");
-end
-
-rule rule149
- when
- $acc : Account(accountId == "acc149")
- then
- System.out.println("rule149 fired");
-end
-
-rule rule150
- when
- $acc : Account(accountId == "acc150")
- then
- System.out.println("rule150 fired");
-end
-
-rule rule151
- when
- $acc : Account(accountId == "acc151")
- then
- System.out.println("rule151 fired");
-end
-
-rule rule152
- when
- $acc : Account(accountId == "acc152")
- then
- System.out.println("rule152 fired");
-end
-
-rule rule153
- when
- $acc : Account(accountId == "acc153")
- then
- System.out.println("rule153 fired");
-end
-
-rule rule154
- when
- $acc : Account(accountId == "acc154")
- then
- System.out.println("rule154 fired");
-end
-
-rule rule155
- when
- $acc : Account(accountId == "acc155")
- then
- System.out.println("rule155 fired");
-end
-
-rule rule156
- when
- $acc : Account(accountId == "acc156")
- then
- System.out.println("rule156 fired");
-end
-
-rule rule157
- when
- $acc : Account(accountId == "acc157")
- then
- System.out.println("rule157 fired");
-end
-
-rule rule158
- when
- $acc : Account(accountId == "acc158")
- then
- System.out.println("rule158 fired");
-end
-
-rule rule159
- when
- $acc : Account(accountId == "acc159")
- then
- System.out.println("rule159 fired");
-end
-
-rule rule160
- when
- $acc : Account(accountId == "acc160")
- then
- System.out.println("rule160 fired");
-end
-
-rule rule161
- when
- $acc : Account(accountId == "acc161")
- then
- System.out.println("rule161 fired");
-end
-
-rule rule162
- when
- $acc : Account(accountId == "acc162")
- then
- System.out.println("rule162 fired");
-end
-
-rule rule163
- when
- $acc : Account(accountId == "acc163")
- then
- System.out.println("rule163 fired");
-end
-
-rule rule164
- when
- $acc : Account(accountId == "acc164")
- then
- System.out.println("rule164 fired");
-end
-
-rule rule165
- when
- $acc : Account(accountId == "acc165")
- then
- System.out.println("rule165 fired");
-end
-
-rule rule166
- when
- $acc : Account(accountId == "acc166")
- then
- System.out.println("rule166 fired");
-end
-
-rule rule167
- when
- $acc : Account(accountId == "acc167")
- then
- System.out.println("rule167 fired");
-end
-
-rule rule168
- when
- $acc : Account(accountId == "acc168")
- then
- System.out.println("rule168 fired");
-end
-
-rule rule169
- when
- $acc : Account(accountId == "acc169")
- then
- System.out.println("rule169 fired");
-end
-
-rule rule170
- when
- $acc : Account(accountId == "acc170")
- then
- System.out.println("rule170 fired");
-end
-
-rule rule171
- when
- $acc : Account(accountId == "acc171")
- then
- System.out.println("rule171 fired");
-end
-
-rule rule172
- when
- $acc : Account(accountId == "acc172")
- then
- System.out.println("rule172 fired");
-end
-
-rule rule173
- when
- $acc : Account(accountId == "acc173")
- then
- System.out.println("rule173 fired");
-end
-
-rule rule174
- when
- $acc : Account(accountId == "acc174")
- then
- System.out.println("rule174 fired");
-end
-
-rule rule175
- when
- $acc : Account(accountId == "acc175")
- then
- System.out.println("rule175 fired");
-end
-
-rule rule176
- when
- $acc : Account(accountId == "acc176")
- then
- System.out.println("rule176 fired");
-end
-
-rule rule177
- when
- $acc : Account(accountId == "acc177")
- then
- System.out.println("rule177 fired");
-end
-
-rule rule178
- when
- $acc : Account(accountId == "acc178")
- then
- System.out.println("rule178 fired");
-end
-
-rule rule179
- when
- $acc : Account(accountId == "acc179")
- then
- System.out.println("rule179 fired");
-end
-
-rule rule180
- when
- $acc : Account(accountId == "acc180")
- then
- System.out.println("rule180 fired");
-end
-
-rule rule181
- when
- $acc : Account(accountId == "acc181")
- then
- System.out.println("rule181 fired");
-end
-
-rule rule182
- when
- $acc : Account(accountId == "acc182")
- then
- System.out.println("rule182 fired");
-end
-
-rule rule183
- when
- $acc : Account(accountId == "acc183")
- then
- System.out.println("rule183 fired");
-end
-
-rule rule184
- when
- $acc : Account(accountId == "acc184")
- then
- System.out.println("rule184 fired");
-end
-
-rule rule185
- when
- $acc : Account(accountId == "acc185")
- then
- System.out.println("rule185 fired");
-end
-
-rule rule186
- when
- $acc : Account(accountId == "acc186")
- then
- System.out.println("rule186 fired");
-end
-
-rule rule187
- when
- $acc : Account(accountId == "acc187")
- then
- System.out.println("rule187 fired");
-end
-
-rule rule188
- when
- $acc : Account(accountId == "acc188")
- then
- System.out.println("rule188 fired");
-end
-
-rule rule189
- when
- $acc : Account(accountId == "acc189")
- then
- System.out.println("rule189 fired");
-end
-
-rule rule190
- when
- $acc : Account(accountId == "acc190")
- then
- System.out.println("rule190 fired");
-end
-
-rule rule191
- when
- $acc : Account(accountId == "acc191")
- then
- System.out.println("rule191 fired");
-end
-
-rule rule192
- when
- $acc : Account(accountId == "acc192")
- then
- System.out.println("rule192 fired");
-end
-
-rule rule193
- when
- $acc : Account(accountId == "acc193")
- then
- System.out.println("rule193 fired");
-end
-
-rule rule194
- when
- $acc : Account(accountId == "acc194")
- then
- System.out.println("rule194 fired");
-end
-
-rule rule195
- when
- $acc : Account(accountId == "acc195")
- then
- System.out.println("rule195 fired");
-end
-
-rule rule196
- when
- $acc : Account(accountId == "acc196")
- then
- System.out.println("rule196 fired");
-end
-
-rule rule197
- when
- $acc : Account(accountId == "acc197")
- then
- System.out.println("rule197 fired");
-end
-
-rule rule198
- when
- $acc : Account(accountId == "acc198")
- then
- System.out.println("rule198 fired");
-end
-
-rule rule199
- when
- $acc : Account(accountId == "acc199")
- then
- System.out.println("rule199 fired");
-end
-
-rule rule200
- when
- $acc : Account(accountId == "acc200")
- then
- System.out.println("rule200 fired");
-end
-
-rule rule201
- when
- $acc : Account(accountId == "acc201")
- then
- System.out.println("rule201 fired");
-end
-
-rule rule202
- when
- $acc : Account(accountId == "acc202")
- then
- System.out.println("rule202 fired");
-end
-
-rule rule203
- when
- $acc : Account(accountId == "acc203")
- then
- System.out.println("rule203 fired");
-end
-
-rule rule204
- when
- $acc : Account(accountId == "acc204")
- then
- System.out.println("rule204 fired");
-end
-
-rule rule205
- when
- $acc : Account(accountId == "acc205")
- then
- System.out.println("rule205 fired");
-end
-
-rule rule206
- when
- $acc : Account(accountId == "acc206")
- then
- System.out.println("rule206 fired");
-end
-
-rule rule207
- when
- $acc : Account(accountId == "acc207")
- then
- System.out.println("rule207 fired");
-end
-
-rule rule208
- when
- $acc : Account(accountId == "acc208")
- then
- System.out.println("rule208 fired");
-end
-
-rule rule209
- when
- $acc : Account(accountId == "acc209")
- then
- System.out.println("rule209 fired");
-end
-
-rule rule210
- when
- $acc : Account(accountId == "acc210")
- then
- System.out.println("rule210 fired");
-end
-
-rule rule211
- when
- $acc : Account(accountId == "acc211")
- then
- System.out.println("rule211 fired");
-end
-
-rule rule212
- when
- $acc : Account(accountId == "acc212")
- then
- System.out.println("rule212 fired");
-end
-
-rule rule213
- when
- $acc : Account(accountId == "acc213")
- then
- System.out.println("rule213 fired");
-end
-
-rule rule214
- when
- $acc : Account(accountId == "acc214")
- then
- System.out.println("rule214 fired");
-end
-
-rule rule215
- when
- $acc : Account(accountId == "acc215")
- then
- System.out.println("rule215 fired");
-end
-
-rule rule216
- when
- $acc : Account(accountId == "acc216")
- then
- System.out.println("rule216 fired");
-end
-
-rule rule217
- when
- $acc : Account(accountId == "acc217")
- then
- System.out.println("rule217 fired");
-end
-
-rule rule218
- when
- $acc : Account(accountId == "acc218")
- then
- System.out.println("rule218 fired");
-end
-
-rule rule219
- when
- $acc : Account(accountId == "acc219")
- then
- System.out.println("rule219 fired");
-end
-
-rule rule220
- when
- $acc : Account(accountId == "acc220")
- then
- System.out.println("rule220 fired");
-end
-
-rule rule221
- when
- $acc : Account(accountId == "acc221")
- then
- System.out.println("rule221 fired");
-end
-
-rule rule222
- when
- $acc : Account(accountId == "acc222")
- then
- System.out.println("rule222 fired");
-end
-
-rule rule223
- when
- $acc : Account(accountId == "acc223")
- then
- System.out.println("rule223 fired");
-end
-
-rule rule224
- when
- $acc : Account(accountId == "acc224")
- then
- System.out.println("rule224 fired");
-end
-
-rule rule225
- when
- $acc : Account(accountId == "acc225")
- then
- System.out.println("rule225 fired");
-end
-
-rule rule226
- when
- $acc : Account(accountId == "acc226")
- then
- System.out.println("rule226 fired");
-end
-
-rule rule227
- when
- $acc : Account(accountId == "acc227")
- then
- System.out.println("rule227 fired");
-end
-
-rule rule228
- when
- $acc : Account(accountId == "acc228")
- then
- System.out.println("rule228 fired");
-end
-
-rule rule229
- when
- $acc : Account(accountId == "acc229")
- then
- System.out.println("rule229 fired");
-end
-
-rule rule230
- when
- $acc : Account(accountId == "acc230")
- then
- System.out.println("rule230 fired");
-end
-
-rule rule231
- when
- $acc : Account(accountId == "acc231")
- then
- System.out.println("rule231 fired");
-end
-
-rule rule232
- when
- $acc : Account(accountId == "acc232")
- then
- System.out.println("rule232 fired");
-end
-
-rule rule233
- when
- $acc : Account(accountId == "acc233")
- then
- System.out.println("rule233 fired");
-end
-
-rule rule234
- when
- $acc : Account(accountId == "acc234")
- then
- System.out.println("rule234 fired");
-end
-
-rule rule235
- when
- $acc : Account(accountId == "acc235")
- then
- System.out.println("rule235 fired");
-end
-
-rule rule236
- when
- $acc : Account(accountId == "acc236")
- then
- System.out.println("rule236 fired");
-end
-
-rule rule237
- when
- $acc : Account(accountId == "acc237")
- then
- System.out.println("rule237 fired");
-end
-
-rule rule238
- when
- $acc : Account(accountId == "acc238")
- then
- System.out.println("rule238 fired");
-end
-
-rule rule239
- when
- $acc : Account(accountId == "acc239")
- then
- System.out.println("rule239 fired");
-end
-
-rule rule240
- when
- $acc : Account(accountId == "acc240")
- then
- System.out.println("rule240 fired");
-end
-
-rule rule241
- when
- $acc : Account(accountId == "acc241")
- then
- System.out.println("rule241 fired");
-end
-
-rule rule242
- when
- $acc : Account(accountId == "acc242")
- then
- System.out.println("rule242 fired");
-end
-
-rule rule243
- when
- $acc : Account(accountId == "acc243")
- then
- System.out.println("rule243 fired");
-end
-
-rule rule244
- when
- $acc : Account(accountId == "acc244")
- then
- System.out.println("rule244 fired");
-end
-
-rule rule245
- when
- $acc : Account(accountId == "acc245")
- then
- System.out.println("rule245 fired");
-end
-
-rule rule246
- when
- $acc : Account(accountId == "acc246")
- then
- System.out.println("rule246 fired");
-end
-
-rule rule247
- when
- $acc : Account(accountId == "acc247")
- then
- System.out.println("rule247 fired");
-end
-
-rule rule248
- when
- $acc : Account(accountId == "acc248")
- then
- System.out.println("rule248 fired");
-end
-
-rule rule249
- when
- $acc : Account(accountId == "acc249")
- then
- System.out.println("rule249 fired");
-end
-
-rule rule250
- when
- $acc : Account(accountId == "acc250")
- then
- System.out.println("rule250 fired");
-end
-
-rule rule251
- when
- $acc : Account(accountId == "acc251")
- then
- System.out.println("rule251 fired");
-end
-
-rule rule252
- when
- $acc : Account(accountId == "acc252")
- then
- System.out.println("rule252 fired");
-end
-
-rule rule253
- when
- $acc : Account(accountId == "acc253")
- then
- System.out.println("rule253 fired");
-end
-
-rule rule254
- when
- $acc : Account(accountId == "acc254")
- then
- System.out.println("rule254 fired");
-end
-
-rule rule255
- when
- $acc : Account(accountId == "acc255")
- then
- System.out.println("rule255 fired");
-end
-
-rule rule256
- when
- $acc : Account(accountId == "acc256")
- then
- System.out.println("rule256 fired");
-end
-
-rule rule257
- when
- $acc : Account(accountId == "acc257")
- then
- System.out.println("rule257 fired");
-end
-
-rule rule258
- when
- $acc : Account(accountId == "acc258")
- then
- System.out.println("rule258 fired");
-end
-
-rule rule259
- when
- $acc : Account(accountId == "acc259")
- then
- System.out.println("rule259 fired");
-end
-
-rule rule260
- when
- $acc : Account(accountId == "acc260")
- then
- System.out.println("rule260 fired");
-end
-
-rule rule261
- when
- $acc : Account(accountId == "acc261")
- then
- System.out.println("rule261 fired");
-end
-
-rule rule262
- when
- $acc : Account(accountId == "acc262")
- then
- System.out.println("rule262 fired");
-end
-
-rule rule263
- when
- $acc : Account(accountId == "acc263")
- then
- System.out.println("rule263 fired");
-end
-
-rule rule264
- when
- $acc : Account(accountId == "acc264")
- then
- System.out.println("rule264 fired");
-end
-
-rule rule265
- when
- $acc : Account(accountId == "acc265")
- then
- System.out.println("rule265 fired");
-end
-
-rule rule266
- when
- $acc : Account(accountId == "acc266")
- then
- System.out.println("rule266 fired");
-end
-
-rule rule267
- when
- $acc : Account(accountId == "acc267")
- then
- System.out.println("rule267 fired");
-end
-
-rule rule268
- when
- $acc : Account(accountId == "acc268")
- then
- System.out.println("rule268 fired");
-end
-
-rule rule269
- when
- $acc : Account(accountId == "acc269")
- then
- System.out.println("rule269 fired");
-end
-
-rule rule270
- when
- $acc : Account(accountId == "acc270")
- then
- System.out.println("rule270 fired");
-end
-
-rule rule271
- when
- $acc : Account(accountId == "acc271")
- then
- System.out.println("rule271 fired");
-end
-
-rule rule272
- when
- $acc : Account(accountId == "acc272")
- then
- System.out.println("rule272 fired");
-end
-
-rule rule273
- when
- $acc : Account(accountId == "acc273")
- then
- System.out.println("rule273 fired");
-end
-
-rule rule274
- when
- $acc : Account(accountId == "acc274")
- then
- System.out.println("rule274 fired");
-end
-
-rule rule275
- when
- $acc : Account(accountId == "acc275")
- then
- System.out.println("rule275 fired");
-end
-
-rule rule276
- when
- $acc : Account(accountId == "acc276")
- then
- System.out.println("rule276 fired");
-end
-
-rule rule277
- when
- $acc : Account(accountId == "acc277")
- then
- System.out.println("rule277 fired");
-end
-
-rule rule278
- when
- $acc : Account(accountId == "acc278")
- then
- System.out.println("rule278 fired");
-end
-
-rule rule279
- when
- $acc : Account(accountId == "acc279")
- then
- System.out.println("rule279 fired");
-end
-
-rule rule280
- when
- $acc : Account(accountId == "acc280")
- then
- System.out.println("rule280 fired");
-end
-
-rule rule281
- when
- $acc : Account(accountId == "acc281")
- then
- System.out.println("rule281 fired");
-end
-
-rule rule282
- when
- $acc : Account(accountId == "acc282")
- then
- System.out.println("rule282 fired");
-end
-
-rule rule283
- when
- $acc : Account(accountId == "acc283")
- then
- System.out.println("rule283 fired");
-end
-
-rule rule284
- when
- $acc : Account(accountId == "acc284")
- then
- System.out.println("rule284 fired");
-end
-
-rule rule285
- when
- $acc : Account(accountId == "acc285")
- then
- System.out.println("rule285 fired");
-end
-
-rule rule286
- when
- $acc : Account(accountId == "acc286")
- then
- System.out.println("rule286 fired");
-end
-
-rule rule287
- when
- $acc : Account(accountId == "acc287")
- then
- System.out.println("rule287 fired");
-end
-
-rule rule288
- when
- $acc : Account(accountId == "acc288")
- then
- System.out.println("rule288 fired");
-end
-
-rule rule289
- when
- $acc : Account(accountId == "acc289")
- then
- System.out.println("rule289 fired");
-end
-
-rule rule290
- when
- $acc : Account(accountId == "acc290")
- then
- System.out.println("rule290 fired");
-end
-
-rule rule291
- when
- $acc : Account(accountId == "acc291")
- then
- System.out.println("rule291 fired");
-end
-
-rule rule292
- when
- $acc : Account(accountId == "acc292")
- then
- System.out.println("rule292 fired");
-end
-
-rule rule293
- when
- $acc : Account(accountId == "acc293")
- then
- System.out.println("rule293 fired");
-end
-
-rule rule294
- when
- $acc : Account(accountId == "acc294")
- then
- System.out.println("rule294 fired");
-end
-
-rule rule295
- when
- $acc : Account(accountId == "acc295")
- then
- System.out.println("rule295 fired");
-end
-
-rule rule296
- when
- $acc : Account(accountId == "acc296")
- then
- System.out.println("rule296 fired");
-end
-
-rule rule297
- when
- $acc : Account(accountId == "acc297")
- then
- System.out.println("rule297 fired");
-end
-
-rule rule298
- when
- $acc : Account(accountId == "acc298")
- then
- System.out.println("rule298 fired");
-end
-
-rule rule299
- when
- $acc : Account(accountId == "acc299")
- then
- System.out.println("rule299 fired");
-end
-
-rule rule300
- when
- $acc : Account(accountId == "acc300")
- then
- System.out.println("rule300 fired");
-end
-
-rule rule301
- when
- $acc : Account(accountId == "acc301")
- then
- System.out.println("rule301 fired");
-end
-
-rule rule302
- when
- $acc : Account(accountId == "acc302")
- then
- System.out.println("rule302 fired");
-end
-
-rule rule303
- when
- $acc : Account(accountId == "acc303")
- then
- System.out.println("rule303 fired");
-end
-
-rule rule304
- when
- $acc : Account(accountId == "acc304")
- then
- System.out.println("rule304 fired");
-end
-
-rule rule305
- when
- $acc : Account(accountId == "acc305")
- then
- System.out.println("rule305 fired");
-end
-
-rule rule306
- when
- $acc : Account(accountId == "acc306")
- then
- System.out.println("rule306 fired");
-end
-
-rule rule307
- when
- $acc : Account(accountId == "acc307")
- then
- System.out.println("rule307 fired");
-end
-
-rule rule308
- when
- $acc : Account(accountId == "acc308")
- then
- System.out.println("rule308 fired");
-end
-
-rule rule309
- when
- $acc : Account(accountId == "acc309")
- then
- System.out.println("rule309 fired");
-end
-
-rule rule310
- when
- $acc : Account(accountId == "acc310")
- then
- System.out.println("rule310 fired");
-end
-
-rule rule311
- when
- $acc : Account(accountId == "acc311")
- then
- System.out.println("rule311 fired");
-end
-
-rule rule312
- when
- $acc : Account(accountId == "acc312")
- then
- System.out.println("rule312 fired");
-end
-
-rule rule313
- when
- $acc : Account(accountId == "acc313")
- then
- System.out.println("rule313 fired");
-end
-
-rule rule314
- when
- $acc : Account(accountId == "acc314")
- then
- System.out.println("rule314 fired");
-end
-
-rule rule315
- when
- $acc : Account(accountId == "acc315")
- then
- System.out.println("rule315 fired");
-end
-
-rule rule316
- when
- $acc : Account(accountId == "acc316")
- then
- System.out.println("rule316 fired");
-end
-
-rule rule317
- when
- $acc : Account(accountId == "acc317")
- then
- System.out.println("rule317 fired");
-end
-
-rule rule318
- when
- $acc : Account(accountId == "acc318")
- then
- System.out.println("rule318 fired");
-end
-
-rule rule319
- when
- $acc : Account(accountId == "acc319")
- then
- System.out.println("rule319 fired");
-end
-
-rule rule320
- when
- $acc : Account(accountId == "acc320")
- then
- System.out.println("rule320 fired");
-end
-
-rule rule321
- when
- $acc : Account(accountId == "acc321")
- then
- System.out.println("rule321 fired");
-end
-
-rule rule322
- when
- $acc : Account(accountId == "acc322")
- then
- System.out.println("rule322 fired");
-end
-
-rule rule323
- when
- $acc : Account(accountId == "acc323")
- then
- System.out.println("rule323 fired");
-end
-
-rule rule324
- when
- $acc : Account(accountId == "acc324")
- then
- System.out.println("rule324 fired");
-end
-
-rule rule325
- when
- $acc : Account(accountId == "acc325")
- then
- System.out.println("rule325 fired");
-end
-
-rule rule326
- when
- $acc : Account(accountId == "acc326")
- then
- System.out.println("rule326 fired");
-end
-
-rule rule327
- when
- $acc : Account(accountId == "acc327")
- then
- System.out.println("rule327 fired");
-end
-
-rule rule328
- when
- $acc : Account(accountId == "acc328")
- then
- System.out.println("rule328 fired");
-end
-
-rule rule329
- when
- $acc : Account(accountId == "acc329")
- then
- System.out.println("rule329 fired");
-end
-
-rule rule330
- when
- $acc : Account(accountId == "acc330")
- then
- System.out.println("rule330 fired");
-end
-
-rule rule331
- when
- $acc : Account(accountId == "acc331")
- then
- System.out.println("rule331 fired");
-end
-
-rule rule332
- when
- $acc : Account(accountId == "acc332")
- then
- System.out.println("rule332 fired");
-end
-
-rule rule333
- when
- $acc : Account(accountId == "acc333")
- then
- System.out.println("rule333 fired");
-end
-
-rule rule334
- when
- $acc : Account(accountId == "acc334")
- then
- System.out.println("rule334 fired");
-end
-
-rule rule335
- when
- $acc : Account(accountId == "acc335")
- then
- System.out.println("rule335 fired");
-end
-
-rule rule336
- when
- $acc : Account(accountId == "acc336")
- then
- System.out.println("rule336 fired");
-end
-
-rule rule337
- when
- $acc : Account(accountId == "acc337")
- then
- System.out.println("rule337 fired");
-end
-
-rule rule338
- when
- $acc : Account(accountId == "acc338")
- then
- System.out.println("rule338 fired");
-end
-
-rule rule339
- when
- $acc : Account(accountId == "acc339")
- then
- System.out.println("rule339 fired");
-end
-
-rule rule340
- when
- $acc : Account(accountId == "acc340")
- then
- System.out.println("rule340 fired");
-end
-
-rule rule341
- when
- $acc : Account(accountId == "acc341")
- then
- System.out.println("rule341 fired");
-end
-
-rule rule342
- when
- $acc : Account(accountId == "acc342")
- then
- System.out.println("rule342 fired");
-end
-
-rule rule343
- when
- $acc : Account(accountId == "acc343")
- then
- System.out.println("rule343 fired");
-end
-
-rule rule344
- when
- $acc : Account(accountId == "acc344")
- then
- System.out.println("rule344 fired");
-end
-
-rule rule345
- when
- $acc : Account(accountId == "acc345")
- then
- System.out.println("rule345 fired");
-end
-
-rule rule346
- when
- $acc : Account(accountId == "acc346")
- then
- System.out.println("rule346 fired");
-end
-
-rule rule347
- when
- $acc : Account(accountId == "acc347")
- then
- System.out.println("rule347 fired");
-end
-
-rule rule348
- when
- $acc : Account(accountId == "acc348")
- then
- System.out.println("rule348 fired");
-end
-
-rule rule349
- when
- $acc : Account(accountId == "acc349")
- then
- System.out.println("rule349 fired");
-end
-
-rule rule350
- when
- $acc : Account(accountId == "acc350")
- then
- System.out.println("rule350 fired");
-end
-
-rule rule351
- when
- $acc : Account(accountId == "acc351")
- then
- System.out.println("rule351 fired");
-end
-
-rule rule352
- when
- $acc : Account(accountId == "acc352")
- then
- System.out.println("rule352 fired");
-end
-
-rule rule353
- when
- $acc : Account(accountId == "acc353")
- then
- System.out.println("rule353 fired");
-end
-
-rule rule354
- when
- $acc : Account(accountId == "acc354")
- then
- System.out.println("rule354 fired");
-end
-
-rule rule355
- when
- $acc : Account(accountId == "acc355")
- then
- System.out.println("rule355 fired");
-end
-
-rule rule356
- when
- $acc : Account(accountId == "acc356")
- then
- System.out.println("rule356 fired");
-end
-
-rule rule357
- when
- $acc : Account(accountId == "acc357")
- then
- System.out.println("rule357 fired");
-end
-
-rule rule358
- when
- $acc : Account(accountId == "acc358")
- then
- System.out.println("rule358 fired");
-end
-
-rule rule359
- when
- $acc : Account(accountId == "acc359")
- then
- System.out.println("rule359 fired");
-end
-
-rule rule360
- when
- $acc : Account(accountId == "acc360")
- then
- System.out.println("rule360 fired");
-end
-
-rule rule361
- when
- $acc : Account(accountId == "acc361")
- then
- System.out.println("rule361 fired");
-end
-
-rule rule362
- when
- $acc : Account(accountId == "acc362")
- then
- System.out.println("rule362 fired");
-end
-
-rule rule363
- when
- $acc : Account(accountId == "acc363")
- then
- System.out.println("rule363 fired");
-end
-
-rule rule364
- when
- $acc : Account(accountId == "acc364")
- then
- System.out.println("rule364 fired");
-end
-
-rule rule365
- when
- $acc : Account(accountId == "acc365")
- then
- System.out.println("rule365 fired");
-end
-
-rule rule366
- when
- $acc : Account(accountId == "acc366")
- then
- System.out.println("rule366 fired");
-end
-
-rule rule367
- when
- $acc : Account(accountId == "acc367")
- then
- System.out.println("rule367 fired");
-end
-
-rule rule368
- when
- $acc : Account(accountId == "acc368")
- then
- System.out.println("rule368 fired");
-end
-
-rule rule369
- when
- $acc : Account(accountId == "acc369")
- then
- System.out.println("rule369 fired");
-end
-
-rule rule370
- when
- $acc : Account(accountId == "acc370")
- then
- System.out.println("rule370 fired");
-end
-
-rule rule371
- when
- $acc : Account(accountId == "acc371")
- then
- System.out.println("rule371 fired");
-end
-
-rule rule372
- when
- $acc : Account(accountId == "acc372")
- then
- System.out.println("rule372 fired");
-end
-
-rule rule373
- when
- $acc : Account(accountId == "acc373")
- then
- System.out.println("rule373 fired");
-end
-
-rule rule374
- when
- $acc : Account(accountId == "acc374")
- then
- System.out.println("rule374 fired");
-end
-
-rule rule375
- when
- $acc : Account(accountId == "acc375")
- then
- System.out.println("rule375 fired");
-end
-
-rule rule376
- when
- $acc : Account(accountId == "acc376")
- then
- System.out.println("rule376 fired");
-end
-
-rule rule377
- when
- $acc : Account(accountId == "acc377")
- then
- System.out.println("rule377 fired");
-end
-
-rule rule378
- when
- $acc : Account(accountId == "acc378")
- then
- System.out.println("rule378 fired");
-end
-
-rule rule379
- when
- $acc : Account(accountId == "acc379")
- then
- System.out.println("rule379 fired");
-end
-
-rule rule380
- when
- $acc : Account(accountId == "acc380")
- then
- System.out.println("rule380 fired");
-end
-
-rule rule381
- when
- $acc : Account(accountId == "acc381")
- then
- System.out.println("rule381 fired");
-end
-
-rule rule382
- when
- $acc : Account(accountId == "acc382")
- then
- System.out.println("rule382 fired");
-end
-
-rule rule383
- when
- $acc : Account(accountId == "acc383")
- then
- System.out.println("rule383 fired");
-end
-
-rule rule384
- when
- $acc : Account(accountId == "acc384")
- then
- System.out.println("rule384 fired");
-end
-
-rule rule385
- when
- $acc : Account(accountId == "acc385")
- then
- System.out.println("rule385 fired");
-end
-
-rule rule386
- when
- $acc : Account(accountId == "acc386")
- then
- System.out.println("rule386 fired");
-end
-
-rule rule387
- when
- $acc : Account(accountId == "acc387")
- then
- System.out.println("rule387 fired");
-end
-
-rule rule388
- when
- $acc : Account(accountId == "acc388")
- then
- System.out.println("rule388 fired");
-end
-
-rule rule389
- when
- $acc : Account(accountId == "acc389")
- then
- System.out.println("rule389 fired");
-end
-
-rule rule390
- when
- $acc : Account(accountId == "acc390")
- then
- System.out.println("rule390 fired");
-end
-
-rule rule391
- when
- $acc : Account(accountId == "acc391")
- then
- System.out.println("rule391 fired");
-end
-
-rule rule392
- when
- $acc : Account(accountId == "acc392")
- then
- System.out.println("rule392 fired");
-end
-
-rule rule393
- when
- $acc : Account(accountId == "acc393")
- then
- System.out.println("rule393 fired");
-end
-
-rule rule394
- when
- $acc : Account(accountId == "acc394")
- then
- System.out.println("rule394 fired");
-end
-
-rule rule395
- when
- $acc : Account(accountId == "acc395")
- then
- System.out.println("rule395 fired");
-end
-
-rule rule396
- when
- $acc : Account(accountId == "acc396")
- then
- System.out.println("rule396 fired");
-end
-
-rule rule397
- when
- $acc : Account(accountId == "acc397")
- then
- System.out.println("rule397 fired");
-end
-
-rule rule398
- when
- $acc : Account(accountId == "acc398")
- then
- System.out.println("rule398 fired");
-end
-
-rule rule399
- when
- $acc : Account(accountId == "acc399")
- then
- System.out.println("rule399 fired");
-end
-
-rule rule400
- when
- $acc : Account(accountId == "acc400")
- then
- System.out.println("rule400 fired");
-end
-
-rule rule401
- when
- $acc : Account(accountId == "acc401")
- then
- System.out.println("rule401 fired");
-end
-
-rule rule402
- when
- $acc : Account(accountId == "acc402")
- then
- System.out.println("rule402 fired");
-end
-
-rule rule403
- when
- $acc : Account(accountId == "acc403")
- then
- System.out.println("rule403 fired");
-end
-
-rule rule404
- when
- $acc : Account(accountId == "acc404")
- then
- System.out.println("rule404 fired");
-end
-
-rule rule405
- when
- $acc : Account(accountId == "acc405")
- then
- System.out.println("rule405 fired");
-end
-
-rule rule406
- when
- $acc : Account(accountId == "acc406")
- then
- System.out.println("rule406 fired");
-end
-
-rule rule407
- when
- $acc : Account(accountId == "acc407")
- then
- System.out.println("rule407 fired");
-end
-
-rule rule408
- when
- $acc : Account(accountId == "acc408")
- then
- System.out.println("rule408 fired");
-end
-
-rule rule409
- when
- $acc : Account(accountId == "acc409")
- then
- System.out.println("rule409 fired");
-end
-
-rule rule410
- when
- $acc : Account(accountId == "acc410")
- then
- System.out.println("rule410 fired");
-end
-
-rule rule411
- when
- $acc : Account(accountId == "acc411")
- then
- System.out.println("rule411 fired");
-end
-
-rule rule412
- when
- $acc : Account(accountId == "acc412")
- then
- System.out.println("rule412 fired");
-end
-
-rule rule413
- when
- $acc : Account(accountId == "acc413")
- then
- System.out.println("rule413 fired");
-end
-
-rule rule414
- when
- $acc : Account(accountId == "acc414")
- then
- System.out.println("rule414 fired");
-end
-
-rule rule415
- when
- $acc : Account(accountId == "acc415")
- then
- System.out.println("rule415 fired");
-end
-
-rule rule416
- when
- $acc : Account(accountId == "acc416")
- then
- System.out.println("rule416 fired");
-end
-
-rule rule417
- when
- $acc : Account(accountId == "acc417")
- then
- System.out.println("rule417 fired");
-end
-
-rule rule418
- when
- $acc : Account(accountId == "acc418")
- then
- System.out.println("rule418 fired");
-end
-
-rule rule419
- when
- $acc : Account(accountId == "acc419")
- then
- System.out.println("rule419 fired");
-end
-
-rule rule420
- when
- $acc : Account(accountId == "acc420")
- then
- System.out.println("rule420 fired");
-end
-
-rule rule421
- when
- $acc : Account(accountId == "acc421")
- then
- System.out.println("rule421 fired");
-end
-
-rule rule422
- when
- $acc : Account(accountId == "acc422")
- then
- System.out.println("rule422 fired");
-end
-
-rule rule423
- when
- $acc : Account(accountId == "acc423")
- then
- System.out.println("rule423 fired");
-end
-
-rule rule424
- when
- $acc : Account(accountId == "acc424")
- then
- System.out.println("rule424 fired");
-end
-
-rule rule425
- when
- $acc : Account(accountId == "acc425")
- then
- System.out.println("rule425 fired");
-end
-
-rule rule426
- when
- $acc : Account(accountId == "acc426")
- then
- System.out.println("rule426 fired");
-end
-
-rule rule427
- when
- $acc : Account(accountId == "acc427")
- then
- System.out.println("rule427 fired");
-end
-
-rule rule428
- when
- $acc : Account(accountId == "acc428")
- then
- System.out.println("rule428 fired");
-end
-
-rule rule429
- when
- $acc : Account(accountId == "acc429")
- then
- System.out.println("rule429 fired");
-end
-
-rule rule430
- when
- $acc : Account(accountId == "acc430")
- then
- System.out.println("rule430 fired");
-end
-
-rule rule431
- when
- $acc : Account(accountId == "acc431")
- then
- System.out.println("rule431 fired");
-end
-
-rule rule432
- when
- $acc : Account(accountId == "acc432")
- then
- System.out.println("rule432 fired");
-end
-
-rule rule433
- when
- $acc : Account(accountId == "acc433")
- then
- System.out.println("rule433 fired");
-end
-
-rule rule434
- when
- $acc : Account(accountId == "acc434")
- then
- System.out.println("rule434 fired");
-end
-
-rule rule435
- when
- $acc : Account(accountId == "acc435")
- then
- System.out.println("rule435 fired");
-end
-
-rule rule436
- when
- $acc : Account(accountId == "acc436")
- then
- System.out.println("rule436 fired");
-end
-
-rule rule437
- when
- $acc : Account(accountId == "acc437")
- then
- System.out.println("rule437 fired");
-end
-
-rule rule438
- when
- $acc : Account(accountId == "acc438")
- then
- System.out.println("rule438 fired");
-end
-
-rule rule439
- when
- $acc : Account(accountId == "acc439")
- then
- System.out.println("rule439 fired");
-end
-
-rule rule440
- when
- $acc : Account(accountId == "acc440")
- then
- System.out.println("rule440 fired");
-end
-
-rule rule441
- when
- $acc : Account(accountId == "acc441")
- then
- System.out.println("rule441 fired");
-end
-
-rule rule442
- when
- $acc : Account(accountId == "acc442")
- then
- System.out.println("rule442 fired");
-end
-
-rule rule443
- when
- $acc : Account(accountId == "acc443")
- then
- System.out.println("rule443 fired");
-end
-
-rule rule444
- when
- $acc : Account(accountId == "acc444")
- then
- System.out.println("rule444 fired");
-end
-
-rule rule445
- when
- $acc : Account(accountId == "acc445")
- then
- System.out.println("rule445 fired");
-end
-
-rule rule446
- when
- $acc : Account(accountId == "acc446")
- then
- System.out.println("rule446 fired");
-end
-
-rule rule447
- when
- $acc : Account(accountId == "acc447")
- then
- System.out.println("rule447 fired");
-end
-
-rule rule448
- when
- $acc : Account(accountId == "acc448")
- then
- System.out.println("rule448 fired");
-end
-
-rule rule449
- when
- $acc : Account(accountId == "acc449")
- then
- System.out.println("rule449 fired");
-end
-
-rule rule450
- when
- $acc : Account(accountId == "acc450")
- then
- System.out.println("rule450 fired");
-end
-
-rule rule451
- when
- $acc : Account(accountId == "acc451")
- then
- System.out.println("rule451 fired");
-end
-
-rule rule452
- when
- $acc : Account(accountId == "acc452")
- then
- System.out.println("rule452 fired");
-end
-
-rule rule453
- when
- $acc : Account(accountId == "acc453")
- then
- System.out.println("rule453 fired");
-end
-
-rule rule454
- when
- $acc : Account(accountId == "acc454")
- then
- System.out.println("rule454 fired");
-end
-
-rule rule455
- when
- $acc : Account(accountId == "acc455")
- then
- System.out.println("rule455 fired");
-end
-
-rule rule456
- when
- $acc : Account(accountId == "acc456")
- then
- System.out.println("rule456 fired");
-end
-
-rule rule457
- when
- $acc : Account(accountId == "acc457")
- then
- System.out.println("rule457 fired");
-end
-
-rule rule458
- when
- $acc : Account(accountId == "acc458")
- then
- System.out.println("rule458 fired");
-end
-
-rule rule459
- when
- $acc : Account(accountId == "acc459")
- then
- System.out.println("rule459 fired");
-end
-
-rule rule460
- when
- $acc : Account(accountId == "acc460")
- then
- System.out.println("rule460 fired");
-end
-
-rule rule461
- when
- $acc : Account(accountId == "acc461")
- then
- System.out.println("rule461 fired");
-end
-
-rule rule462
- when
- $acc : Account(accountId == "acc462")
- then
- System.out.println("rule462 fired");
-end
-
-rule rule463
- when
- $acc : Account(accountId == "acc463")
- then
- System.out.println("rule463 fired");
-end
-
-rule rule464
- when
- $acc : Account(accountId == "acc464")
- then
- System.out.println("rule464 fired");
-end
-
-rule rule465
- when
- $acc : Account(accountId == "acc465")
- then
- System.out.println("rule465 fired");
-end
-
-rule rule466
- when
- $acc : Account(accountId == "acc466")
- then
- System.out.println("rule466 fired");
-end
-
-rule rule467
- when
- $acc : Account(accountId == "acc467")
- then
- System.out.println("rule467 fired");
-end
-
-rule rule468
- when
- $acc : Account(accountId == "acc468")
- then
- System.out.println("rule468 fired");
-end
-
-rule rule469
- when
- $acc : Account(accountId == "acc469")
- then
- System.out.println("rule469 fired");
-end
-
-rule rule470
- when
- $acc : Account(accountId == "acc470")
- then
- System.out.println("rule470 fired");
-end
-
-rule rule471
- when
- $acc : Account(accountId == "acc471")
- then
- System.out.println("rule471 fired");
-end
-
-rule rule472
- when
- $acc : Account(accountId == "acc472")
- then
- System.out.println("rule472 fired");
-end
-
-rule rule473
- when
- $acc : Account(accountId == "acc473")
- then
- System.out.println("rule473 fired");
-end
-
-rule rule474
- when
- $acc : Account(accountId == "acc474")
- then
- System.out.println("rule474 fired");
-end
-
-rule rule475
- when
- $acc : Account(accountId == "acc475")
- then
- System.out.println("rule475 fired");
-end
-
-rule rule476
- when
- $acc : Account(accountId == "acc476")
- then
- System.out.println("rule476 fired");
-end
-
-rule rule477
- when
- $acc : Account(accountId == "acc477")
- then
- System.out.println("rule477 fired");
-end
-
-rule rule478
- when
- $acc : Account(accountId == "acc478")
- then
- System.out.println("rule478 fired");
-end
-
-rule rule479
- when
- $acc : Account(accountId == "acc479")
- then
- System.out.println("rule479 fired");
-end
-
-rule rule480
- when
- $acc : Account(accountId == "acc480")
- then
- System.out.println("rule480 fired");
-end
-
-rule rule481
- when
- $acc : Account(accountId == "acc481")
- then
- System.out.println("rule481 fired");
-end
-
-rule rule482
- when
- $acc : Account(accountId == "acc482")
- then
- System.out.println("rule482 fired");
-end
-
-rule rule483
- when
- $acc : Account(accountId == "acc483")
- then
- System.out.println("rule483 fired");
-end
-
-rule rule484
- when
- $acc : Account(accountId == "acc484")
- then
- System.out.println("rule484 fired");
-end
-
-rule rule485
- when
- $acc : Account(accountId == "acc485")
- then
- System.out.println("rule485 fired");
-end
-
-rule rule486
- when
- $acc : Account(accountId == "acc486")
- then
- System.out.println("rule486 fired");
-end
-
-rule rule487
- when
- $acc : Account(accountId == "acc487")
- then
- System.out.println("rule487 fired");
-end
-
-rule rule488
- when
- $acc : Account(accountId == "acc488")
- then
- System.out.println("rule488 fired");
-end
-
-rule rule489
- when
- $acc : Account(accountId == "acc489")
- then
- System.out.println("rule489 fired");
-end
-
-rule rule490
- when
- $acc : Account(accountId == "acc490")
- then
- System.out.println("rule490 fired");
-end
-
-rule rule491
- when
- $acc : Account(accountId == "acc491")
- then
- System.out.println("rule491 fired");
-end
-
-rule rule492
- when
- $acc : Account(accountId == "acc492")
- then
- System.out.println("rule492 fired");
-end
-
-rule rule493
- when
- $acc : Account(accountId == "acc493")
- then
- System.out.println("rule493 fired");
-end
-
-rule rule494
- when
- $acc : Account(accountId == "acc494")
- then
- System.out.println("rule494 fired");
-end
-
-rule rule495
- when
- $acc : Account(accountId == "acc495")
- then
- System.out.println("rule495 fired");
-end
-
-rule rule496
- when
- $acc : Account(accountId == "acc496")
- then
- System.out.println("rule496 fired");
-end
-
-rule rule497
- when
- $acc : Account(accountId == "acc497")
- then
- System.out.println("rule497 fired");
-end
-
-rule rule498
- when
- $acc : Account(accountId == "acc498")
- then
- System.out.println("rule498 fired");
-end
-
-rule rule499
- when
- $acc : Account(accountId == "acc499")
- then
- System.out.println("rule499 fired");
-end
-
-rule rule500
- when
- $acc : Account(accountId == "acc500")
- then
- System.out.println("rule500 fired");
-end
-
-rule rule501
- when
- $acc : Account(accountId == "acc501")
- then
- System.out.println("rule501 fired");
-end
-
-rule rule502
- when
- $acc : Account(accountId == "acc502")
- then
- System.out.println("rule502 fired");
-end
-
-rule rule503
- when
- $acc : Account(accountId == "acc503")
- then
- System.out.println("rule503 fired");
-end
-
-rule rule504
- when
- $acc : Account(accountId == "acc504")
- then
- System.out.println("rule504 fired");
-end
-
-rule rule505
- when
- $acc : Account(accountId == "acc505")
- then
- System.out.println("rule505 fired");
-end
-
-rule rule506
- when
- $acc : Account(accountId == "acc506")
- then
- System.out.println("rule506 fired");
-end
-
-rule rule507
- when
- $acc : Account(accountId == "acc507")
- then
- System.out.println("rule507 fired");
-end
-
-rule rule508
- when
- $acc : Account(accountId == "acc508")
- then
- System.out.println("rule508 fired");
-end
-
-rule rule509
- when
- $acc : Account(accountId == "acc509")
- then
- System.out.println("rule509 fired");
-end
-
-rule rule510
- when
- $acc : Account(accountId == "acc510")
- then
- System.out.println("rule510 fired");
-end
-
-rule rule511
- when
- $acc : Account(accountId == "acc511")
- then
- System.out.println("rule511 fired");
-end
-
-rule rule512
- when
- $acc : Account(accountId == "acc512")
- then
- System.out.println("rule512 fired");
-end
-
-rule rule513
- when
- $acc : Account(accountId == "acc513")
- then
- System.out.println("rule513 fired");
-end
-
-rule rule514
- when
- $acc : Account(accountId == "acc514")
- then
- System.out.println("rule514 fired");
-end
-
-rule rule515
- when
- $acc : Account(accountId == "acc515")
- then
- System.out.println("rule515 fired");
-end
-
-rule rule516
- when
- $acc : Account(accountId == "acc516")
- then
- System.out.println("rule516 fired");
-end
-
-rule rule517
- when
- $acc : Account(accountId == "acc517")
- then
- System.out.println("rule517 fired");
-end
-
-rule rule518
- when
- $acc : Account(accountId == "acc518")
- then
- System.out.println("rule518 fired");
-end
-
-rule rule519
- when
- $acc : Account(accountId == "acc519")
- then
- System.out.println("rule519 fired");
-end
-
-rule rule520
- when
- $acc : Account(accountId == "acc520")
- then
- System.out.println("rule520 fired");
-end
-
-rule rule521
- when
- $acc : Account(accountId == "acc521")
- then
- System.out.println("rule521 fired");
-end
-
-rule rule522
- when
- $acc : Account(accountId == "acc522")
- then
- System.out.println("rule522 fired");
-end
-
-rule rule523
- when
- $acc : Account(accountId == "acc523")
- then
- System.out.println("rule523 fired");
-end
-
-rule rule524
- when
- $acc : Account(accountId == "acc524")
- then
- System.out.println("rule524 fired");
-end
-
-rule rule525
- when
- $acc : Account(accountId == "acc525")
- then
- System.out.println("rule525 fired");
-end
-
-rule rule526
- when
- $acc : Account(accountId == "acc526")
- then
- System.out.println("rule526 fired");
-end
-
-rule rule527
- when
- $acc : Account(accountId == "acc527")
- then
- System.out.println("rule527 fired");
-end
-
-rule rule528
- when
- $acc : Account(accountId == "acc528")
- then
- System.out.println("rule528 fired");
-end
-
-rule rule529
- when
- $acc : Account(accountId == "acc529")
- then
- System.out.println("rule529 fired");
-end
-
-rule rule530
- when
- $acc : Account(accountId == "acc530")
- then
- System.out.println("rule530 fired");
-end
-
-rule rule531
- when
- $acc : Account(accountId == "acc531")
- then
- System.out.println("rule531 fired");
-end
-
-rule rule532
- when
- $acc : Account(accountId == "acc532")
- then
- System.out.println("rule532 fired");
-end
-
-rule rule533
- when
- $acc : Account(accountId == "acc533")
- then
- System.out.println("rule533 fired");
-end
-
-rule rule534
- when
- $acc : Account(accountId == "acc534")
- then
- System.out.println("rule534 fired");
-end
-
-rule rule535
- when
- $acc : Account(accountId == "acc535")
- then
- System.out.println("rule535 fired");
-end
-
-rule rule536
- when
- $acc : Account(accountId == "acc536")
- then
- System.out.println("rule536 fired");
-end
-
-rule rule537
- when
- $acc : Account(accountId == "acc537")
- then
- System.out.println("rule537 fired");
-end
-
-rule rule538
- when
- $acc : Account(accountId == "acc538")
- then
- System.out.println("rule538 fired");
-end
-
-rule rule539
- when
- $acc : Account(accountId == "acc539")
- then
- System.out.println("rule539 fired");
-end
-
-rule rule540
- when
- $acc : Account(accountId == "acc540")
- then
- System.out.println("rule540 fired");
-end
-
-rule rule541
- when
- $acc : Account(accountId == "acc541")
- then
- System.out.println("rule541 fired");
-end
-
-rule rule542
- when
- $acc : Account(accountId == "acc542")
- then
- System.out.println("rule542 fired");
-end
-
-rule rule543
- when
- $acc : Account(accountId == "acc543")
- then
- System.out.println("rule543 fired");
-end
-
-rule rule544
- when
- $acc : Account(accountId == "acc544")
- then
- System.out.println("rule544 fired");
-end
-
-rule rule545
- when
- $acc : Account(accountId == "acc545")
- then
- System.out.println("rule545 fired");
-end
-
-rule rule546
- when
- $acc : Account(accountId == "acc546")
- then
- System.out.println("rule546 fired");
-end
-
-rule rule547
- when
- $acc : Account(accountId == "acc547")
- then
- System.out.println("rule547 fired");
-end
-
-rule rule548
- when
- $acc : Account(accountId == "acc548")
- then
- System.out.println("rule548 fired");
-end
-
-rule rule549
- when
- $acc : Account(accountId == "acc549")
- then
- System.out.println("rule549 fired");
-end
-
-rule rule550
- when
- $acc : Account(accountId == "acc550")
- then
- System.out.println("rule550 fired");
-end
-
-rule rule551
- when
- $acc : Account(accountId == "acc551")
- then
- System.out.println("rule551 fired");
-end
-
-rule rule552
- when
- $acc : Account(accountId == "acc552")
- then
- System.out.println("rule552 fired");
-end
-
-rule rule553
- when
- $acc : Account(accountId == "acc553")
- then
- System.out.println("rule553 fired");
-end
-
-rule rule554
- when
- $acc : Account(accountId == "acc554")
- then
- System.out.println("rule554 fired");
-end
-
-rule rule555
- when
- $acc : Account(accountId == "acc555")
- then
- System.out.println("rule555 fired");
-end
-
-rule rule556
- when
- $acc : Account(accountId == "acc556")
- then
- System.out.println("rule556 fired");
-end
-
-rule rule557
- when
- $acc : Account(accountId == "acc557")
- then
- System.out.println("rule557 fired");
-end
-
-rule rule558
- when
- $acc : Account(accountId == "acc558")
- then
- System.out.println("rule558 fired");
-end
-
-rule rule559
- when
- $acc : Account(accountId == "acc559")
- then
- System.out.println("rule559 fired");
-end
-
-rule rule560
- when
- $acc : Account(accountId == "acc560")
- then
- System.out.println("rule560 fired");
-end
-
-rule rule561
- when
- $acc : Account(accountId == "acc561")
- then
- System.out.println("rule561 fired");
-end
-
-rule rule562
- when
- $acc : Account(accountId == "acc562")
- then
- System.out.println("rule562 fired");
-end
-
-rule rule563
- when
- $acc : Account(accountId == "acc563")
- then
- System.out.println("rule563 fired");
-end
-
-rule rule564
- when
- $acc : Account(accountId == "acc564")
- then
- System.out.println("rule564 fired");
-end
-
-rule rule565
- when
- $acc : Account(accountId == "acc565")
- then
- System.out.println("rule565 fired");
-end
-
-rule rule566
- when
- $acc : Account(accountId == "acc566")
- then
- System.out.println("rule566 fired");
-end
-
-rule rule567
- when
- $acc : Account(accountId == "acc567")
- then
- System.out.println("rule567 fired");
-end
-
-rule rule568
- when
- $acc : Account(accountId == "acc568")
- then
- System.out.println("rule568 fired");
-end
-
-rule rule569
- when
- $acc : Account(accountId == "acc569")
- then
- System.out.println("rule569 fired");
-end
-
-rule rule570
- when
- $acc : Account(accountId == "acc570")
- then
- System.out.println("rule570 fired");
-end
-
-rule rule571
- when
- $acc : Account(accountId == "acc571")
- then
- System.out.println("rule571 fired");
-end
-
-rule rule572
- when
- $acc : Account(accountId == "acc572")
- then
- System.out.println("rule572 fired");
-end
-
-rule rule573
- when
- $acc : Account(accountId == "acc573")
- then
- System.out.println("rule573 fired");
-end
-
-rule rule574
- when
- $acc : Account(accountId == "acc574")
- then
- System.out.println("rule574 fired");
-end
-
-rule rule575
- when
- $acc : Account(accountId == "acc575")
- then
- System.out.println("rule575 fired");
-end
-
-rule rule576
- when
- $acc : Account(accountId == "acc576")
- then
- System.out.println("rule576 fired");
-end
-
-rule rule577
- when
- $acc : Account(accountId == "acc577")
- then
- System.out.println("rule577 fired");
-end
-
-rule rule578
- when
- $acc : Account(accountId == "acc578")
- then
- System.out.println("rule578 fired");
-end
-
-rule rule579
- when
- $acc : Account(accountId == "acc579")
- then
- System.out.println("rule579 fired");
-end
-
-rule rule580
- when
- $acc : Account(accountId == "acc580")
- then
- System.out.println("rule580 fired");
-end
-
-rule rule581
- when
- $acc : Account(accountId == "acc581")
- then
- System.out.println("rule581 fired");
-end
-
-rule rule582
- when
- $acc : Account(accountId == "acc582")
- then
- System.out.println("rule582 fired");
-end
-
-rule rule583
- when
- $acc : Account(accountId == "acc583")
- then
- System.out.println("rule583 fired");
-end
-
-rule rule584
- when
- $acc : Account(accountId == "acc584")
- then
- System.out.println("rule584 fired");
-end
-
-rule rule585
- when
- $acc : Account(accountId == "acc585")
- then
- System.out.println("rule585 fired");
-end
-
-rule rule586
- when
- $acc : Account(accountId == "acc586")
- then
- System.out.println("rule586 fired");
-end
-
-rule rule587
- when
- $acc : Account(accountId == "acc587")
- then
- System.out.println("rule587 fired");
-end
-
-rule rule588
- when
- $acc : Account(accountId == "acc588")
- then
- System.out.println("rule588 fired");
-end
-
-rule rule589
- when
- $acc : Account(accountId == "acc589")
- then
- System.out.println("rule589 fired");
-end
-
-rule rule590
- when
- $acc : Account(accountId == "acc590")
- then
- System.out.println("rule590 fired");
-end
-
-rule rule591
- when
- $acc : Account(accountId == "acc591")
- then
- System.out.println("rule591 fired");
-end
-
-rule rule592
- when
- $acc : Account(accountId == "acc592")
- then
- System.out.println("rule592 fired");
-end
-
-rule rule593
- when
- $acc : Account(accountId == "acc593")
- then
- System.out.println("rule593 fired");
-end
-
-rule rule594
- when
- $acc : Account(accountId == "acc594")
- then
- System.out.println("rule594 fired");
-end
-
-rule rule595
- when
- $acc : Account(accountId == "acc595")
- then
- System.out.println("rule595 fired");
-end
-
-rule rule596
- when
- $acc : Account(accountId == "acc596")
- then
- System.out.println("rule596 fired");
-end
-
-rule rule597
- when
- $acc : Account(accountId == "acc597")
- then
- System.out.println("rule597 fired");
-end
-
-rule rule598
- when
- $acc : Account(accountId == "acc598")
- then
- System.out.println("rule598 fired");
-end
-
-rule rule599
- when
- $acc : Account(accountId == "acc599")
- then
- System.out.println("rule599 fired");
-end
-
-rule rule600
- when
- $acc : Account(accountId == "acc600")
- then
- System.out.println("rule600 fired");
-end
-
-rule rule601
- when
- $acc : Account(accountId == "acc601")
- then
- System.out.println("rule601 fired");
-end
-
-rule rule602
- when
- $acc : Account(accountId == "acc602")
- then
- System.out.println("rule602 fired");
-end
-
-rule rule603
- when
- $acc : Account(accountId == "acc603")
- then
- System.out.println("rule603 fired");
-end
-
-rule rule604
- when
- $acc : Account(accountId == "acc604")
- then
- System.out.println("rule604 fired");
-end
-
-rule rule605
- when
- $acc : Account(accountId == "acc605")
- then
- System.out.println("rule605 fired");
-end
-
-rule rule606
- when
- $acc : Account(accountId == "acc606")
- then
- System.out.println("rule606 fired");
-end
-
-rule rule607
- when
- $acc : Account(accountId == "acc607")
- then
- System.out.println("rule607 fired");
-end
-
-rule rule608
- when
- $acc : Account(accountId == "acc608")
- then
- System.out.println("rule608 fired");
-end
-
-rule rule609
- when
- $acc : Account(accountId == "acc609")
- then
- System.out.println("rule609 fired");
-end
-
-rule rule610
- when
- $acc : Account(accountId == "acc610")
- then
- System.out.println("rule610 fired");
-end
-
-rule rule611
- when
- $acc : Account(accountId == "acc611")
- then
- System.out.println("rule611 fired");
-end
-
-rule rule612
- when
- $acc : Account(accountId == "acc612")
- then
- System.out.println("rule612 fired");
-end
-
-rule rule613
- when
- $acc : Account(accountId == "acc613")
- then
- System.out.println("rule613 fired");
-end
-
-rule rule614
- when
- $acc : Account(accountId == "acc614")
- then
- System.out.println("rule614 fired");
-end
-
-rule rule615
- when
- $acc : Account(accountId == "acc615")
- then
- System.out.println("rule615 fired");
-end
-
-rule rule616
- when
- $acc : Account(accountId == "acc616")
- then
- System.out.println("rule616 fired");
-end
-
-rule rule617
- when
- $acc : Account(accountId == "acc617")
- then
- System.out.println("rule617 fired");
-end
-
-rule rule618
- when
- $acc : Account(accountId == "acc618")
- then
- System.out.println("rule618 fired");
-end
-
-rule rule619
- when
- $acc : Account(accountId == "acc619")
- then
- System.out.println("rule619 fired");
-end
-
-rule rule620
- when
- $acc : Account(accountId == "acc620")
- then
- System.out.println("rule620 fired");
-end
-
-rule rule621
- when
- $acc : Account(accountId == "acc621")
- then
- System.out.println("rule621 fired");
-end
-
-rule rule622
- when
- $acc : Account(accountId == "acc622")
- then
- System.out.println("rule622 fired");
-end
-
-rule rule623
- when
- $acc : Account(accountId == "acc623")
- then
- System.out.println("rule623 fired");
-end
-
-rule rule624
- when
- $acc : Account(accountId == "acc624")
- then
- System.out.println("rule624 fired");
-end
-
-rule rule625
- when
- $acc : Account(accountId == "acc625")
- then
- System.out.println("rule625 fired");
-end
-
-rule rule626
- when
- $acc : Account(accountId == "acc626")
- then
- System.out.println("rule626 fired");
-end
-
-rule rule627
- when
- $acc : Account(accountId == "acc627")
- then
- System.out.println("rule627 fired");
-end
-
-rule rule628
- when
- $acc : Account(accountId == "acc628")
- then
- System.out.println("rule628 fired");
-end
-
-rule rule629
- when
- $acc : Account(accountId == "acc629")
- then
- System.out.println("rule629 fired");
-end
-
-rule rule630
- when
- $acc : Account(accountId == "acc630")
- then
- System.out.println("rule630 fired");
-end
-
-rule rule631
- when
- $acc : Account(accountId == "acc631")
- then
- System.out.println("rule631 fired");
-end
-
-rule rule632
- when
- $acc : Account(accountId == "acc632")
- then
- System.out.println("rule632 fired");
-end
-
-rule rule633
- when
- $acc : Account(accountId == "acc633")
- then
- System.out.println("rule633 fired");
-end
-
-rule rule634
- when
- $acc : Account(accountId == "acc634")
- then
- System.out.println("rule634 fired");
-end
-
-rule rule635
- when
- $acc : Account(accountId == "acc635")
- then
- System.out.println("rule635 fired");
-end
-
-rule rule636
- when
- $acc : Account(accountId == "acc636")
- then
- System.out.println("rule636 fired");
-end
-
-rule rule637
- when
- $acc : Account(accountId == "acc637")
- then
- System.out.println("rule637 fired");
-end
-
-rule rule638
- when
- $acc : Account(accountId == "acc638")
- then
- System.out.println("rule638 fired");
-end
-
-rule rule639
- when
- $acc : Account(accountId == "acc639")
- then
- System.out.println("rule639 fired");
-end
-
-rule rule640
- when
- $acc : Account(accountId == "acc640")
- then
- System.out.println("rule640 fired");
-end
-
-rule rule641
- when
- $acc : Account(accountId == "acc641")
- then
- System.out.println("rule641 fired");
-end
-
-rule rule642
- when
- $acc : Account(accountId == "acc642")
- then
- System.out.println("rule642 fired");
-end
-
-rule rule643
- when
- $acc : Account(accountId == "acc643")
- then
- System.out.println("rule643 fired");
-end
-
-rule rule644
- when
- $acc : Account(accountId == "acc644")
- then
- System.out.println("rule644 fired");
-end
-
-rule rule645
- when
- $acc : Account(accountId == "acc645")
- then
- System.out.println("rule645 fired");
-end
-
-rule rule646
- when
- $acc : Account(accountId == "acc646")
- then
- System.out.println("rule646 fired");
-end
-
-rule rule647
- when
- $acc : Account(accountId == "acc647")
- then
- System.out.println("rule647 fired");
-end
-
-rule rule648
- when
- $acc : Account(accountId == "acc648")
- then
- System.out.println("rule648 fired");
-end
-
-rule rule649
- when
- $acc : Account(accountId == "acc649")
- then
- System.out.println("rule649 fired");
-end
-
-rule rule650
- when
- $acc : Account(accountId == "acc650")
- then
- System.out.println("rule650 fired");
-end
-
-rule rule651
- when
- $acc : Account(accountId == "acc651")
- then
- System.out.println("rule651 fired");
-end
-
-rule rule652
- when
- $acc : Account(accountId == "acc652")
- then
- System.out.println("rule652 fired");
-end
-
-rule rule653
- when
- $acc : Account(accountId == "acc653")
- then
- System.out.println("rule653 fired");
-end
-
-rule rule654
- when
- $acc : Account(accountId == "acc654")
- then
- System.out.println("rule654 fired");
-end
-
-rule rule655
- when
- $acc : Account(accountId == "acc655")
- then
- System.out.println("rule655 fired");
-end
-
-rule rule656
- when
- $acc : Account(accountId == "acc656")
- then
- System.out.println("rule656 fired");
-end
-
-rule rule657
- when
- $acc : Account(accountId == "acc657")
- then
- System.out.println("rule657 fired");
-end
-
-rule rule658
- when
- $acc : Account(accountId == "acc658")
- then
- System.out.println("rule658 fired");
-end
-
-rule rule659
- when
- $acc : Account(accountId == "acc659")
- then
- System.out.println("rule659 fired");
-end
-
-rule rule660
- when
- $acc : Account(accountId == "acc660")
- then
- System.out.println("rule660 fired");
-end
-
-rule rule661
- when
- $acc : Account(accountId == "acc661")
- then
- System.out.println("rule661 fired");
-end
-
-rule rule662
- when
- $acc : Account(accountId == "acc662")
- then
- System.out.println("rule662 fired");
-end
-
-rule rule663
- when
- $acc : Account(accountId == "acc663")
- then
- System.out.println("rule663 fired");
-end
-
-rule rule664
- when
- $acc : Account(accountId == "acc664")
- then
- System.out.println("rule664 fired");
-end
-
-rule rule665
- when
- $acc : Account(accountId == "acc665")
- then
- System.out.println("rule665 fired");
-end
-
-rule rule666
- when
- $acc : Account(accountId == "acc666")
- then
- System.out.println("rule666 fired");
-end
-
-rule rule667
- when
- $acc : Account(accountId == "acc667")
- then
- System.out.println("rule667 fired");
-end
-
-rule rule668
- when
- $acc : Account(accountId == "acc668")
- then
- System.out.println("rule668 fired");
-end
-
-rule rule669
- when
- $acc : Account(accountId == "acc669")
- then
- System.out.println("rule669 fired");
-end
-
-rule rule670
- when
- $acc : Account(accountId == "acc670")
- then
- System.out.println("rule670 fired");
-end
-
-rule rule671
- when
- $acc : Account(accountId == "acc671")
- then
- System.out.println("rule671 fired");
-end
-
-rule rule672
- when
- $acc : Account(accountId == "acc672")
- then
- System.out.println("rule672 fired");
-end
-
-rule rule673
- when
- $acc : Account(accountId == "acc673")
- then
- System.out.println("rule673 fired");
-end
-
-rule rule674
- when
- $acc : Account(accountId == "acc674")
- then
- System.out.println("rule674 fired");
-end
-
-rule rule675
- when
- $acc : Account(accountId == "acc675")
- then
- System.out.println("rule675 fired");
-end
-
-rule rule676
- when
- $acc : Account(accountId == "acc676")
- then
- System.out.println("rule676 fired");
-end
-
-rule rule677
- when
- $acc : Account(accountId == "acc677")
- then
- System.out.println("rule677 fired");
-end
-
-rule rule678
- when
- $acc : Account(accountId == "acc678")
- then
- System.out.println("rule678 fired");
-end
-
-rule rule679
- when
- $acc : Account(accountId == "acc679")
- then
- System.out.println("rule679 fired");
-end
-
-rule rule680
- when
- $acc : Account(accountId == "acc680")
- then
- System.out.println("rule680 fired");
-end
-
-rule rule681
- when
- $acc : Account(accountId == "acc681")
- then
- System.out.println("rule681 fired");
-end
-
-rule rule682
- when
- $acc : Account(accountId == "acc682")
- then
- System.out.println("rule682 fired");
-end
-
-rule rule683
- when
- $acc : Account(accountId == "acc683")
- then
- System.out.println("rule683 fired");
-end
-
-rule rule684
- when
- $acc : Account(accountId == "acc684")
- then
- System.out.println("rule684 fired");
-end
-
-rule rule685
- when
- $acc : Account(accountId == "acc685")
- then
- System.out.println("rule685 fired");
-end
-
-rule rule686
- when
- $acc : Account(accountId == "acc686")
- then
- System.out.println("rule686 fired");
-end
-
-rule rule687
- when
- $acc : Account(accountId == "acc687")
- then
- System.out.println("rule687 fired");
-end
-
-rule rule688
- when
- $acc : Account(accountId == "acc688")
- then
- System.out.println("rule688 fired");
-end
-
-rule rule689
- when
- $acc : Account(accountId == "acc689")
- then
- System.out.println("rule689 fired");
-end
-
-rule rule690
- when
- $acc : Account(accountId == "acc690")
- then
- System.out.println("rule690 fired");
-end
-
-rule rule691
- when
- $acc : Account(accountId == "acc691")
- then
- System.out.println("rule691 fired");
-end
-
-rule rule692
- when
- $acc : Account(accountId == "acc692")
- then
- System.out.println("rule692 fired");
-end
-
-rule rule693
- when
- $acc : Account(accountId == "acc693")
- then
- System.out.println("rule693 fired");
-end
-
-rule rule694
- when
- $acc : Account(accountId == "acc694")
- then
- System.out.println("rule694 fired");
-end
-
-rule rule695
- when
- $acc : Account(accountId == "acc695")
- then
- System.out.println("rule695 fired");
-end
-
-rule rule696
- when
- $acc : Account(accountId == "acc696")
- then
- System.out.println("rule696 fired");
-end
-
-rule rule697
- when
- $acc : Account(accountId == "acc697")
- then
- System.out.println("rule697 fired");
-end
-
-rule rule698
- when
- $acc : Account(accountId == "acc698")
- then
- System.out.println("rule698 fired");
-end
-
-rule rule699
- when
- $acc : Account(accountId == "acc699")
- then
- System.out.println("rule699 fired");
-end
-
-rule rule700
- when
- $acc : Account(accountId == "acc700")
- then
- System.out.println("rule700 fired");
-end
-
-rule rule701
- when
- $acc : Account(accountId == "acc701")
- then
- System.out.println("rule701 fired");
-end
-
-rule rule702
- when
- $acc : Account(accountId == "acc702")
- then
- System.out.println("rule702 fired");
-end
-
-rule rule703
- when
- $acc : Account(accountId == "acc703")
- then
- System.out.println("rule703 fired");
-end
-
-rule rule704
- when
- $acc : Account(accountId == "acc704")
- then
- System.out.println("rule704 fired");
-end
-
-rule rule705
- when
- $acc : Account(accountId == "acc705")
- then
- System.out.println("rule705 fired");
-end
-
-rule rule706
- when
- $acc : Account(accountId == "acc706")
- then
- System.out.println("rule706 fired");
-end
-
-rule rule707
- when
- $acc : Account(accountId == "acc707")
- then
- System.out.println("rule707 fired");
-end
-
-rule rule708
- when
- $acc : Account(accountId == "acc708")
- then
- System.out.println("rule708 fired");
-end
-
-rule rule709
- when
- $acc : Account(accountId == "acc709")
- then
- System.out.println("rule709 fired");
-end
-
-rule rule710
- when
- $acc : Account(accountId == "acc710")
- then
- System.out.println("rule710 fired");
-end
-
-rule rule711
- when
- $acc : Account(accountId == "acc711")
- then
- System.out.println("rule711 fired");
-end
-
-rule rule712
- when
- $acc : Account(accountId == "acc712")
- then
- System.out.println("rule712 fired");
-end
-
-rule rule713
- when
- $acc : Account(accountId == "acc713")
- then
- System.out.println("rule713 fired");
-end
-
-rule rule714
- when
- $acc : Account(accountId == "acc714")
- then
- System.out.println("rule714 fired");
-end
-
-rule rule715
- when
- $acc : Account(accountId == "acc715")
- then
- System.out.println("rule715 fired");
-end
-
-rule rule716
- when
- $acc : Account(accountId == "acc716")
- then
- System.out.println("rule716 fired");
-end
-
-rule rule717
- when
- $acc : Account(accountId == "acc717")
- then
- System.out.println("rule717 fired");
-end
-
-rule rule718
- when
- $acc : Account(accountId == "acc718")
- then
- System.out.println("rule718 fired");
-end
-
-rule rule719
- when
- $acc : Account(accountId == "acc719")
- then
- System.out.println("rule719 fired");
-end
-
-rule rule720
- when
- $acc : Account(accountId == "acc720")
- then
- System.out.println("rule720 fired");
-end
-
-rule rule721
- when
- $acc : Account(accountId == "acc721")
- then
- System.out.println("rule721 fired");
-end
-
-rule rule722
- when
- $acc : Account(accountId == "acc722")
- then
- System.out.println("rule722 fired");
-end
-
-rule rule723
- when
- $acc : Account(accountId == "acc723")
- then
- System.out.println("rule723 fired");
-end
-
-rule rule724
- when
- $acc : Account(accountId == "acc724")
- then
- System.out.println("rule724 fired");
-end
-
-rule rule725
- when
- $acc : Account(accountId == "acc725")
- then
- System.out.println("rule725 fired");
-end
-
-rule rule726
- when
- $acc : Account(accountId == "acc726")
- then
- System.out.println("rule726 fired");
-end
-
-rule rule727
- when
- $acc : Account(accountId == "acc727")
- then
- System.out.println("rule727 fired");
-end
-
-rule rule728
- when
- $acc : Account(accountId == "acc728")
- then
- System.out.println("rule728 fired");
-end
-
-rule rule729
- when
- $acc : Account(accountId == "acc729")
- then
- System.out.println("rule729 fired");
-end
-
-rule rule730
- when
- $acc : Account(accountId == "acc730")
- then
- System.out.println("rule730 fired");
-end
-
-rule rule731
- when
- $acc : Account(accountId == "acc731")
- then
- System.out.println("rule731 fired");
-end
-
-rule rule732
- when
- $acc : Account(accountId == "acc732")
- then
- System.out.println("rule732 fired");
-end
-
-rule rule733
- when
- $acc : Account(accountId == "acc733")
- then
- System.out.println("rule733 fired");
-end
-
-rule rule734
- when
- $acc : Account(accountId == "acc734")
- then
- System.out.println("rule734 fired");
-end
-
-rule rule735
- when
- $acc : Account(accountId == "acc735")
- then
- System.out.println("rule735 fired");
-end
-
-rule rule736
- when
- $acc : Account(accountId == "acc736")
- then
- System.out.println("rule736 fired");
-end
-
-rule rule737
- when
- $acc : Account(accountId == "acc737")
- then
- System.out.println("rule737 fired");
-end
-
-rule rule738
- when
- $acc : Account(accountId == "acc738")
- then
- System.out.println("rule738 fired");
-end
-
-rule rule739
- when
- $acc : Account(accountId == "acc739")
- then
- System.out.println("rule739 fired");
-end
-
-rule rule740
- when
- $acc : Account(accountId == "acc740")
- then
- System.out.println("rule740 fired");
-end
-
-rule rule741
- when
- $acc : Account(accountId == "acc741")
- then
- System.out.println("rule741 fired");
-end
-
-rule rule742
- when
- $acc : Account(accountId == "acc742")
- then
- System.out.println("rule742 fired");
-end
-
-rule rule743
- when
- $acc : Account(accountId == "acc743")
- then
- System.out.println("rule743 fired");
-end
-
-rule rule744
- when
- $acc : Account(accountId == "acc744")
- then
- System.out.println("rule744 fired");
-end
-
-rule rule745
- when
- $acc : Account(accountId == "acc745")
- then
- System.out.println("rule745 fired");
-end
-
-rule rule746
- when
- $acc : Account(accountId == "acc746")
- then
- System.out.println("rule746 fired");
-end
-
-rule rule747
- when
- $acc : Account(accountId == "acc747")
- then
- System.out.println("rule747 fired");
-end
-
-rule rule748
- when
- $acc : Account(accountId == "acc748")
- then
- System.out.println("rule748 fired");
-end
-
-rule rule749
- when
- $acc : Account(accountId == "acc749")
- then
- System.out.println("rule749 fired");
-end
-
-rule rule750
- when
- $acc : Account(accountId == "acc750")
- then
- System.out.println("rule750 fired");
-end
-
-rule rule751
- when
- $acc : Account(accountId == "acc751")
- then
- System.out.println("rule751 fired");
-end
-
-rule rule752
- when
- $acc : Account(accountId == "acc752")
- then
- System.out.println("rule752 fired");
-end
-
-rule rule753
- when
- $acc : Account(accountId == "acc753")
- then
- System.out.println("rule753 fired");
-end
-
-rule rule754
- when
- $acc : Account(accountId == "acc754")
- then
- System.out.println("rule754 fired");
-end
-
-rule rule755
- when
- $acc : Account(accountId == "acc755")
- then
- System.out.println("rule755 fired");
-end
-
-rule rule756
- when
- $acc : Account(accountId == "acc756")
- then
- System.out.println("rule756 fired");
-end
-
-rule rule757
- when
- $acc : Account(accountId == "acc757")
- then
- System.out.println("rule757 fired");
-end
-
-rule rule758
- when
- $acc : Account(accountId == "acc758")
- then
- System.out.println("rule758 fired");
-end
-
-rule rule759
- when
- $acc : Account(accountId == "acc759")
- then
- System.out.println("rule759 fired");
-end
-
-rule rule760
- when
- $acc : Account(accountId == "acc760")
- then
- System.out.println("rule760 fired");
-end
-
-rule rule761
- when
- $acc : Account(accountId == "acc761")
- then
- System.out.println("rule761 fired");
-end
-
-rule rule762
- when
- $acc : Account(accountId == "acc762")
- then
- System.out.println("rule762 fired");
-end
-
-rule rule763
- when
- $acc : Account(accountId == "acc763")
- then
- System.out.println("rule763 fired");
-end
-
-rule rule764
- when
- $acc : Account(accountId == "acc764")
- then
- System.out.println("rule764 fired");
-end
-
-rule rule765
- when
- $acc : Account(accountId == "acc765")
- then
- System.out.println("rule765 fired");
-end
-
-rule rule766
- when
- $acc : Account(accountId == "acc766")
- then
- System.out.println("rule766 fired");
-end
-
-rule rule767
- when
- $acc : Account(accountId == "acc767")
- then
- System.out.println("rule767 fired");
-end
-
-rule rule768
- when
- $acc : Account(accountId == "acc768")
- then
- System.out.println("rule768 fired");
-end
-
-rule rule769
- when
- $acc : Account(accountId == "acc769")
- then
- System.out.println("rule769 fired");
-end
-
-rule rule770
- when
- $acc : Account(accountId == "acc770")
- then
- System.out.println("rule770 fired");
-end
-
-rule rule771
- when
- $acc : Account(accountId == "acc771")
- then
- System.out.println("rule771 fired");
-end
-
-rule rule772
- when
- $acc : Account(accountId == "acc772")
- then
- System.out.println("rule772 fired");
-end
-
-rule rule773
- when
- $acc : Account(accountId == "acc773")
- then
- System.out.println("rule773 fired");
-end
-
-rule rule774
- when
- $acc : Account(accountId == "acc774")
- then
- System.out.println("rule774 fired");
-end
-
-rule rule775
- when
- $acc : Account(accountId == "acc775")
- then
- System.out.println("rule775 fired");
-end
-
-rule rule776
- when
- $acc : Account(accountId == "acc776")
- then
- System.out.println("rule776 fired");
-end
-
-rule rule777
- when
- $acc : Account(accountId == "acc777")
- then
- System.out.println("rule777 fired");
-end
-
-rule rule778
- when
- $acc : Account(accountId == "acc778")
- then
- System.out.println("rule778 fired");
-end
-
-rule rule779
- when
- $acc : Account(accountId == "acc779")
- then
- System.out.println("rule779 fired");
-end
-
-rule rule780
- when
- $acc : Account(accountId == "acc780")
- then
- System.out.println("rule780 fired");
-end
-
-rule rule781
- when
- $acc : Account(accountId == "acc781")
- then
- System.out.println("rule781 fired");
-end
-
-rule rule782
- when
- $acc : Account(accountId == "acc782")
- then
- System.out.println("rule782 fired");
-end
-
-rule rule783
- when
- $acc : Account(accountId == "acc783")
- then
- System.out.println("rule783 fired");
-end
-
-rule rule784
- when
- $acc : Account(accountId == "acc784")
- then
- System.out.println("rule784 fired");
-end
-
-rule rule785
- when
- $acc : Account(accountId == "acc785")
- then
- System.out.println("rule785 fired");
-end
-
-rule rule786
- when
- $acc : Account(accountId == "acc786")
- then
- System.out.println("rule786 fired");
-end
-
-rule rule787
- when
- $acc : Account(accountId == "acc787")
- then
- System.out.println("rule787 fired");
-end
-
-rule rule788
- when
- $acc : Account(accountId == "acc788")
- then
- System.out.println("rule788 fired");
-end
-
-rule rule789
- when
- $acc : Account(accountId == "acc789")
- then
- System.out.println("rule789 fired");
-end
-
-rule rule790
- when
- $acc : Account(accountId == "acc790")
- then
- System.out.println("rule790 fired");
-end
-
-rule rule791
- when
- $acc : Account(accountId == "acc791")
- then
- System.out.println("rule791 fired");
-end
-
-rule rule792
- when
- $acc : Account(accountId == "acc792")
- then
- System.out.println("rule792 fired");
-end
-
-rule rule793
- when
- $acc : Account(accountId == "acc793")
- then
- System.out.println("rule793 fired");
-end
-
-rule rule794
- when
- $acc : Account(accountId == "acc794")
- then
- System.out.println("rule794 fired");
-end
-
-rule rule795
- when
- $acc : Account(accountId == "acc795")
- then
- System.out.println("rule795 fired");
-end
-
-rule rule796
- when
- $acc : Account(accountId == "acc796")
- then
- System.out.println("rule796 fired");
-end
-
-rule rule797
- when
- $acc : Account(accountId == "acc797")
- then
- System.out.println("rule797 fired");
-end
-
-rule rule798
- when
- $acc : Account(accountId == "acc798")
- then
- System.out.println("rule798 fired");
-end
-
-rule rule799
- when
- $acc : Account(accountId == "acc799")
- then
- System.out.println("rule799 fired");
-end
-
-rule rule800
- when
- $acc : Account(accountId == "acc800")
- then
- System.out.println("rule800 fired");
-end
-
-rule rule801
- when
- $acc : Account(accountId == "acc801")
- then
- System.out.println("rule801 fired");
-end
-
-rule rule802
- when
- $acc : Account(accountId == "acc802")
- then
- System.out.println("rule802 fired");
-end
-
-rule rule803
- when
- $acc : Account(accountId == "acc803")
- then
- System.out.println("rule803 fired");
-end
-
-rule rule804
- when
- $acc : Account(accountId == "acc804")
- then
- System.out.println("rule804 fired");
-end
-
-rule rule805
- when
- $acc : Account(accountId == "acc805")
- then
- System.out.println("rule805 fired");
-end
-
-rule rule806
- when
- $acc : Account(accountId == "acc806")
- then
- System.out.println("rule806 fired");
-end
-
-rule rule807
- when
- $acc : Account(accountId == "acc807")
- then
- System.out.println("rule807 fired");
-end
-
-rule rule808
- when
- $acc : Account(accountId == "acc808")
- then
- System.out.println("rule808 fired");
-end
-
-rule rule809
- when
- $acc : Account(accountId == "acc809")
- then
- System.out.println("rule809 fired");
-end
-
-rule rule810
- when
- $acc : Account(accountId == "acc810")
- then
- System.out.println("rule810 fired");
-end
-
-rule rule811
- when
- $acc : Account(accountId == "acc811")
- then
- System.out.println("rule811 fired");
-end
-
-rule rule812
- when
- $acc : Account(accountId == "acc812")
- then
- System.out.println("rule812 fired");
-end
-
-rule rule813
- when
- $acc : Account(accountId == "acc813")
- then
- System.out.println("rule813 fired");
-end
-
-rule rule814
- when
- $acc : Account(accountId == "acc814")
- then
- System.out.println("rule814 fired");
-end
-
-rule rule815
- when
- $acc : Account(accountId == "acc815")
- then
- System.out.println("rule815 fired");
-end
-
-rule rule816
- when
- $acc : Account(accountId == "acc816")
- then
- System.out.println("rule816 fired");
-end
-
-rule rule817
- when
- $acc : Account(accountId == "acc817")
- then
- System.out.println("rule817 fired");
-end
-
-rule rule818
- when
- $acc : Account(accountId == "acc818")
- then
- System.out.println("rule818 fired");
-end
-
-rule rule819
- when
- $acc : Account(accountId == "acc819")
- then
- System.out.println("rule819 fired");
-end
-
-rule rule820
- when
- $acc : Account(accountId == "acc820")
- then
- System.out.println("rule820 fired");
-end
-
-rule rule821
- when
- $acc : Account(accountId == "acc821")
- then
- System.out.println("rule821 fired");
-end
-
-rule rule822
- when
- $acc : Account(accountId == "acc822")
- then
- System.out.println("rule822 fired");
-end
-
-rule rule823
- when
- $acc : Account(accountId == "acc823")
- then
- System.out.println("rule823 fired");
-end
-
-rule rule824
- when
- $acc : Account(accountId == "acc824")
- then
- System.out.println("rule824 fired");
-end
-
-rule rule825
- when
- $acc : Account(accountId == "acc825")
- then
- System.out.println("rule825 fired");
-end
-
-rule rule826
- when
- $acc : Account(accountId == "acc826")
- then
- System.out.println("rule826 fired");
-end
-
-rule rule827
- when
- $acc : Account(accountId == "acc827")
- then
- System.out.println("rule827 fired");
-end
-
-rule rule828
- when
- $acc : Account(accountId == "acc828")
- then
- System.out.println("rule828 fired");
-end
-
-rule rule829
- when
- $acc : Account(accountId == "acc829")
- then
- System.out.println("rule829 fired");
-end
-
-rule rule830
- when
- $acc : Account(accountId == "acc830")
- then
- System.out.println("rule830 fired");
-end
-
-rule rule831
- when
- $acc : Account(accountId == "acc831")
- then
- System.out.println("rule831 fired");
-end
-
-rule rule832
- when
- $acc : Account(accountId == "acc832")
- then
- System.out.println("rule832 fired");
-end
-
-rule rule833
- when
- $acc : Account(accountId == "acc833")
- then
- System.out.println("rule833 fired");
-end
-
-rule rule834
- when
- $acc : Account(accountId == "acc834")
- then
- System.out.println("rule834 fired");
-end
-
-rule rule835
- when
- $acc : Account(accountId == "acc835")
- then
- System.out.println("rule835 fired");
-end
-
-rule rule836
- when
- $acc : Account(accountId == "acc836")
- then
- System.out.println("rule836 fired");
-end
-
-rule rule837
- when
- $acc : Account(accountId == "acc837")
- then
- System.out.println("rule837 fired");
-end
-
-rule rule838
- when
- $acc : Account(accountId == "acc838")
- then
- System.out.println("rule838 fired");
-end
-
-rule rule839
- when
- $acc : Account(accountId == "acc839")
- then
- System.out.println("rule839 fired");
-end
-
-rule rule840
- when
- $acc : Account(accountId == "acc840")
- then
- System.out.println("rule840 fired");
-end
-
-rule rule841
- when
- $acc : Account(accountId == "acc841")
- then
- System.out.println("rule841 fired");
-end
-
-rule rule842
- when
- $acc : Account(accountId == "acc842")
- then
- System.out.println("rule842 fired");
-end
-
-rule rule843
- when
- $acc : Account(accountId == "acc843")
- then
- System.out.println("rule843 fired");
-end
-
-rule rule844
- when
- $acc : Account(accountId == "acc844")
- then
- System.out.println("rule844 fired");
-end
-
-rule rule845
- when
- $acc : Account(accountId == "acc845")
- then
- System.out.println("rule845 fired");
-end
-
-rule rule846
- when
- $acc : Account(accountId == "acc846")
- then
- System.out.println("rule846 fired");
-end
-
-rule rule847
- when
- $acc : Account(accountId == "acc847")
- then
- System.out.println("rule847 fired");
-end
-
-rule rule848
- when
- $acc : Account(accountId == "acc848")
- then
- System.out.println("rule848 fired");
-end
-
-rule rule849
- when
- $acc : Account(accountId == "acc849")
- then
- System.out.println("rule849 fired");
-end
-
-rule rule850
- when
- $acc : Account(accountId == "acc850")
- then
- System.out.println("rule850 fired");
-end
-
-rule rule851
- when
- $acc : Account(accountId == "acc851")
- then
- System.out.println("rule851 fired");
-end
-
-rule rule852
- when
- $acc : Account(accountId == "acc852")
- then
- System.out.println("rule852 fired");
-end
-
-rule rule853
- when
- $acc : Account(accountId == "acc853")
- then
- System.out.println("rule853 fired");
-end
-
-rule rule854
- when
- $acc : Account(accountId == "acc854")
- then
- System.out.println("rule854 fired");
-end
-
-rule rule855
- when
- $acc : Account(accountId == "acc855")
- then
- System.out.println("rule855 fired");
-end
-
-rule rule856
- when
- $acc : Account(accountId == "acc856")
- then
- System.out.println("rule856 fired");
-end
-
-rule rule857
- when
- $acc : Account(accountId == "acc857")
- then
- System.out.println("rule857 fired");
-end
-
-rule rule858
- when
- $acc : Account(accountId == "acc858")
- then
- System.out.println("rule858 fired");
-end
-
-rule rule859
- when
- $acc : Account(accountId == "acc859")
- then
- System.out.println("rule859 fired");
-end
-
-rule rule860
- when
- $acc : Account(accountId == "acc860")
- then
- System.out.println("rule860 fired");
-end
-
-rule rule861
- when
- $acc : Account(accountId == "acc861")
- then
- System.out.println("rule861 fired");
-end
-
-rule rule862
- when
- $acc : Account(accountId == "acc862")
- then
- System.out.println("rule862 fired");
-end
-
-rule rule863
- when
- $acc : Account(accountId == "acc863")
- then
- System.out.println("rule863 fired");
-end
-
-rule rule864
- when
- $acc : Account(accountId == "acc864")
- then
- System.out.println("rule864 fired");
-end
-
-rule rule865
- when
- $acc : Account(accountId == "acc865")
- then
- System.out.println("rule865 fired");
-end
-
-rule rule866
- when
- $acc : Account(accountId == "acc866")
- then
- System.out.println("rule866 fired");
-end
-
-rule rule867
- when
- $acc : Account(accountId == "acc867")
- then
- System.out.println("rule867 fired");
-end
-
-rule rule868
- when
- $acc : Account(accountId == "acc868")
- then
- System.out.println("rule868 fired");
-end
-
-rule rule869
- when
- $acc : Account(accountId == "acc869")
- then
- System.out.println("rule869 fired");
-end
-
-rule rule870
- when
- $acc : Account(accountId == "acc870")
- then
- System.out.println("rule870 fired");
-end
-
-rule rule871
- when
- $acc : Account(accountId == "acc871")
- then
- System.out.println("rule871 fired");
-end
-
-rule rule872
- when
- $acc : Account(accountId == "acc872")
- then
- System.out.println("rule872 fired");
-end
-
-rule rule873
- when
- $acc : Account(accountId == "acc873")
- then
- System.out.println("rule873 fired");
-end
-
-rule rule874
- when
- $acc : Account(accountId == "acc874")
- then
- System.out.println("rule874 fired");
-end
-
-rule rule875
- when
- $acc : Account(accountId == "acc875")
- then
- System.out.println("rule875 fired");
-end
-
-rule rule876
- when
- $acc : Account(accountId == "acc876")
- then
- System.out.println("rule876 fired");
-end
-
-rule rule877
- when
- $acc : Account(accountId == "acc877")
- then
- System.out.println("rule877 fired");
-end
-
-rule rule878
- when
- $acc : Account(accountId == "acc878")
- then
- System.out.println("rule878 fired");
-end
-
-rule rule879
- when
- $acc : Account(accountId == "acc879")
- then
- System.out.println("rule879 fired");
-end
-
-rule rule880
- when
- $acc : Account(accountId == "acc880")
- then
- System.out.println("rule880 fired");
-end
-
-rule rule881
- when
- $acc : Account(accountId == "acc881")
- then
- System.out.println("rule881 fired");
-end
-
-rule rule882
- when
- $acc : Account(accountId == "acc882")
- then
- System.out.println("rule882 fired");
-end
-
-rule rule883
- when
- $acc : Account(accountId == "acc883")
- then
- System.out.println("rule883 fired");
-end
-
-rule rule884
- when
- $acc : Account(accountId == "acc884")
- then
- System.out.println("rule884 fired");
-end
-
-rule rule885
- when
- $acc : Account(accountId == "acc885")
- then
- System.out.println("rule885 fired");
-end
-
-rule rule886
- when
- $acc : Account(accountId == "acc886")
- then
- System.out.println("rule886 fired");
-end
-
-rule rule887
- when
- $acc : Account(accountId == "acc887")
- then
- System.out.println("rule887 fired");
-end
-
-rule rule888
- when
- $acc : Account(accountId == "acc888")
- then
- System.out.println("rule888 fired");
-end
-
-rule rule889
- when
- $acc : Account(accountId == "acc889")
- then
- System.out.println("rule889 fired");
-end
-
-rule rule890
- when
- $acc : Account(accountId == "acc890")
- then
- System.out.println("rule890 fired");
-end
-
-rule rule891
- when
- $acc : Account(accountId == "acc891")
- then
- System.out.println("rule891 fired");
-end
-
-rule rule892
- when
- $acc : Account(accountId == "acc892")
- then
- System.out.println("rule892 fired");
-end
-
-rule rule893
- when
- $acc : Account(accountId == "acc893")
- then
- System.out.println("rule893 fired");
-end
-
-rule rule894
- when
- $acc : Account(accountId == "acc894")
- then
- System.out.println("rule894 fired");
-end
-
-rule rule895
- when
- $acc : Account(accountId == "acc895")
- then
- System.out.println("rule895 fired");
-end
-
-rule rule896
- when
- $acc : Account(accountId == "acc896")
- then
- System.out.println("rule896 fired");
-end
-
-rule rule897
- when
- $acc : Account(accountId == "acc897")
- then
- System.out.println("rule897 fired");
-end
-
-rule rule898
- when
- $acc : Account(accountId == "acc898")
- then
- System.out.println("rule898 fired");
-end
-
-rule rule899
- when
- $acc : Account(accountId == "acc899")
- then
- System.out.println("rule899 fired");
-end
-
-rule rule900
- when
- $acc : Account(accountId == "acc900")
- then
- System.out.println("rule900 fired");
-end
-
-rule rule901
- when
- $acc : Account(accountId == "acc901")
- then
- System.out.println("rule901 fired");
-end
-
-rule rule902
- when
- $acc : Account(accountId == "acc902")
- then
- System.out.println("rule902 fired");
-end
-
-rule rule903
- when
- $acc : Account(accountId == "acc903")
- then
- System.out.println("rule903 fired");
-end
-
-rule rule904
- when
- $acc : Account(accountId == "acc904")
- then
- System.out.println("rule904 fired");
-end
-
-rule rule905
- when
- $acc : Account(accountId == "acc905")
- then
- System.out.println("rule905 fired");
-end
-
-rule rule906
- when
- $acc : Account(accountId == "acc906")
- then
- System.out.println("rule906 fired");
-end
-
-rule rule907
- when
- $acc : Account(accountId == "acc907")
- then
- System.out.println("rule907 fired");
-end
-
-rule rule908
- when
- $acc : Account(accountId == "acc908")
- then
- System.out.println("rule908 fired");
-end
-
-rule rule909
- when
- $acc : Account(accountId == "acc909")
- then
- System.out.println("rule909 fired");
-end
-
-rule rule910
- when
- $acc : Account(accountId == "acc910")
- then
- System.out.println("rule910 fired");
-end
-
-rule rule911
- when
- $acc : Account(accountId == "acc911")
- then
- System.out.println("rule911 fired");
-end
-
-rule rule912
- when
- $acc : Account(accountId == "acc912")
- then
- System.out.println("rule912 fired");
-end
-
-rule rule913
- when
- $acc : Account(accountId == "acc913")
- then
- System.out.println("rule913 fired");
-end
-
-rule rule914
- when
- $acc : Account(accountId == "acc914")
- then
- System.out.println("rule914 fired");
-end
-
-rule rule915
- when
- $acc : Account(accountId == "acc915")
- then
- System.out.println("rule915 fired");
-end
-
-rule rule916
- when
- $acc : Account(accountId == "acc916")
- then
- System.out.println("rule916 fired");
-end
-
-rule rule917
- when
- $acc : Account(accountId == "acc917")
- then
- System.out.println("rule917 fired");
-end
-
-rule rule918
- when
- $acc : Account(accountId == "acc918")
- then
- System.out.println("rule918 fired");
-end
-
-rule rule919
- when
- $acc : Account(accountId == "acc919")
- then
- System.out.println("rule919 fired");
-end
-
-rule rule920
- when
- $acc : Account(accountId == "acc920")
- then
- System.out.println("rule920 fired");
-end
-
-rule rule921
- when
- $acc : Account(accountId == "acc921")
- then
- System.out.println("rule921 fired");
-end
-
-rule rule922
- when
- $acc : Account(accountId == "acc922")
- then
- System.out.println("rule922 fired");
-end
-
-rule rule923
- when
- $acc : Account(accountId == "acc923")
- then
- System.out.println("rule923 fired");
-end
-
-rule rule924
- when
- $acc : Account(accountId == "acc924")
- then
- System.out.println("rule924 fired");
-end
-
-rule rule925
- when
- $acc : Account(accountId == "acc925")
- then
- System.out.println("rule925 fired");
-end
-
-rule rule926
- when
- $acc : Account(accountId == "acc926")
- then
- System.out.println("rule926 fired");
-end
-
-rule rule927
- when
- $acc : Account(accountId == "acc927")
- then
- System.out.println("rule927 fired");
-end
-
-rule rule928
- when
- $acc : Account(accountId == "acc928")
- then
- System.out.println("rule928 fired");
-end
-
-rule rule929
- when
- $acc : Account(accountId == "acc929")
- then
- System.out.println("rule929 fired");
-end
-
-rule rule930
- when
- $acc : Account(accountId == "acc930")
- then
- System.out.println("rule930 fired");
-end
-
-rule rule931
- when
- $acc : Account(accountId == "acc931")
- then
- System.out.println("rule931 fired");
-end
-
-rule rule932
- when
- $acc : Account(accountId == "acc932")
- then
- System.out.println("rule932 fired");
-end
-
-rule rule933
- when
- $acc : Account(accountId == "acc933")
- then
- System.out.println("rule933 fired");
-end
-
-rule rule934
- when
- $acc : Account(accountId == "acc934")
- then
- System.out.println("rule934 fired");
-end
-
-rule rule935
- when
- $acc : Account(accountId == "acc935")
- then
- System.out.println("rule935 fired");
-end
-
-rule rule936
- when
- $acc : Account(accountId == "acc936")
- then
- System.out.println("rule936 fired");
-end
-
-rule rule937
- when
- $acc : Account(accountId == "acc937")
- then
- System.out.println("rule937 fired");
-end
-
-rule rule938
- when
- $acc : Account(accountId == "acc938")
- then
- System.out.println("rule938 fired");
-end
-
-rule rule939
- when
- $acc : Account(accountId == "acc939")
- then
- System.out.println("rule939 fired");
-end
-
-rule rule940
- when
- $acc : Account(accountId == "acc940")
- then
- System.out.println("rule940 fired");
-end
-
-rule rule941
- when
- $acc : Account(accountId == "acc941")
- then
- System.out.println("rule941 fired");
-end
-
-rule rule942
- when
- $acc : Account(accountId == "acc942")
- then
- System.out.println("rule942 fired");
-end
-
-rule rule943
- when
- $acc : Account(accountId == "acc943")
- then
- System.out.println("rule943 fired");
-end
-
-rule rule944
- when
- $acc : Account(accountId == "acc944")
- then
- System.out.println("rule944 fired");
-end
-
-rule rule945
- when
- $acc : Account(accountId == "acc945")
- then
- System.out.println("rule945 fired");
-end
-
-rule rule946
- when
- $acc : Account(accountId == "acc946")
- then
- System.out.println("rule946 fired");
-end
-
-rule rule947
- when
- $acc : Account(accountId == "acc947")
- then
- System.out.println("rule947 fired");
-end
-
-rule rule948
- when
- $acc : Account(accountId == "acc948")
- then
- System.out.println("rule948 fired");
-end
-
-rule rule949
- when
- $acc : Account(accountId == "acc949")
- then
- System.out.println("rule949 fired");
-end
-
-rule rule950
- when
- $acc : Account(accountId == "acc950")
- then
- System.out.println("rule950 fired");
-end
-
-rule rule951
- when
- $acc : Account(accountId == "acc951")
- then
- System.out.println("rule951 fired");
-end
-
-rule rule952
- when
- $acc : Account(accountId == "acc952")
- then
- System.out.println("rule952 fired");
-end
-
-rule rule953
- when
- $acc : Account(accountId == "acc953")
- then
- System.out.println("rule953 fired");
-end
-
-rule rule954
- when
- $acc : Account(accountId == "acc954")
- then
- System.out.println("rule954 fired");
-end
-
-rule rule955
- when
- $acc : Account(accountId == "acc955")
- then
- System.out.println("rule955 fired");
-end
-
-rule rule956
- when
- $acc : Account(accountId == "acc956")
- then
- System.out.println("rule956 fired");
-end
-
-rule rule957
- when
- $acc : Account(accountId == "acc957")
- then
- System.out.println("rule957 fired");
-end
-
-rule rule958
- when
- $acc : Account(accountId == "acc958")
- then
- System.out.println("rule958 fired");
-end
-
-rule rule959
- when
- $acc : Account(accountId == "acc959")
- then
- System.out.println("rule959 fired");
-end
-
-rule rule960
- when
- $acc : Account(accountId == "acc960")
- then
- System.out.println("rule960 fired");
-end
-
-rule rule961
- when
- $acc : Account(accountId == "acc961")
- then
- System.out.println("rule961 fired");
-end
-
-rule rule962
- when
- $acc : Account(accountId == "acc962")
- then
- System.out.println("rule962 fired");
-end
-
-rule rule963
- when
- $acc : Account(accountId == "acc963")
- then
- System.out.println("rule963 fired");
-end
-
-rule rule964
- when
- $acc : Account(accountId == "acc964")
- then
- System.out.println("rule964 fired");
-end
-
-rule rule965
- when
- $acc : Account(accountId == "acc965")
- then
- System.out.println("rule965 fired");
-end
-
-rule rule966
- when
- $acc : Account(accountId == "acc966")
- then
- System.out.println("rule966 fired");
-end
-
-rule rule967
- when
- $acc : Account(accountId == "acc967")
- then
- System.out.println("rule967 fired");
-end
-
-rule rule968
- when
- $acc : Account(accountId == "acc968")
- then
- System.out.println("rule968 fired");
-end
-
-rule rule969
- when
- $acc : Account(accountId == "acc969")
- then
- System.out.println("rule969 fired");
-end
-
-rule rule970
- when
- $acc : Account(accountId == "acc970")
- then
- System.out.println("rule970 fired");
-end
-
-rule rule971
- when
- $acc : Account(accountId == "acc971")
- then
- System.out.println("rule971 fired");
-end
-
-rule rule972
- when
- $acc : Account(accountId == "acc972")
- then
- System.out.println("rule972 fired");
-end
-
-rule rule973
- when
- $acc : Account(accountId == "acc973")
- then
- System.out.println("rule973 fired");
-end
-
-rule rule974
- when
- $acc : Account(accountId == "acc974")
- then
- System.out.println("rule974 fired");
-end
-
-rule rule975
- when
- $acc : Account(accountId == "acc975")
- then
- System.out.println("rule975 fired");
-end
-
-rule rule976
- when
- $acc : Account(accountId == "acc976")
- then
- System.out.println("rule976 fired");
-end
-
-rule rule977
- when
- $acc : Account(accountId == "acc977")
- then
- System.out.println("rule977 fired");
-end
-
-rule rule978
- when
- $acc : Account(accountId == "acc978")
- then
- System.out.println("rule978 fired");
-end
-
-rule rule979
- when
- $acc : Account(accountId == "acc979")
- then
- System.out.println("rule979 fired");
-end
-
-rule rule980
- when
- $acc : Account(accountId == "acc980")
- then
- System.out.println("rule980 fired");
-end
-
-rule rule981
- when
- $acc : Account(accountId == "acc981")
- then
- System.out.println("rule981 fired");
-end
-
-rule rule982
- when
- $acc : Account(accountId == "acc982")
- then
- System.out.println("rule982 fired");
-end
-
-rule rule983
- when
- $acc : Account(accountId == "acc983")
- then
- System.out.println("rule983 fired");
-end
-
-rule rule984
- when
- $acc : Account(accountId == "acc984")
- then
- System.out.println("rule984 fired");
-end
-
-rule rule985
- when
- $acc : Account(accountId == "acc985")
- then
- System.out.println("rule985 fired");
-end
-
-rule rule986
- when
- $acc : Account(accountId == "acc986")
- then
- System.out.println("rule986 fired");
-end
-
-rule rule987
- when
- $acc : Account(accountId == "acc987")
- then
- System.out.println("rule987 fired");
-end
-
-rule rule988
- when
- $acc : Account(accountId == "acc988")
- then
- System.out.println("rule988 fired");
-end
-
-rule rule989
- when
- $acc : Account(accountId == "acc989")
- then
- System.out.println("rule989 fired");
-end
-
-rule rule990
- when
- $acc : Account(accountId == "acc990")
- then
- System.out.println("rule990 fired");
-end
-
-rule rule991
- when
- $acc : Account(accountId == "acc991")
- then
- System.out.println("rule991 fired");
-end
-
-rule rule992
- when
- $acc : Account(accountId == "acc992")
- then
- System.out.println("rule992 fired");
-end
-
-rule rule993
- when
- $acc : Account(accountId == "acc993")
- then
- System.out.println("rule993 fired");
-end
-
-rule rule994
- when
- $acc : Account(accountId == "acc994")
- then
- System.out.println("rule994 fired");
-end
-
-rule rule995
- when
- $acc : Account(accountId == "acc995")
- then
- System.out.println("rule995 fired");
-end
-
-rule rule996
- when
- $acc : Account(accountId == "acc996")
- then
- System.out.println("rule996 fired");
-end
-
-rule rule997
- when
- $acc : Account(accountId == "acc997")
- then
- System.out.println("rule997 fired");
-end
-
-rule rule998
- when
- $acc : Account(accountId == "acc998")
- then
- System.out.println("rule998 fired");
-end
-
-rule rule999
- when
- $acc : Account(accountId == "acc999")
- then
- System.out.println("rule999 fired");
-end
-
-rule rule1000
- when
- $acc : Account(accountId == "acc1000")
- then
- System.out.println("rule1000 fired");
-end
-
-rule rule1001
- when
- $acc : Account(accountId == "acc1001")
- then
- System.out.println("rule1001 fired");
-end
-
-rule rule1002
- when
- $acc : Account(accountId == "acc1002")
- then
- System.out.println("rule1002 fired");
-end
-
-rule rule1003
- when
- $acc : Account(accountId == "acc1003")
- then
- System.out.println("rule1003 fired");
-end
-
-rule rule1004
- when
- $acc : Account(accountId == "acc1004")
- then
- System.out.println("rule1004 fired");
-end
-
-rule rule1005
- when
- $acc : Account(accountId == "acc1005")
- then
- System.out.println("rule1005 fired");
-end
-
-rule rule1006
- when
- $acc : Account(accountId == "acc1006")
- then
- System.out.println("rule1006 fired");
-end
-
-rule rule1007
- when
- $acc : Account(accountId == "acc1007")
- then
- System.out.println("rule1007 fired");
-end
-
-rule rule1008
- when
- $acc : Account(accountId == "acc1008")
- then
- System.out.println("rule1008 fired");
-end
-
-rule rule1009
- when
- $acc : Account(accountId == "acc1009")
- then
- System.out.println("rule1009 fired");
-end
-
-rule rule1010
- when
- $acc : Account(accountId == "acc1010")
- then
- System.out.println("rule1010 fired");
-end
-
-rule rule1011
- when
- $acc : Account(accountId == "acc1011")
- then
- System.out.println("rule1011 fired");
-end
-
-rule rule1012
- when
- $acc : Account(accountId == "acc1012")
- then
- System.out.println("rule1012 fired");
-end
-
-rule rule1013
- when
- $acc : Account(accountId == "acc1013")
- then
- System.out.println("rule1013 fired");
-end
-
-rule rule1014
- when
- $acc : Account(accountId == "acc1014")
- then
- System.out.println("rule1014 fired");
-end
-
-rule rule1015
- when
- $acc : Account(accountId == "acc1015")
- then
- System.out.println("rule1015 fired");
-end
-
-rule rule1016
- when
- $acc : Account(accountId == "acc1016")
- then
- System.out.println("rule1016 fired");
-end
-
-rule rule1017
- when
- $acc : Account(accountId == "acc1017")
- then
- System.out.println("rule1017 fired");
-end
-
-rule rule1018
- when
- $acc : Account(accountId == "acc1018")
- then
- System.out.println("rule1018 fired");
-end
-
-rule rule1019
- when
- $acc : Account(accountId == "acc1019")
- then
- System.out.println("rule1019 fired");
-end
-
-rule rule1020
- when
- $acc : Account(accountId == "acc1020")
- then
- System.out.println("rule1020 fired");
-end
-
-rule rule1021
- when
- $acc : Account(accountId == "acc1021")
- then
- System.out.println("rule1021 fired");
-end
-
-rule rule1022
- when
- $acc : Account(accountId == "acc1022")
- then
- System.out.println("rule1022 fired");
-end
-
-rule rule1023
- when
- $acc : Account(accountId == "acc1023")
- then
- System.out.println("rule1023 fired");
-end
-
-rule rule1024
- when
- $acc : Account(accountId == "acc1024")
- then
- System.out.println("rule1024 fired");
-end
-
-rule rule1025
- when
- $acc : Account(accountId == "acc1025")
- then
- System.out.println("rule1025 fired");
-end
-
-rule rule1026
- when
- $acc : Account(accountId == "acc1026")
- then
- System.out.println("rule1026 fired");
-end
-
-rule rule1027
- when
- $acc : Account(accountId == "acc1027")
- then
- System.out.println("rule1027 fired");
-end
-
-rule rule1028
- when
- $acc : Account(accountId == "acc1028")
- then
- System.out.println("rule1028 fired");
-end
-
-rule rule1029
- when
- $acc : Account(accountId == "acc1029")
- then
- System.out.println("rule1029 fired");
-end
-
-rule rule1030
- when
- $acc : Account(accountId == "acc1030")
- then
- System.out.println("rule1030 fired");
-end
-
-rule rule1031
- when
- $acc : Account(accountId == "acc1031")
- then
- System.out.println("rule1031 fired");
-end
-
-rule rule1032
- when
- $acc : Account(accountId == "acc1032")
- then
- System.out.println("rule1032 fired");
-end
-
-rule rule1033
- when
- $acc : Account(accountId == "acc1033")
- then
- System.out.println("rule1033 fired");
-end
-
-rule rule1034
- when
- $acc : Account(accountId == "acc1034")
- then
- System.out.println("rule1034 fired");
-end
-
-rule rule1035
- when
- $acc : Account(accountId == "acc1035")
- then
- System.out.println("rule1035 fired");
-end
-
-rule rule1036
- when
- $acc : Account(accountId == "acc1036")
- then
- System.out.println("rule1036 fired");
-end
-
-rule rule1037
- when
- $acc : Account(accountId == "acc1037")
- then
- System.out.println("rule1037 fired");
-end
-
-rule rule1038
- when
- $acc : Account(accountId == "acc1038")
- then
- System.out.println("rule1038 fired");
-end
-
-rule rule1039
- when
- $acc : Account(accountId == "acc1039")
- then
- System.out.println("rule1039 fired");
-end
-
-rule rule1040
- when
- $acc : Account(accountId == "acc1040")
- then
- System.out.println("rule1040 fired");
-end
-
-rule rule1041
- when
- $acc : Account(accountId == "acc1041")
- then
- System.out.println("rule1041 fired");
-end
-
-rule rule1042
- when
- $acc : Account(accountId == "acc1042")
- then
- System.out.println("rule1042 fired");
-end
-
-rule rule1043
- when
- $acc : Account(accountId == "acc1043")
- then
- System.out.println("rule1043 fired");
-end
-
-rule rule1044
- when
- $acc : Account(accountId == "acc1044")
- then
- System.out.println("rule1044 fired");
-end
-
-rule rule1045
- when
- $acc : Account(accountId == "acc1045")
- then
- System.out.println("rule1045 fired");
-end
-
-rule rule1046
- when
- $acc : Account(accountId == "acc1046")
- then
- System.out.println("rule1046 fired");
-end
-
-rule rule1047
- when
- $acc : Account(accountId == "acc1047")
- then
- System.out.println("rule1047 fired");
-end
-
-rule rule1048
- when
- $acc : Account(accountId == "acc1048")
- then
- System.out.println("rule1048 fired");
-end
-
-rule rule1049
- when
- $acc : Account(accountId == "acc1049")
- then
- System.out.println("rule1049 fired");
-end
-
-rule rule1050
- when
- $acc : Account(accountId == "acc1050")
- then
- System.out.println("rule1050 fired");
-end
-
-rule rule1051
- when
- $acc : Account(accountId == "acc1051")
- then
- System.out.println("rule1051 fired");
-end
-
-rule rule1052
- when
- $acc : Account(accountId == "acc1052")
- then
- System.out.println("rule1052 fired");
-end
-
-rule rule1053
- when
- $acc : Account(accountId == "acc1053")
- then
- System.out.println("rule1053 fired");
-end
-
-rule rule1054
- when
- $acc : Account(accountId == "acc1054")
- then
- System.out.println("rule1054 fired");
-end
-
-rule rule1055
- when
- $acc : Account(accountId == "acc1055")
- then
- System.out.println("rule1055 fired");
-end
-
-rule rule1056
- when
- $acc : Account(accountId == "acc1056")
- then
- System.out.println("rule1056 fired");
-end
-
-rule rule1057
- when
- $acc : Account(accountId == "acc1057")
- then
- System.out.println("rule1057 fired");
-end
-
-rule rule1058
- when
- $acc : Account(accountId == "acc1058")
- then
- System.out.println("rule1058 fired");
-end
-
-rule rule1059
- when
- $acc : Account(accountId == "acc1059")
- then
- System.out.println("rule1059 fired");
-end
-
-rule rule1060
- when
- $acc : Account(accountId == "acc1060")
- then
- System.out.println("rule1060 fired");
-end
-
-rule rule1061
- when
- $acc : Account(accountId == "acc1061")
- then
- System.out.println("rule1061 fired");
-end
-
-rule rule1062
- when
- $acc : Account(accountId == "acc1062")
- then
- System.out.println("rule1062 fired");
-end
-
-rule rule1063
- when
- $acc : Account(accountId == "acc1063")
- then
- System.out.println("rule1063 fired");
-end
-
-rule rule1064
- when
- $acc : Account(accountId == "acc1064")
- then
- System.out.println("rule1064 fired");
-end
-
-rule rule1065
- when
- $acc : Account(accountId == "acc1065")
- then
- System.out.println("rule1065 fired");
-end
-
-rule rule1066
- when
- $acc : Account(accountId == "acc1066")
- then
- System.out.println("rule1066 fired");
-end
-
-rule rule1067
- when
- $acc : Account(accountId == "acc1067")
- then
- System.out.println("rule1067 fired");
-end
-
-rule rule1068
- when
- $acc : Account(accountId == "acc1068")
- then
- System.out.println("rule1068 fired");
-end
-
-rule rule1069
- when
- $acc : Account(accountId == "acc1069")
- then
- System.out.println("rule1069 fired");
-end
-
-rule rule1070
- when
- $acc : Account(accountId == "acc1070")
- then
- System.out.println("rule1070 fired");
-end
-
-rule rule1071
- when
- $acc : Account(accountId == "acc1071")
- then
- System.out.println("rule1071 fired");
-end
-
-rule rule1072
- when
- $acc : Account(accountId == "acc1072")
- then
- System.out.println("rule1072 fired");
-end
-
-rule rule1073
- when
- $acc : Account(accountId == "acc1073")
- then
- System.out.println("rule1073 fired");
-end
-
-rule rule1074
- when
- $acc : Account(accountId == "acc1074")
- then
- System.out.println("rule1074 fired");
-end
-
-rule rule1075
- when
- $acc : Account(accountId == "acc1075")
- then
- System.out.println("rule1075 fired");
-end
-
-rule rule1076
- when
- $acc : Account(accountId == "acc1076")
- then
- System.out.println("rule1076 fired");
-end
-
-rule rule1077
- when
- $acc : Account(accountId == "acc1077")
- then
- System.out.println("rule1077 fired");
-end
-
-rule rule1078
- when
- $acc : Account(accountId == "acc1078")
- then
- System.out.println("rule1078 fired");
-end
-
-rule rule1079
- when
- $acc : Account(accountId == "acc1079")
- then
- System.out.println("rule1079 fired");
-end
-
-rule rule1080
- when
- $acc : Account(accountId == "acc1080")
- then
- System.out.println("rule1080 fired");
-end
-
-rule rule1081
- when
- $acc : Account(accountId == "acc1081")
- then
- System.out.println("rule1081 fired");
-end
-
-rule rule1082
- when
- $acc : Account(accountId == "acc1082")
- then
- System.out.println("rule1082 fired");
-end
-
-rule rule1083
- when
- $acc : Account(accountId == "acc1083")
- then
- System.out.println("rule1083 fired");
-end
-
-rule rule1084
- when
- $acc : Account(accountId == "acc1084")
- then
- System.out.println("rule1084 fired");
-end
-
-rule rule1085
- when
- $acc : Account(accountId == "acc1085")
- then
- System.out.println("rule1085 fired");
-end
-
-rule rule1086
- when
- $acc : Account(accountId == "acc1086")
- then
- System.out.println("rule1086 fired");
-end
-
-rule rule1087
- when
- $acc : Account(accountId == "acc1087")
- then
- System.out.println("rule1087 fired");
-end
-
-rule rule1088
- when
- $acc : Account(accountId == "acc1088")
- then
- System.out.println("rule1088 fired");
-end
-
-rule rule1089
- when
- $acc : Account(accountId == "acc1089")
- then
- System.out.println("rule1089 fired");
-end
-
-rule rule1090
- when
- $acc : Account(accountId == "acc1090")
- then
- System.out.println("rule1090 fired");
-end
-
-rule rule1091
- when
- $acc : Account(accountId == "acc1091")
- then
- System.out.println("rule1091 fired");
-end
-
-rule rule1092
- when
- $acc : Account(accountId == "acc1092")
- then
- System.out.println("rule1092 fired");
-end
-
-rule rule1093
- when
- $acc : Account(accountId == "acc1093")
- then
- System.out.println("rule1093 fired");
-end
-
-rule rule1094
- when
- $acc : Account(accountId == "acc1094")
- then
- System.out.println("rule1094 fired");
-end
-
-rule rule1095
- when
- $acc : Account(accountId == "acc1095")
- then
- System.out.println("rule1095 fired");
-end
-
-rule rule1096
- when
- $acc : Account(accountId == "acc1096")
- then
- System.out.println("rule1096 fired");
-end
-
-rule rule1097
- when
- $acc : Account(accountId == "acc1097")
- then
- System.out.println("rule1097 fired");
-end
-
-rule rule1098
- when
- $acc : Account(accountId == "acc1098")
- then
- System.out.println("rule1098 fired");
-end
-
-rule rule1099
- when
- $acc : Account(accountId == "acc1099")
- then
- System.out.println("rule1099 fired");
-end
-
-rule rule1100
- when
- $acc : Account(accountId == "acc1100")
- then
- System.out.println("rule1100 fired");
-end
-
-rule rule1101
- when
- $acc : Account(accountId == "acc1101")
- then
- System.out.println("rule1101 fired");
-end
-
-rule rule1102
- when
- $acc : Account(accountId == "acc1102")
- then
- System.out.println("rule1102 fired");
-end
-
-rule rule1103
- when
- $acc : Account(accountId == "acc1103")
- then
- System.out.println("rule1103 fired");
-end
-
-rule rule1104
- when
- $acc : Account(accountId == "acc1104")
- then
- System.out.println("rule1104 fired");
-end
-
-rule rule1105
- when
- $acc : Account(accountId == "acc1105")
- then
- System.out.println("rule1105 fired");
-end
-
-rule rule1106
- when
- $acc : Account(accountId == "acc1106")
- then
- System.out.println("rule1106 fired");
-end
-
-rule rule1107
- when
- $acc : Account(accountId == "acc1107")
- then
- System.out.println("rule1107 fired");
-end
-
-rule rule1108
- when
- $acc : Account(accountId == "acc1108")
- then
- System.out.println("rule1108 fired");
-end
-
-rule rule1109
- when
- $acc : Account(accountId == "acc1109")
- then
- System.out.println("rule1109 fired");
-end
-
-rule rule1110
- when
- $acc : Account(accountId == "acc1110")
- then
- System.out.println("rule1110 fired");
-end
-
-rule rule1111
- when
- $acc : Account(accountId == "acc1111")
- then
- System.out.println("rule1111 fired");
-end
-
-rule rule1112
- when
- $acc : Account(accountId == "acc1112")
- then
- System.out.println("rule1112 fired");
-end
-
-rule rule1113
- when
- $acc : Account(accountId == "acc1113")
- then
- System.out.println("rule1113 fired");
-end
-
-rule rule1114
- when
- $acc : Account(accountId == "acc1114")
- then
- System.out.println("rule1114 fired");
-end
-
-rule rule1115
- when
- $acc : Account(accountId == "acc1115")
- then
- System.out.println("rule1115 fired");
-end
-
-rule rule1116
- when
- $acc : Account(accountId == "acc1116")
- then
- System.out.println("rule1116 fired");
-end
-
-rule rule1117
- when
- $acc : Account(accountId == "acc1117")
- then
- System.out.println("rule1117 fired");
-end
-
-rule rule1118
- when
- $acc : Account(accountId == "acc1118")
- then
- System.out.println("rule1118 fired");
-end
-
-rule rule1119
- when
- $acc : Account(accountId == "acc1119")
- then
- System.out.println("rule1119 fired");
-end
-
-rule rule1120
- when
- $acc : Account(accountId == "acc1120")
- then
- System.out.println("rule1120 fired");
-end
-
-rule rule1121
- when
- $acc : Account(accountId == "acc1121")
- then
- System.out.println("rule1121 fired");
-end
-
-rule rule1122
- when
- $acc : Account(accountId == "acc1122")
- then
- System.out.println("rule1122 fired");
-end
-
-rule rule1123
- when
- $acc : Account(accountId == "acc1123")
- then
- System.out.println("rule1123 fired");
-end
-
-rule rule1124
- when
- $acc : Account(accountId == "acc1124")
- then
- System.out.println("rule1124 fired");
-end
-
-rule rule1125
- when
- $acc : Account(accountId == "acc1125")
- then
- System.out.println("rule1125 fired");
-end
-
-rule rule1126
- when
- $acc : Account(accountId == "acc1126")
- then
- System.out.println("rule1126 fired");
-end
-
-rule rule1127
- when
- $acc : Account(accountId == "acc1127")
- then
- System.out.println("rule1127 fired");
-end
-
-rule rule1128
- when
- $acc : Account(accountId == "acc1128")
- then
- System.out.println("rule1128 fired");
-end
-
-rule rule1129
- when
- $acc : Account(accountId == "acc1129")
- then
- System.out.println("rule1129 fired");
-end
-
-rule rule1130
- when
- $acc : Account(accountId == "acc1130")
- then
- System.out.println("rule1130 fired");
-end
-
-rule rule1131
- when
- $acc : Account(accountId == "acc1131")
- then
- System.out.println("rule1131 fired");
-end
-
-rule rule1132
- when
- $acc : Account(accountId == "acc1132")
- then
- System.out.println("rule1132 fired");
-end
-
-rule rule1133
- when
- $acc : Account(accountId == "acc1133")
- then
- System.out.println("rule1133 fired");
-end
-
-rule rule1134
- when
- $acc : Account(accountId == "acc1134")
- then
- System.out.println("rule1134 fired");
-end
-
-rule rule1135
- when
- $acc : Account(accountId == "acc1135")
- then
- System.out.println("rule1135 fired");
-end
-
-rule rule1136
- when
- $acc : Account(accountId == "acc1136")
- then
- System.out.println("rule1136 fired");
-end
-
-rule rule1137
- when
- $acc : Account(accountId == "acc1137")
- then
- System.out.println("rule1137 fired");
-end
-
-rule rule1138
- when
- $acc : Account(accountId == "acc1138")
- then
- System.out.println("rule1138 fired");
-end
-
-rule rule1139
- when
- $acc : Account(accountId == "acc1139")
- then
- System.out.println("rule1139 fired");
-end
-
-rule rule1140
- when
- $acc : Account(accountId == "acc1140")
- then
- System.out.println("rule1140 fired");
-end
-
-rule rule1141
- when
- $acc : Account(accountId == "acc1141")
- then
- System.out.println("rule1141 fired");
-end
-
-rule rule1142
- when
- $acc : Account(accountId == "acc1142")
- then
- System.out.println("rule1142 fired");
-end
-
-rule rule1143
- when
- $acc : Account(accountId == "acc1143")
- then
- System.out.println("rule1143 fired");
-end
-
-rule rule1144
- when
- $acc : Account(accountId == "acc1144")
- then
- System.out.println("rule1144 fired");
-end
-
-rule rule1145
- when
- $acc : Account(accountId == "acc1145")
- then
- System.out.println("rule1145 fired");
-end
-
-rule rule1146
- when
- $acc : Account(accountId == "acc1146")
- then
- System.out.println("rule1146 fired");
-end
-
-rule rule1147
- when
- $acc : Account(accountId == "acc1147")
- then
- System.out.println("rule1147 fired");
-end
-
-rule rule1148
- when
- $acc : Account(accountId == "acc1148")
- then
- System.out.println("rule1148 fired");
-end
-
-rule rule1149
- when
- $acc : Account(accountId == "acc1149")
- then
- System.out.println("rule1149 fired");
-end
-
-rule rule1150
- when
- $acc : Account(accountId == "acc1150")
- then
- System.out.println("rule1150 fired");
-end
-
-rule rule1151
- when
- $acc : Account(accountId == "acc1151")
- then
- System.out.println("rule1151 fired");
-end
-
-rule rule1152
- when
- $acc : Account(accountId == "acc1152")
- then
- System.out.println("rule1152 fired");
-end
-
-rule rule1153
- when
- $acc : Account(accountId == "acc1153")
- then
- System.out.println("rule1153 fired");
-end
-
-rule rule1154
- when
- $acc : Account(accountId == "acc1154")
- then
- System.out.println("rule1154 fired");
-end
-
-rule rule1155
- when
- $acc : Account(accountId == "acc1155")
- then
- System.out.println("rule1155 fired");
-end
-
-rule rule1156
- when
- $acc : Account(accountId == "acc1156")
- then
- System.out.println("rule1156 fired");
-end
-
-rule rule1157
- when
- $acc : Account(accountId == "acc1157")
- then
- System.out.println("rule1157 fired");
-end
-
-rule rule1158
- when
- $acc : Account(accountId == "acc1158")
- then
- System.out.println("rule1158 fired");
-end
-
-rule rule1159
- when
- $acc : Account(accountId == "acc1159")
- then
- System.out.println("rule1159 fired");
-end
-
-rule rule1160
- when
- $acc : Account(accountId == "acc1160")
- then
- System.out.println("rule1160 fired");
-end
-
-rule rule1161
- when
- $acc : Account(accountId == "acc1161")
- then
- System.out.println("rule1161 fired");
-end
-
-rule rule1162
- when
- $acc : Account(accountId == "acc1162")
- then
- System.out.println("rule1162 fired");
-end
-
-rule rule1163
- when
- $acc : Account(accountId == "acc1163")
- then
- System.out.println("rule1163 fired");
-end
-
-rule rule1164
- when
- $acc : Account(accountId == "acc1164")
- then
- System.out.println("rule1164 fired");
-end
-
-rule rule1165
- when
- $acc : Account(accountId == "acc1165")
- then
- System.out.println("rule1165 fired");
-end
-
-rule rule1166
- when
- $acc : Account(accountId == "acc1166")
- then
- System.out.println("rule1166 fired");
-end
-
-rule rule1167
- when
- $acc : Account(accountId == "acc1167")
- then
- System.out.println("rule1167 fired");
-end
-
-rule rule1168
- when
- $acc : Account(accountId == "acc1168")
- then
- System.out.println("rule1168 fired");
-end
-
-rule rule1169
- when
- $acc : Account(accountId == "acc1169")
- then
- System.out.println("rule1169 fired");
-end
-
-rule rule1170
- when
- $acc : Account(accountId == "acc1170")
- then
- System.out.println("rule1170 fired");
-end
-
-rule rule1171
- when
- $acc : Account(accountId == "acc1171")
- then
- System.out.println("rule1171 fired");
-end
-
-rule rule1172
- when
- $acc : Account(accountId == "acc1172")
- then
- System.out.println("rule1172 fired");
-end
-
-rule rule1173
- when
- $acc : Account(accountId == "acc1173")
- then
- System.out.println("rule1173 fired");
-end
-
-rule rule1174
- when
- $acc : Account(accountId == "acc1174")
- then
- System.out.println("rule1174 fired");
-end
-
-rule rule1175
- when
- $acc : Account(accountId == "acc1175")
- then
- System.out.println("rule1175 fired");
-end
-
-rule rule1176
- when
- $acc : Account(accountId == "acc1176")
- then
- System.out.println("rule1176 fired");
-end
-
-rule rule1177
- when
- $acc : Account(accountId == "acc1177")
- then
- System.out.println("rule1177 fired");
-end
-
-rule rule1178
- when
- $acc : Account(accountId == "acc1178")
- then
- System.out.println("rule1178 fired");
-end
-
-rule rule1179
- when
- $acc : Account(accountId == "acc1179")
- then
- System.out.println("rule1179 fired");
-end
-
-rule rule1180
- when
- $acc : Account(accountId == "acc1180")
- then
- System.out.println("rule1180 fired");
-end
-
-rule rule1181
- when
- $acc : Account(accountId == "acc1181")
- then
- System.out.println("rule1181 fired");
-end
-
-rule rule1182
- when
- $acc : Account(accountId == "acc1182")
- then
- System.out.println("rule1182 fired");
-end
-
-rule rule1183
- when
- $acc : Account(accountId == "acc1183")
- then
- System.out.println("rule1183 fired");
-end
-
-rule rule1184
- when
- $acc : Account(accountId == "acc1184")
- then
- System.out.println("rule1184 fired");
-end
-
-rule rule1185
- when
- $acc : Account(accountId == "acc1185")
- then
- System.out.println("rule1185 fired");
-end
-
-rule rule1186
- when
- $acc : Account(accountId == "acc1186")
- then
- System.out.println("rule1186 fired");
-end
-
-rule rule1187
- when
- $acc : Account(accountId == "acc1187")
- then
- System.out.println("rule1187 fired");
-end
-
-rule rule1188
- when
- $acc : Account(accountId == "acc1188")
- then
- System.out.println("rule1188 fired");
-end
-
-rule rule1189
- when
- $acc : Account(accountId == "acc1189")
- then
- System.out.println("rule1189 fired");
-end
-
-rule rule1190
- when
- $acc : Account(accountId == "acc1190")
- then
- System.out.println("rule1190 fired");
-end
-
-rule rule1191
- when
- $acc : Account(accountId == "acc1191")
- then
- System.out.println("rule1191 fired");
-end
-
-rule rule1192
- when
- $acc : Account(accountId == "acc1192")
- then
- System.out.println("rule1192 fired");
-end
-
-rule rule1193
- when
- $acc : Account(accountId == "acc1193")
- then
- System.out.println("rule1193 fired");
-end
-
-rule rule1194
- when
- $acc : Account(accountId == "acc1194")
- then
- System.out.println("rule1194 fired");
-end
-
-rule rule1195
- when
- $acc : Account(accountId == "acc1195")
- then
- System.out.println("rule1195 fired");
-end
-
-rule rule1196
- when
- $acc : Account(accountId == "acc1196")
- then
- System.out.println("rule1196 fired");
-end
-
-rule rule1197
- when
- $acc : Account(accountId == "acc1197")
- then
- System.out.println("rule1197 fired");
-end
-
-rule rule1198
- when
- $acc : Account(accountId == "acc1198")
- then
- System.out.println("rule1198 fired");
-end
-
-rule rule1199
- when
- $acc : Account(accountId == "acc1199")
- then
- System.out.println("rule1199 fired");
-end
-
-rule rule1200
- when
- $acc : Account(accountId == "acc1200")
- then
- System.out.println("rule1200 fired");
-end
-
-rule rule1201
- when
- $acc : Account(accountId == "acc1201")
- then
- System.out.println("rule1201 fired");
-end
-
-rule rule1202
- when
- $acc : Account(accountId == "acc1202")
- then
- System.out.println("rule1202 fired");
-end
-
-rule rule1203
- when
- $acc : Account(accountId == "acc1203")
- then
- System.out.println("rule1203 fired");
-end
-
-rule rule1204
- when
- $acc : Account(accountId == "acc1204")
- then
- System.out.println("rule1204 fired");
-end
-
-rule rule1205
- when
- $acc : Account(accountId == "acc1205")
- then
- System.out.println("rule1205 fired");
-end
-
-rule rule1206
- when
- $acc : Account(accountId == "acc1206")
- then
- System.out.println("rule1206 fired");
-end
-
-rule rule1207
- when
- $acc : Account(accountId == "acc1207")
- then
- System.out.println("rule1207 fired");
-end
-
-rule rule1208
- when
- $acc : Account(accountId == "acc1208")
- then
- System.out.println("rule1208 fired");
-end
-
-rule rule1209
- when
- $acc : Account(accountId == "acc1209")
- then
- System.out.println("rule1209 fired");
-end
-
-rule rule1210
- when
- $acc : Account(accountId == "acc1210")
- then
- System.out.println("rule1210 fired");
-end
-
-rule rule1211
- when
- $acc : Account(accountId == "acc1211")
- then
- System.out.println("rule1211 fired");
-end
-
-rule rule1212
- when
- $acc : Account(accountId == "acc1212")
- then
- System.out.println("rule1212 fired");
-end
-
-rule rule1213
- when
- $acc : Account(accountId == "acc1213")
- then
- System.out.println("rule1213 fired");
-end
-
-rule rule1214
- when
- $acc : Account(accountId == "acc1214")
- then
- System.out.println("rule1214 fired");
-end
-
-rule rule1215
- when
- $acc : Account(accountId == "acc1215")
- then
- System.out.println("rule1215 fired");
-end
-
-rule rule1216
- when
- $acc : Account(accountId == "acc1216")
- then
- System.out.println("rule1216 fired");
-end
-
-rule rule1217
- when
- $acc : Account(accountId == "acc1217")
- then
- System.out.println("rule1217 fired");
-end
-
-rule rule1218
- when
- $acc : Account(accountId == "acc1218")
- then
- System.out.println("rule1218 fired");
-end
-
-rule rule1219
- when
- $acc : Account(accountId == "acc1219")
- then
- System.out.println("rule1219 fired");
-end
-
-rule rule1220
- when
- $acc : Account(accountId == "acc1220")
- then
- System.out.println("rule1220 fired");
-end
-
-rule rule1221
- when
- $acc : Account(accountId == "acc1221")
- then
- System.out.println("rule1221 fired");
-end
-
-rule rule1222
- when
- $acc : Account(accountId == "acc1222")
- then
- System.out.println("rule1222 fired");
-end
-
-rule rule1223
- when
- $acc : Account(accountId == "acc1223")
- then
- System.out.println("rule1223 fired");
-end
-
-rule rule1224
- when
- $acc : Account(accountId == "acc1224")
- then
- System.out.println("rule1224 fired");
-end
-
-rule rule1225
- when
- $acc : Account(accountId == "acc1225")
- then
- System.out.println("rule1225 fired");
-end
-
-rule rule1226
- when
- $acc : Account(accountId == "acc1226")
- then
- System.out.println("rule1226 fired");
-end
-
-rule rule1227
- when
- $acc : Account(accountId == "acc1227")
- then
- System.out.println("rule1227 fired");
-end
-
-rule rule1228
- when
- $acc : Account(accountId == "acc1228")
- then
- System.out.println("rule1228 fired");
-end
-
-rule rule1229
- when
- $acc : Account(accountId == "acc1229")
- then
- System.out.println("rule1229 fired");
-end
-
-rule rule1230
- when
- $acc : Account(accountId == "acc1230")
- then
- System.out.println("rule1230 fired");
-end
-
-rule rule1231
- when
- $acc : Account(accountId == "acc1231")
- then
- System.out.println("rule1231 fired");
-end
-
-rule rule1232
- when
- $acc : Account(accountId == "acc1232")
- then
- System.out.println("rule1232 fired");
-end
-
-rule rule1233
- when
- $acc : Account(accountId == "acc1233")
- then
- System.out.println("rule1233 fired");
-end
-
-rule rule1234
- when
- $acc : Account(accountId == "acc1234")
- then
- System.out.println("rule1234 fired");
-end
-
-rule rule1235
- when
- $acc : Account(accountId == "acc1235")
- then
- System.out.println("rule1235 fired");
-end
-
-rule rule1236
- when
- $acc : Account(accountId == "acc1236")
- then
- System.out.println("rule1236 fired");
-end
-
-rule rule1237
- when
- $acc : Account(accountId == "acc1237")
- then
- System.out.println("rule1237 fired");
-end
-
-rule rule1238
- when
- $acc : Account(accountId == "acc1238")
- then
- System.out.println("rule1238 fired");
-end
-
-rule rule1239
- when
- $acc : Account(accountId == "acc1239")
- then
- System.out.println("rule1239 fired");
-end
-
-rule rule1240
- when
- $acc : Account(accountId == "acc1240")
- then
- System.out.println("rule1240 fired");
-end
-
-rule rule1241
- when
- $acc : Account(accountId == "acc1241")
- then
- System.out.println("rule1241 fired");
-end
-
-rule rule1242
- when
- $acc : Account(accountId == "acc1242")
- then
- System.out.println("rule1242 fired");
-end
-
-rule rule1243
- when
- $acc : Account(accountId == "acc1243")
- then
- System.out.println("rule1243 fired");
-end
-
-rule rule1244
- when
- $acc : Account(accountId == "acc1244")
- then
- System.out.println("rule1244 fired");
-end
-
-rule rule1245
- when
- $acc : Account(accountId == "acc1245")
- then
- System.out.println("rule1245 fired");
-end
-
-rule rule1246
- when
- $acc : Account(accountId == "acc1246")
- then
- System.out.println("rule1246 fired");
-end
-
-rule rule1247
- when
- $acc : Account(accountId == "acc1247")
- then
- System.out.println("rule1247 fired");
-end
-
-rule rule1248
- when
- $acc : Account(accountId == "acc1248")
- then
- System.out.println("rule1248 fired");
-end
-
-rule rule1249
- when
- $acc : Account(accountId == "acc1249")
- then
- System.out.println("rule1249 fired");
-end
-
-rule rule1250
- when
- $acc : Account(accountId == "acc1250")
- then
- System.out.println("rule1250 fired");
-end
-
-rule rule1251
- when
- $acc : Account(accountId == "acc1251")
- then
- System.out.println("rule1251 fired");
-end
-
-rule rule1252
- when
- $acc : Account(accountId == "acc1252")
- then
- System.out.println("rule1252 fired");
-end
-
-rule rule1253
- when
- $acc : Account(accountId == "acc1253")
- then
- System.out.println("rule1253 fired");
-end
-
-rule rule1254
- when
- $acc : Account(accountId == "acc1254")
- then
- System.out.println("rule1254 fired");
-end
-
-rule rule1255
- when
- $acc : Account(accountId == "acc1255")
- then
- System.out.println("rule1255 fired");
-end
-
-rule rule1256
- when
- $acc : Account(accountId == "acc1256")
- then
- System.out.println("rule1256 fired");
-end
-
-rule rule1257
- when
- $acc : Account(accountId == "acc1257")
- then
- System.out.println("rule1257 fired");
-end
-
-rule rule1258
- when
- $acc : Account(accountId == "acc1258")
- then
- System.out.println("rule1258 fired");
-end
-
-rule rule1259
- when
- $acc : Account(accountId == "acc1259")
- then
- System.out.println("rule1259 fired");
-end
-
-rule rule1260
- when
- $acc : Account(accountId == "acc1260")
- then
- System.out.println("rule1260 fired");
-end
-
-rule rule1261
- when
- $acc : Account(accountId == "acc1261")
- then
- System.out.println("rule1261 fired");
-end
-
-rule rule1262
- when
- $acc : Account(accountId == "acc1262")
- then
- System.out.println("rule1262 fired");
-end
-
-rule rule1263
- when
- $acc : Account(accountId == "acc1263")
- then
- System.out.println("rule1263 fired");
-end
-
-rule rule1264
- when
- $acc : Account(accountId == "acc1264")
- then
- System.out.println("rule1264 fired");
-end
-
-rule rule1265
- when
- $acc : Account(accountId == "acc1265")
- then
- System.out.println("rule1265 fired");
-end
-
-rule rule1266
- when
- $acc : Account(accountId == "acc1266")
- then
- System.out.println("rule1266 fired");
-end
-
-rule rule1267
- when
- $acc : Account(accountId == "acc1267")
- then
- System.out.println("rule1267 fired");
-end
-
-rule rule1268
- when
- $acc : Account(accountId == "acc1268")
- then
- System.out.println("rule1268 fired");
-end
-
-rule rule1269
- when
- $acc : Account(accountId == "acc1269")
- then
- System.out.println("rule1269 fired");
-end
-
-rule rule1270
- when
- $acc : Account(accountId == "acc1270")
- then
- System.out.println("rule1270 fired");
-end
-
-rule rule1271
- when
- $acc : Account(accountId == "acc1271")
- then
- System.out.println("rule1271 fired");
-end
-
-rule rule1272
- when
- $acc : Account(accountId == "acc1272")
- then
- System.out.println("rule1272 fired");
-end
-
-rule rule1273
- when
- $acc : Account(accountId == "acc1273")
- then
- System.out.println("rule1273 fired");
-end
-
-rule rule1274
- when
- $acc : Account(accountId == "acc1274")
- then
- System.out.println("rule1274 fired");
-end
-
-rule rule1275
- when
- $acc : Account(accountId == "acc1275")
- then
- System.out.println("rule1275 fired");
-end
-
-rule rule1276
- when
- $acc : Account(accountId == "acc1276")
- then
- System.out.println("rule1276 fired");
-end
-
-rule rule1277
- when
- $acc : Account(accountId == "acc1277")
- then
- System.out.println("rule1277 fired");
-end
-
-rule rule1278
- when
- $acc : Account(accountId == "acc1278")
- then
- System.out.println("rule1278 fired");
-end
-
-rule rule1279
- when
- $acc : Account(accountId == "acc1279")
- then
- System.out.println("rule1279 fired");
-end
-
-rule rule1280
- when
- $acc : Account(accountId == "acc1280")
- then
- System.out.println("rule1280 fired");
-end
-
-rule rule1281
- when
- $acc : Account(accountId == "acc1281")
- then
- System.out.println("rule1281 fired");
-end
-
-rule rule1282
- when
- $acc : Account(accountId == "acc1282")
- then
- System.out.println("rule1282 fired");
-end
-
-rule rule1283
- when
- $acc : Account(accountId == "acc1283")
- then
- System.out.println("rule1283 fired");
-end
-
-rule rule1284
- when
- $acc : Account(accountId == "acc1284")
- then
- System.out.println("rule1284 fired");
-end
-
-rule rule1285
- when
- $acc : Account(accountId == "acc1285")
- then
- System.out.println("rule1285 fired");
-end
-
-rule rule1286
- when
- $acc : Account(accountId == "acc1286")
- then
- System.out.println("rule1286 fired");
-end
-
-rule rule1287
- when
- $acc : Account(accountId == "acc1287")
- then
- System.out.println("rule1287 fired");
-end
-
-rule rule1288
- when
- $acc : Account(accountId == "acc1288")
- then
- System.out.println("rule1288 fired");
-end
-
-rule rule1289
- when
- $acc : Account(accountId == "acc1289")
- then
- System.out.println("rule1289 fired");
-end
-
-rule rule1290
- when
- $acc : Account(accountId == "acc1290")
- then
- System.out.println("rule1290 fired");
-end
-
-rule rule1291
- when
- $acc : Account(accountId == "acc1291")
- then
- System.out.println("rule1291 fired");
-end
-
-rule rule1292
- when
- $acc : Account(accountId == "acc1292")
- then
- System.out.println("rule1292 fired");
-end
-
-rule rule1293
- when
- $acc : Account(accountId == "acc1293")
- then
- System.out.println("rule1293 fired");
-end
-
-rule rule1294
- when
- $acc : Account(accountId == "acc1294")
- then
- System.out.println("rule1294 fired");
-end
-
-rule rule1295
- when
- $acc : Account(accountId == "acc1295")
- then
- System.out.println("rule1295 fired");
-end
-
-rule rule1296
- when
- $acc : Account(accountId == "acc1296")
- then
- System.out.println("rule1296 fired");
-end
-
-rule rule1297
- when
- $acc : Account(accountId == "acc1297")
- then
- System.out.println("rule1297 fired");
-end
-
-rule rule1298
- when
- $acc : Account(accountId == "acc1298")
- then
- System.out.println("rule1298 fired");
-end
-
-rule rule1299
- when
- $acc : Account(accountId == "acc1299")
- then
- System.out.println("rule1299 fired");
-end
-
-rule rule1300
- when
- $acc : Account(accountId == "acc1300")
- then
- System.out.println("rule1300 fired");
-end
-
-rule rule1301
- when
- $acc : Account(accountId == "acc1301")
- then
- System.out.println("rule1301 fired");
-end
-
-rule rule1302
- when
- $acc : Account(accountId == "acc1302")
- then
- System.out.println("rule1302 fired");
-end
-
-rule rule1303
- when
- $acc : Account(accountId == "acc1303")
- then
- System.out.println("rule1303 fired");
-end
-
-rule rule1304
- when
- $acc : Account(accountId == "acc1304")
- then
- System.out.println("rule1304 fired");
-end
-
-rule rule1305
- when
- $acc : Account(accountId == "acc1305")
- then
- System.out.println("rule1305 fired");
-end
-
-rule rule1306
- when
- $acc : Account(accountId == "acc1306")
- then
- System.out.println("rule1306 fired");
-end
-
-rule rule1307
- when
- $acc : Account(accountId == "acc1307")
- then
- System.out.println("rule1307 fired");
-end
-
-rule rule1308
- when
- $acc : Account(accountId == "acc1308")
- then
- System.out.println("rule1308 fired");
-end
-
-rule rule1309
- when
- $acc : Account(accountId == "acc1309")
- then
- System.out.println("rule1309 fired");
-end
-
-rule rule1310
- when
- $acc : Account(accountId == "acc1310")
- then
- System.out.println("rule1310 fired");
-end
-
-rule rule1311
- when
- $acc : Account(accountId == "acc1311")
- then
- System.out.println("rule1311 fired");
-end
-
-rule rule1312
- when
- $acc : Account(accountId == "acc1312")
- then
- System.out.println("rule1312 fired");
-end
-
-rule rule1313
- when
- $acc : Account(accountId == "acc1313")
- then
- System.out.println("rule1313 fired");
-end
-
-rule rule1314
- when
- $acc : Account(accountId == "acc1314")
- then
- System.out.println("rule1314 fired");
-end
-
-rule rule1315
- when
- $acc : Account(accountId == "acc1315")
- then
- System.out.println("rule1315 fired");
-end
-
-rule rule1316
- when
- $acc : Account(accountId == "acc1316")
- then
- System.out.println("rule1316 fired");
-end
-
-rule rule1317
- when
- $acc : Account(accountId == "acc1317")
- then
- System.out.println("rule1317 fired");
-end
-
-rule rule1318
- when
- $acc : Account(accountId == "acc1318")
- then
- System.out.println("rule1318 fired");
-end
-
-rule rule1319
- when
- $acc : Account(accountId == "acc1319")
- then
- System.out.println("rule1319 fired");
-end
-
-rule rule1320
- when
- $acc : Account(accountId == "acc1320")
- then
- System.out.println("rule1320 fired");
-end
-
-rule rule1321
- when
- $acc : Account(accountId == "acc1321")
- then
- System.out.println("rule1321 fired");
-end
-
-rule rule1322
- when
- $acc : Account(accountId == "acc1322")
- then
- System.out.println("rule1322 fired");
-end
-
-rule rule1323
- when
- $acc : Account(accountId == "acc1323")
- then
- System.out.println("rule1323 fired");
-end
-
-rule rule1324
- when
- $acc : Account(accountId == "acc1324")
- then
- System.out.println("rule1324 fired");
-end
-
-rule rule1325
- when
- $acc : Account(accountId == "acc1325")
- then
- System.out.println("rule1325 fired");
-end
-
-rule rule1326
- when
- $acc : Account(accountId == "acc1326")
- then
- System.out.println("rule1326 fired");
-end
-
-rule rule1327
- when
- $acc : Account(accountId == "acc1327")
- then
- System.out.println("rule1327 fired");
-end
-
-rule rule1328
- when
- $acc : Account(accountId == "acc1328")
- then
- System.out.println("rule1328 fired");
-end
-
-rule rule1329
- when
- $acc : Account(accountId == "acc1329")
- then
- System.out.println("rule1329 fired");
-end
-
-rule rule1330
- when
- $acc : Account(accountId == "acc1330")
- then
- System.out.println("rule1330 fired");
-end
-
-rule rule1331
- when
- $acc : Account(accountId == "acc1331")
- then
- System.out.println("rule1331 fired");
-end
-
-rule rule1332
- when
- $acc : Account(accountId == "acc1332")
- then
- System.out.println("rule1332 fired");
-end
-
-rule rule1333
- when
- $acc : Account(accountId == "acc1333")
- then
- System.out.println("rule1333 fired");
-end
-
-rule rule1334
- when
- $acc : Account(accountId == "acc1334")
- then
- System.out.println("rule1334 fired");
-end
-
-rule rule1335
- when
- $acc : Account(accountId == "acc1335")
- then
- System.out.println("rule1335 fired");
-end
-
-rule rule1336
- when
- $acc : Account(accountId == "acc1336")
- then
- System.out.println("rule1336 fired");
-end
-
-rule rule1337
- when
- $acc : Account(accountId == "acc1337")
- then
- System.out.println("rule1337 fired");
-end
-
-rule rule1338
- when
- $acc : Account(accountId == "acc1338")
- then
- System.out.println("rule1338 fired");
-end
-
-rule rule1339
- when
- $acc : Account(accountId == "acc1339")
- then
- System.out.println("rule1339 fired");
-end
-
-rule rule1340
- when
- $acc : Account(accountId == "acc1340")
- then
- System.out.println("rule1340 fired");
-end
-
-rule rule1341
- when
- $acc : Account(accountId == "acc1341")
- then
- System.out.println("rule1341 fired");
-end
-
-rule rule1342
- when
- $acc : Account(accountId == "acc1342")
- then
- System.out.println("rule1342 fired");
-end
-
-rule rule1343
- when
- $acc : Account(accountId == "acc1343")
- then
- System.out.println("rule1343 fired");
-end
-
-rule rule1344
- when
- $acc : Account(accountId == "acc1344")
- then
- System.out.println("rule1344 fired");
-end
-
-rule rule1345
- when
- $acc : Account(accountId == "acc1345")
- then
- System.out.println("rule1345 fired");
-end
-
-rule rule1346
- when
- $acc : Account(accountId == "acc1346")
- then
- System.out.println("rule1346 fired");
-end
-
-rule rule1347
- when
- $acc : Account(accountId == "acc1347")
- then
- System.out.println("rule1347 fired");
-end
-
-rule rule1348
- when
- $acc : Account(accountId == "acc1348")
- then
- System.out.println("rule1348 fired");
-end
-
-rule rule1349
- when
- $acc : Account(accountId == "acc1349")
- then
- System.out.println("rule1349 fired");
-end
-
-rule rule1350
- when
- $acc : Account(accountId == "acc1350")
- then
- System.out.println("rule1350 fired");
-end
-
-rule rule1351
- when
- $acc : Account(accountId == "acc1351")
- then
- System.out.println("rule1351 fired");
-end
-
-rule rule1352
- when
- $acc : Account(accountId == "acc1352")
- then
- System.out.println("rule1352 fired");
-end
-
-rule rule1353
- when
- $acc : Account(accountId == "acc1353")
- then
- System.out.println("rule1353 fired");
-end
-
-rule rule1354
- when
- $acc : Account(accountId == "acc1354")
- then
- System.out.println("rule1354 fired");
-end
-
-rule rule1355
- when
- $acc : Account(accountId == "acc1355")
- then
- System.out.println("rule1355 fired");
-end
-
-rule rule1356
- when
- $acc : Account(accountId == "acc1356")
- then
- System.out.println("rule1356 fired");
-end
-
-rule rule1357
- when
- $acc : Account(accountId == "acc1357")
- then
- System.out.println("rule1357 fired");
-end
-
-rule rule1358
- when
- $acc : Account(accountId == "acc1358")
- then
- System.out.println("rule1358 fired");
-end
-
-rule rule1359
- when
- $acc : Account(accountId == "acc1359")
- then
- System.out.println("rule1359 fired");
-end
-
-rule rule1360
- when
- $acc : Account(accountId == "acc1360")
- then
- System.out.println("rule1360 fired");
-end
-
-rule rule1361
- when
- $acc : Account(accountId == "acc1361")
- then
- System.out.println("rule1361 fired");
-end
-
-rule rule1362
- when
- $acc : Account(accountId == "acc1362")
- then
- System.out.println("rule1362 fired");
-end
-
-rule rule1363
- when
- $acc : Account(accountId == "acc1363")
- then
- System.out.println("rule1363 fired");
-end
-
-rule rule1364
- when
- $acc : Account(accountId == "acc1364")
- then
- System.out.println("rule1364 fired");
-end
-
-rule rule1365
- when
- $acc : Account(accountId == "acc1365")
- then
- System.out.println("rule1365 fired");
-end
-
-rule rule1366
- when
- $acc : Account(accountId == "acc1366")
- then
- System.out.println("rule1366 fired");
-end
-
-rule rule1367
- when
- $acc : Account(accountId == "acc1367")
- then
- System.out.println("rule1367 fired");
-end
-
-rule rule1368
- when
- $acc : Account(accountId == "acc1368")
- then
- System.out.println("rule1368 fired");
-end
-
-rule rule1369
- when
- $acc : Account(accountId == "acc1369")
- then
- System.out.println("rule1369 fired");
-end
-
-rule rule1370
- when
- $acc : Account(accountId == "acc1370")
- then
- System.out.println("rule1370 fired");
-end
-
-rule rule1371
- when
- $acc : Account(accountId == "acc1371")
- then
- System.out.println("rule1371 fired");
-end
-
-rule rule1372
- when
- $acc : Account(accountId == "acc1372")
- then
- System.out.println("rule1372 fired");
-end
-
-rule rule1373
- when
- $acc : Account(accountId == "acc1373")
- then
- System.out.println("rule1373 fired");
-end
-
-rule rule1374
- when
- $acc : Account(accountId == "acc1374")
- then
- System.out.println("rule1374 fired");
-end
-
-rule rule1375
- when
- $acc : Account(accountId == "acc1375")
- then
- System.out.println("rule1375 fired");
-end
-
-rule rule1376
- when
- $acc : Account(accountId == "acc1376")
- then
- System.out.println("rule1376 fired");
-end
-
-rule rule1377
- when
- $acc : Account(accountId == "acc1377")
- then
- System.out.println("rule1377 fired");
-end
-
-rule rule1378
- when
- $acc : Account(accountId == "acc1378")
- then
- System.out.println("rule1378 fired");
-end
-
-rule rule1379
- when
- $acc : Account(accountId == "acc1379")
- then
- System.out.println("rule1379 fired");
-end
-
-rule rule1380
- when
- $acc : Account(accountId == "acc1380")
- then
- System.out.println("rule1380 fired");
-end
-
-rule rule1381
- when
- $acc : Account(accountId == "acc1381")
- then
- System.out.println("rule1381 fired");
-end
-
-rule rule1382
- when
- $acc : Account(accountId == "acc1382")
- then
- System.out.println("rule1382 fired");
-end
-
-rule rule1383
- when
- $acc : Account(accountId == "acc1383")
- then
- System.out.println("rule1383 fired");
-end
-
-rule rule1384
- when
- $acc : Account(accountId == "acc1384")
- then
- System.out.println("rule1384 fired");
-end
-
-rule rule1385
- when
- $acc : Account(accountId == "acc1385")
- then
- System.out.println("rule1385 fired");
-end
-
-rule rule1386
- when
- $acc : Account(accountId == "acc1386")
- then
- System.out.println("rule1386 fired");
-end
-
-rule rule1387
- when
- $acc : Account(accountId == "acc1387")
- then
- System.out.println("rule1387 fired");
-end
-
-rule rule1388
- when
- $acc : Account(accountId == "acc1388")
- then
- System.out.println("rule1388 fired");
-end
-
-rule rule1389
- when
- $acc : Account(accountId == "acc1389")
- then
- System.out.println("rule1389 fired");
-end
-
-rule rule1390
- when
- $acc : Account(accountId == "acc1390")
- then
- System.out.println("rule1390 fired");
-end
-
-rule rule1391
- when
- $acc : Account(accountId == "acc1391")
- then
- System.out.println("rule1391 fired");
-end
-
-rule rule1392
- when
- $acc : Account(accountId == "acc1392")
- then
- System.out.println("rule1392 fired");
-end
-
-rule rule1393
- when
- $acc : Account(accountId == "acc1393")
- then
- System.out.println("rule1393 fired");
-end
-
-rule rule1394
- when
- $acc : Account(accountId == "acc1394")
- then
- System.out.println("rule1394 fired");
-end
-
-rule rule1395
- when
- $acc : Account(accountId == "acc1395")
- then
- System.out.println("rule1395 fired");
-end
-
-rule rule1396
- when
- $acc : Account(accountId == "acc1396")
- then
- System.out.println("rule1396 fired");
-end
-
-rule rule1397
- when
- $acc : Account(accountId == "acc1397")
- then
- System.out.println("rule1397 fired");
-end
-
-rule rule1398
- when
- $acc : Account(accountId == "acc1398")
- then
- System.out.println("rule1398 fired");
-end
-
-rule rule1399
- when
- $acc : Account(accountId == "acc1399")
- then
- System.out.println("rule1399 fired");
-end
-
-rule rule1400
- when
- $acc : Account(accountId == "acc1400")
- then
- System.out.println("rule1400 fired");
-end
-
-rule rule1401
- when
- $acc : Account(accountId == "acc1401")
- then
- System.out.println("rule1401 fired");
-end
-
-rule rule1402
- when
- $acc : Account(accountId == "acc1402")
- then
- System.out.println("rule1402 fired");
-end
-
-rule rule1403
- when
- $acc : Account(accountId == "acc1403")
- then
- System.out.println("rule1403 fired");
-end
-
-rule rule1404
- when
- $acc : Account(accountId == "acc1404")
- then
- System.out.println("rule1404 fired");
-end
-
-rule rule1405
- when
- $acc : Account(accountId == "acc1405")
- then
- System.out.println("rule1405 fired");
-end
-
-rule rule1406
- when
- $acc : Account(accountId == "acc1406")
- then
- System.out.println("rule1406 fired");
-end
-
-rule rule1407
- when
- $acc : Account(accountId == "acc1407")
- then
- System.out.println("rule1407 fired");
-end
-
-rule rule1408
- when
- $acc : Account(accountId == "acc1408")
- then
- System.out.println("rule1408 fired");
-end
-
-rule rule1409
- when
- $acc : Account(accountId == "acc1409")
- then
- System.out.println("rule1409 fired");
-end
-
-rule rule1410
- when
- $acc : Account(accountId == "acc1410")
- then
- System.out.println("rule1410 fired");
-end
-
-rule rule1411
- when
- $acc : Account(accountId == "acc1411")
- then
- System.out.println("rule1411 fired");
-end
-
-rule rule1412
- when
- $acc : Account(accountId == "acc1412")
- then
- System.out.println("rule1412 fired");
-end
-
-rule rule1413
- when
- $acc : Account(accountId == "acc1413")
- then
- System.out.println("rule1413 fired");
-end
-
-rule rule1414
- when
- $acc : Account(accountId == "acc1414")
- then
- System.out.println("rule1414 fired");
-end
-
-rule rule1415
- when
- $acc : Account(accountId == "acc1415")
- then
- System.out.println("rule1415 fired");
-end
-
-rule rule1416
- when
- $acc : Account(accountId == "acc1416")
- then
- System.out.println("rule1416 fired");
-end
-
-rule rule1417
- when
- $acc : Account(accountId == "acc1417")
- then
- System.out.println("rule1417 fired");
-end
-
-rule rule1418
- when
- $acc : Account(accountId == "acc1418")
- then
- System.out.println("rule1418 fired");
-end
-
-rule rule1419
- when
- $acc : Account(accountId == "acc1419")
- then
- System.out.println("rule1419 fired");
-end
-
-rule rule1420
- when
- $acc : Account(accountId == "acc1420")
- then
- System.out.println("rule1420 fired");
-end
-
-rule rule1421
- when
- $acc : Account(accountId == "acc1421")
- then
- System.out.println("rule1421 fired");
-end
-
-rule rule1422
- when
- $acc : Account(accountId == "acc1422")
- then
- System.out.println("rule1422 fired");
-end
-
-rule rule1423
- when
- $acc : Account(accountId == "acc1423")
- then
- System.out.println("rule1423 fired");
-end
-
-rule rule1424
- when
- $acc : Account(accountId == "acc1424")
- then
- System.out.println("rule1424 fired");
-end
-
-rule rule1425
- when
- $acc : Account(accountId == "acc1425")
- then
- System.out.println("rule1425 fired");
-end
-
-rule rule1426
- when
- $acc : Account(accountId == "acc1426")
- then
- System.out.println("rule1426 fired");
-end
-
-rule rule1427
- when
- $acc : Account(accountId == "acc1427")
- then
- System.out.println("rule1427 fired");
-end
-
-rule rule1428
- when
- $acc : Account(accountId == "acc1428")
- then
- System.out.println("rule1428 fired");
-end
-
-rule rule1429
- when
- $acc : Account(accountId == "acc1429")
- then
- System.out.println("rule1429 fired");
-end
-
-rule rule1430
- when
- $acc : Account(accountId == "acc1430")
- then
- System.out.println("rule1430 fired");
-end
-
-rule rule1431
- when
- $acc : Account(accountId == "acc1431")
- then
- System.out.println("rule1431 fired");
-end
-
-rule rule1432
- when
- $acc : Account(accountId == "acc1432")
- then
- System.out.println("rule1432 fired");
-end
-
-rule rule1433
- when
- $acc : Account(accountId == "acc1433")
- then
- System.out.println("rule1433 fired");
-end
-
-rule rule1434
- when
- $acc : Account(accountId == "acc1434")
- then
- System.out.println("rule1434 fired");
-end
-
-rule rule1435
- when
- $acc : Account(accountId == "acc1435")
- then
- System.out.println("rule1435 fired");
-end
-
-rule rule1436
- when
- $acc : Account(accountId == "acc1436")
- then
- System.out.println("rule1436 fired");
-end
-
-rule rule1437
- when
- $acc : Account(accountId == "acc1437")
- then
- System.out.println("rule1437 fired");
-end
-
-rule rule1438
- when
- $acc : Account(accountId == "acc1438")
- then
- System.out.println("rule1438 fired");
-end
-
-rule rule1439
- when
- $acc : Account(accountId == "acc1439")
- then
- System.out.println("rule1439 fired");
-end
-
-rule rule1440
- when
- $acc : Account(accountId == "acc1440")
- then
- System.out.println("rule1440 fired");
-end
-
-rule rule1441
- when
- $acc : Account(accountId == "acc1441")
- then
- System.out.println("rule1441 fired");
-end
-
-rule rule1442
- when
- $acc : Account(accountId == "acc1442")
- then
- System.out.println("rule1442 fired");
-end
-
-rule rule1443
- when
- $acc : Account(accountId == "acc1443")
- then
- System.out.println("rule1443 fired");
-end
-
-rule rule1444
- when
- $acc : Account(accountId == "acc1444")
- then
- System.out.println("rule1444 fired");
-end
-
-rule rule1445
- when
- $acc : Account(accountId == "acc1445")
- then
- System.out.println("rule1445 fired");
-end
-
-rule rule1446
- when
- $acc : Account(accountId == "acc1446")
- then
- System.out.println("rule1446 fired");
-end
-
-rule rule1447
- when
- $acc : Account(accountId == "acc1447")
- then
- System.out.println("rule1447 fired");
-end
-
-rule rule1448
- when
- $acc : Account(accountId == "acc1448")
- then
- System.out.println("rule1448 fired");
-end
-
-rule rule1449
- when
- $acc : Account(accountId == "acc1449")
- then
- System.out.println("rule1449 fired");
-end
-
-rule rule1450
- when
- $acc : Account(accountId == "acc1450")
- then
- System.out.println("rule1450 fired");
-end
-
-rule rule1451
- when
- $acc : Account(accountId == "acc1451")
- then
- System.out.println("rule1451 fired");
-end
-
-rule rule1452
- when
- $acc : Account(accountId == "acc1452")
- then
- System.out.println("rule1452 fired");
-end
-
-rule rule1453
- when
- $acc : Account(accountId == "acc1453")
- then
- System.out.println("rule1453 fired");
-end
-
-rule rule1454
- when
- $acc : Account(accountId == "acc1454")
- then
- System.out.println("rule1454 fired");
-end
-
-rule rule1455
- when
- $acc : Account(accountId == "acc1455")
- then
- System.out.println("rule1455 fired");
-end
-
-rule rule1456
- when
- $acc : Account(accountId == "acc1456")
- then
- System.out.println("rule1456 fired");
-end
-
-rule rule1457
- when
- $acc : Account(accountId == "acc1457")
- then
- System.out.println("rule1457 fired");
-end
-
-rule rule1458
- when
- $acc : Account(accountId == "acc1458")
- then
- System.out.println("rule1458 fired");
-end
-
-rule rule1459
- when
- $acc : Account(accountId == "acc1459")
- then
- System.out.println("rule1459 fired");
-end
-
-rule rule1460
- when
- $acc : Account(accountId == "acc1460")
- then
- System.out.println("rule1460 fired");
-end
-
-rule rule1461
- when
- $acc : Account(accountId == "acc1461")
- then
- System.out.println("rule1461 fired");
-end
-
-rule rule1462
- when
- $acc : Account(accountId == "acc1462")
- then
- System.out.println("rule1462 fired");
-end
-
-rule rule1463
- when
- $acc : Account(accountId == "acc1463")
- then
- System.out.println("rule1463 fired");
-end
-
-rule rule1464
- when
- $acc : Account(accountId == "acc1464")
- then
- System.out.println("rule1464 fired");
-end
-
-rule rule1465
- when
- $acc : Account(accountId == "acc1465")
- then
- System.out.println("rule1465 fired");
-end
-
-rule rule1466
- when
- $acc : Account(accountId == "acc1466")
- then
- System.out.println("rule1466 fired");
-end
-
-rule rule1467
- when
- $acc : Account(accountId == "acc1467")
- then
- System.out.println("rule1467 fired");
-end
-
-rule rule1468
- when
- $acc : Account(accountId == "acc1468")
- then
- System.out.println("rule1468 fired");
-end
-
-rule rule1469
- when
- $acc : Account(accountId == "acc1469")
- then
- System.out.println("rule1469 fired");
-end
-
-rule rule1470
- when
- $acc : Account(accountId == "acc1470")
- then
- System.out.println("rule1470 fired");
-end
-
-rule rule1471
- when
- $acc : Account(accountId == "acc1471")
- then
- System.out.println("rule1471 fired");
-end
-
-rule rule1472
- when
- $acc : Account(accountId == "acc1472")
- then
- System.out.println("rule1472 fired");
-end
-
-rule rule1473
- when
- $acc : Account(accountId == "acc1473")
- then
- System.out.println("rule1473 fired");
-end
-
-rule rule1474
- when
- $acc : Account(accountId == "acc1474")
- then
- System.out.println("rule1474 fired");
-end
-
-rule rule1475
- when
- $acc : Account(accountId == "acc1475")
- then
- System.out.println("rule1475 fired");
-end
-
-rule rule1476
- when
- $acc : Account(accountId == "acc1476")
- then
- System.out.println("rule1476 fired");
-end
-
-rule rule1477
- when
- $acc : Account(accountId == "acc1477")
- then
- System.out.println("rule1477 fired");
-end
-
-rule rule1478
- when
- $acc : Account(accountId == "acc1478")
- then
- System.out.println("rule1478 fired");
-end
-
-rule rule1479
- when
- $acc : Account(accountId == "acc1479")
- then
- System.out.println("rule1479 fired");
-end
-
-rule rule1480
- when
- $acc : Account(accountId == "acc1480")
- then
- System.out.println("rule1480 fired");
-end
-
-rule rule1481
- when
- $acc : Account(accountId == "acc1481")
- then
- System.out.println("rule1481 fired");
-end
-
-rule rule1482
- when
- $acc : Account(accountId == "acc1482")
- then
- System.out.println("rule1482 fired");
-end
-
-rule rule1483
- when
- $acc : Account(accountId == "acc1483")
- then
- System.out.println("rule1483 fired");
-end
-
-rule rule1484
- when
- $acc : Account(accountId == "acc1484")
- then
- System.out.println("rule1484 fired");
-end
-
-rule rule1485
- when
- $acc : Account(accountId == "acc1485")
- then
- System.out.println("rule1485 fired");
-end
-
-rule rule1486
- when
- $acc : Account(accountId == "acc1486")
- then
- System.out.println("rule1486 fired");
-end
-
-rule rule1487
- when
- $acc : Account(accountId == "acc1487")
- then
- System.out.println("rule1487 fired");
-end
-
-rule rule1488
- when
- $acc : Account(accountId == "acc1488")
- then
- System.out.println("rule1488 fired");
-end
-
-rule rule1489
- when
- $acc : Account(accountId == "acc1489")
- then
- System.out.println("rule1489 fired");
-end
-
-rule rule1490
- when
- $acc : Account(accountId == "acc1490")
- then
- System.out.println("rule1490 fired");
-end
-
-rule rule1491
- when
- $acc : Account(accountId == "acc1491")
- then
- System.out.println("rule1491 fired");
-end
-
-rule rule1492
- when
- $acc : Account(accountId == "acc1492")
- then
- System.out.println("rule1492 fired");
-end
-
-rule rule1493
- when
- $acc : Account(accountId == "acc1493")
- then
- System.out.println("rule1493 fired");
-end
-
-rule rule1494
- when
- $acc : Account(accountId == "acc1494")
- then
- System.out.println("rule1494 fired");
-end
-
-rule rule1495
- when
- $acc : Account(accountId == "acc1495")
- then
- System.out.println("rule1495 fired");
-end
-
-rule rule1496
- when
- $acc : Account(accountId == "acc1496")
- then
- System.out.println("rule1496 fired");
-end
-
-rule rule1497
- when
- $acc : Account(accountId == "acc1497")
- then
- System.out.println("rule1497 fired");
-end
-
-rule rule1498
- when
- $acc : Account(accountId == "acc1498")
- then
- System.out.println("rule1498 fired");
-end
-
-rule rule1499
- when
- $acc : Account(accountId == "acc1499")
- then
- System.out.println("rule1499 fired");
-end
-
-rule rule1500
- when
- $acc : Account(accountId == "acc1500")
- then
- System.out.println("rule1500 fired");
-end
-
-rule rule1501
- when
- $acc : Account(accountId == "acc1501")
- then
- System.out.println("rule1501 fired");
-end
-
-rule rule1502
- when
- $acc : Account(accountId == "acc1502")
- then
- System.out.println("rule1502 fired");
-end
-
-rule rule1503
- when
- $acc : Account(accountId == "acc1503")
- then
- System.out.println("rule1503 fired");
-end
-
-rule rule1504
- when
- $acc : Account(accountId == "acc1504")
- then
- System.out.println("rule1504 fired");
-end
-
-rule rule1505
- when
- $acc : Account(accountId == "acc1505")
- then
- System.out.println("rule1505 fired");
-end
-
-rule rule1506
- when
- $acc : Account(accountId == "acc1506")
- then
- System.out.println("rule1506 fired");
-end
-
-rule rule1507
- when
- $acc : Account(accountId == "acc1507")
- then
- System.out.println("rule1507 fired");
-end
-
-rule rule1508
- when
- $acc : Account(accountId == "acc1508")
- then
- System.out.println("rule1508 fired");
-end
-
-rule rule1509
- when
- $acc : Account(accountId == "acc1509")
- then
- System.out.println("rule1509 fired");
-end
-
-rule rule1510
- when
- $acc : Account(accountId == "acc1510")
- then
- System.out.println("rule1510 fired");
-end
-
-rule rule1511
- when
- $acc : Account(accountId == "acc1511")
- then
- System.out.println("rule1511 fired");
-end
-
-rule rule1512
- when
- $acc : Account(accountId == "acc1512")
- then
- System.out.println("rule1512 fired");
-end
-
-rule rule1513
- when
- $acc : Account(accountId == "acc1513")
- then
- System.out.println("rule1513 fired");
-end
-
-rule rule1514
- when
- $acc : Account(accountId == "acc1514")
- then
- System.out.println("rule1514 fired");
-end
-
-rule rule1515
- when
- $acc : Account(accountId == "acc1515")
- then
- System.out.println("rule1515 fired");
-end
-
-rule rule1516
- when
- $acc : Account(accountId == "acc1516")
- then
- System.out.println("rule1516 fired");
-end
-
-rule rule1517
- when
- $acc : Account(accountId == "acc1517")
- then
- System.out.println("rule1517 fired");
-end
-
-rule rule1518
- when
- $acc : Account(accountId == "acc1518")
- then
- System.out.println("rule1518 fired");
-end
-
-rule rule1519
- when
- $acc : Account(accountId == "acc1519")
- then
- System.out.println("rule1519 fired");
-end
-
-rule rule1520
- when
- $acc : Account(accountId == "acc1520")
- then
- System.out.println("rule1520 fired");
-end
-
-rule rule1521
- when
- $acc : Account(accountId == "acc1521")
- then
- System.out.println("rule1521 fired");
-end
-
-rule rule1522
- when
- $acc : Account(accountId == "acc1522")
- then
- System.out.println("rule1522 fired");
-end
-
-rule rule1523
- when
- $acc : Account(accountId == "acc1523")
- then
- System.out.println("rule1523 fired");
-end
-
-rule rule1524
- when
- $acc : Account(accountId == "acc1524")
- then
- System.out.println("rule1524 fired");
-end
-
-rule rule1525
- when
- $acc : Account(accountId == "acc1525")
- then
- System.out.println("rule1525 fired");
-end
-
-rule rule1526
- when
- $acc : Account(accountId == "acc1526")
- then
- System.out.println("rule1526 fired");
-end
-
-rule rule1527
- when
- $acc : Account(accountId == "acc1527")
- then
- System.out.println("rule1527 fired");
-end
-
-rule rule1528
- when
- $acc : Account(accountId == "acc1528")
- then
- System.out.println("rule1528 fired");
-end
-
-rule rule1529
- when
- $acc : Account(accountId == "acc1529")
- then
- System.out.println("rule1529 fired");
-end
-
-rule rule1530
- when
- $acc : Account(accountId == "acc1530")
- then
- System.out.println("rule1530 fired");
-end
-
-rule rule1531
- when
- $acc : Account(accountId == "acc1531")
- then
- System.out.println("rule1531 fired");
-end
-
-rule rule1532
- when
- $acc : Account(accountId == "acc1532")
- then
- System.out.println("rule1532 fired");
-end
-
-rule rule1533
- when
- $acc : Account(accountId == "acc1533")
- then
- System.out.println("rule1533 fired");
-end
-
-rule rule1534
- when
- $acc : Account(accountId == "acc1534")
- then
- System.out.println("rule1534 fired");
-end
-
-rule rule1535
- when
- $acc : Account(accountId == "acc1535")
- then
- System.out.println("rule1535 fired");
-end
-
-rule rule1536
- when
- $acc : Account(accountId == "acc1536")
- then
- System.out.println("rule1536 fired");
-end
-
-rule rule1537
- when
- $acc : Account(accountId == "acc1537")
- then
- System.out.println("rule1537 fired");
-end
-
-rule rule1538
- when
- $acc : Account(accountId == "acc1538")
- then
- System.out.println("rule1538 fired");
-end
-
-rule rule1539
- when
- $acc : Account(accountId == "acc1539")
- then
- System.out.println("rule1539 fired");
-end
-
-rule rule1540
- when
- $acc : Account(accountId == "acc1540")
- then
- System.out.println("rule1540 fired");
-end
-
-rule rule1541
- when
- $acc : Account(accountId == "acc1541")
- then
- System.out.println("rule1541 fired");
-end
-
-rule rule1542
- when
- $acc : Account(accountId == "acc1542")
- then
- System.out.println("rule1542 fired");
-end
-
-rule rule1543
- when
- $acc : Account(accountId == "acc1543")
- then
- System.out.println("rule1543 fired");
-end
-
-rule rule1544
- when
- $acc : Account(accountId == "acc1544")
- then
- System.out.println("rule1544 fired");
-end
-
-rule rule1545
- when
- $acc : Account(accountId == "acc1545")
- then
- System.out.println("rule1545 fired");
-end
-
-rule rule1546
- when
- $acc : Account(accountId == "acc1546")
- then
- System.out.println("rule1546 fired");
-end
-
-rule rule1547
- when
- $acc : Account(accountId == "acc1547")
- then
- System.out.println("rule1547 fired");
-end
-
-rule rule1548
- when
- $acc : Account(accountId == "acc1548")
- then
- System.out.println("rule1548 fired");
-end
-
-rule rule1549
- when
- $acc : Account(accountId == "acc1549")
- then
- System.out.println("rule1549 fired");
-end
-
-rule rule1550
- when
- $acc : Account(accountId == "acc1550")
- then
- System.out.println("rule1550 fired");
-end
-
-rule rule1551
- when
- $acc : Account(accountId == "acc1551")
- then
- System.out.println("rule1551 fired");
-end
-
-rule rule1552
- when
- $acc : Account(accountId == "acc1552")
- then
- System.out.println("rule1552 fired");
-end
-
-rule rule1553
- when
- $acc : Account(accountId == "acc1553")
- then
- System.out.println("rule1553 fired");
-end
-
-rule rule1554
- when
- $acc : Account(accountId == "acc1554")
- then
- System.out.println("rule1554 fired");
-end
-
-rule rule1555
- when
- $acc : Account(accountId == "acc1555")
- then
- System.out.println("rule1555 fired");
-end
-
-rule rule1556
- when
- $acc : Account(accountId == "acc1556")
- then
- System.out.println("rule1556 fired");
-end
-
-rule rule1557
- when
- $acc : Account(accountId == "acc1557")
- then
- System.out.println("rule1557 fired");
-end
-
-rule rule1558
- when
- $acc : Account(accountId == "acc1558")
- then
- System.out.println("rule1558 fired");
-end
-
-rule rule1559
- when
- $acc : Account(accountId == "acc1559")
- then
- System.out.println("rule1559 fired");
-end
-
-rule rule1560
- when
- $acc : Account(accountId == "acc1560")
- then
- System.out.println("rule1560 fired");
-end
-
-rule rule1561
- when
- $acc : Account(accountId == "acc1561")
- then
- System.out.println("rule1561 fired");
-end
-
-rule rule1562
- when
- $acc : Account(accountId == "acc1562")
- then
- System.out.println("rule1562 fired");
-end
-
-rule rule1563
- when
- $acc : Account(accountId == "acc1563")
- then
- System.out.println("rule1563 fired");
-end
-
-rule rule1564
- when
- $acc : Account(accountId == "acc1564")
- then
- System.out.println("rule1564 fired");
-end
-
-rule rule1565
- when
- $acc : Account(accountId == "acc1565")
- then
- System.out.println("rule1565 fired");
-end
-
-rule rule1566
- when
- $acc : Account(accountId == "acc1566")
- then
- System.out.println("rule1566 fired");
-end
-
-rule rule1567
- when
- $acc : Account(accountId == "acc1567")
- then
- System.out.println("rule1567 fired");
-end
-
-rule rule1568
- when
- $acc : Account(accountId == "acc1568")
- then
- System.out.println("rule1568 fired");
-end
-
-rule rule1569
- when
- $acc : Account(accountId == "acc1569")
- then
- System.out.println("rule1569 fired");
-end
-
-rule rule1570
- when
- $acc : Account(accountId == "acc1570")
- then
- System.out.println("rule1570 fired");
-end
-
-rule rule1571
- when
- $acc : Account(accountId == "acc1571")
- then
- System.out.println("rule1571 fired");
-end
-
-rule rule1572
- when
- $acc : Account(accountId == "acc1572")
- then
- System.out.println("rule1572 fired");
-end
-
-rule rule1573
- when
- $acc : Account(accountId == "acc1573")
- then
- System.out.println("rule1573 fired");
-end
-
-rule rule1574
- when
- $acc : Account(accountId == "acc1574")
- then
- System.out.println("rule1574 fired");
-end
-
-rule rule1575
- when
- $acc : Account(accountId == "acc1575")
- then
- System.out.println("rule1575 fired");
-end
-
-rule rule1576
- when
- $acc : Account(accountId == "acc1576")
- then
- System.out.println("rule1576 fired");
-end
-
-rule rule1577
- when
- $acc : Account(accountId == "acc1577")
- then
- System.out.println("rule1577 fired");
-end
-
-rule rule1578
- when
- $acc : Account(accountId == "acc1578")
- then
- System.out.println("rule1578 fired");
-end
-
-rule rule1579
- when
- $acc : Account(accountId == "acc1579")
- then
- System.out.println("rule1579 fired");
-end
-
-rule rule1580
- when
- $acc : Account(accountId == "acc1580")
- then
- System.out.println("rule1580 fired");
-end
-
-rule rule1581
- when
- $acc : Account(accountId == "acc1581")
- then
- System.out.println("rule1581 fired");
-end
-
-rule rule1582
- when
- $acc : Account(accountId == "acc1582")
- then
- System.out.println("rule1582 fired");
-end
-
-rule rule1583
- when
- $acc : Account(accountId == "acc1583")
- then
- System.out.println("rule1583 fired");
-end
-
-rule rule1584
- when
- $acc : Account(accountId == "acc1584")
- then
- System.out.println("rule1584 fired");
-end
-
-rule rule1585
- when
- $acc : Account(accountId == "acc1585")
- then
- System.out.println("rule1585 fired");
-end
-
-rule rule1586
- when
- $acc : Account(accountId == "acc1586")
- then
- System.out.println("rule1586 fired");
-end
-
-rule rule1587
- when
- $acc : Account(accountId == "acc1587")
- then
- System.out.println("rule1587 fired");
-end
-
-rule rule1588
- when
- $acc : Account(accountId == "acc1588")
- then
- System.out.println("rule1588 fired");
-end
-
-rule rule1589
- when
- $acc : Account(accountId == "acc1589")
- then
- System.out.println("rule1589 fired");
-end
-
-rule rule1590
- when
- $acc : Account(accountId == "acc1590")
- then
- System.out.println("rule1590 fired");
-end
-
-rule rule1591
- when
- $acc : Account(accountId == "acc1591")
- then
- System.out.println("rule1591 fired");
-end
-
-rule rule1592
- when
- $acc : Account(accountId == "acc1592")
- then
- System.out.println("rule1592 fired");
-end
-
-rule rule1593
- when
- $acc : Account(accountId == "acc1593")
- then
- System.out.println("rule1593 fired");
-end
-
-rule rule1594
- when
- $acc : Account(accountId == "acc1594")
- then
- System.out.println("rule1594 fired");
-end
-
-rule rule1595
- when
- $acc : Account(accountId == "acc1595")
- then
- System.out.println("rule1595 fired");
-end
-
-rule rule1596
- when
- $acc : Account(accountId == "acc1596")
- then
- System.out.println("rule1596 fired");
-end
-
-rule rule1597
- when
- $acc : Account(accountId == "acc1597")
- then
- System.out.println("rule1597 fired");
-end
-
-rule rule1598
- when
- $acc : Account(accountId == "acc1598")
- then
- System.out.println("rule1598 fired");
-end
-
-rule rule1599
- when
- $acc : Account(accountId == "acc1599")
- then
- System.out.println("rule1599 fired");
-end
-
-rule rule1600
- when
- $acc : Account(accountId == "acc1600")
- then
- System.out.println("rule1600 fired");
-end
-
-rule rule1601
- when
- $acc : Account(accountId == "acc1601")
- then
- System.out.println("rule1601 fired");
-end
-
-rule rule1602
- when
- $acc : Account(accountId == "acc1602")
- then
- System.out.println("rule1602 fired");
-end
-
-rule rule1603
- when
- $acc : Account(accountId == "acc1603")
- then
- System.out.println("rule1603 fired");
-end
-
-rule rule1604
- when
- $acc : Account(accountId == "acc1604")
- then
- System.out.println("rule1604 fired");
-end
-
-rule rule1605
- when
- $acc : Account(accountId == "acc1605")
- then
- System.out.println("rule1605 fired");
-end
-
-rule rule1606
- when
- $acc : Account(accountId == "acc1606")
- then
- System.out.println("rule1606 fired");
-end
-
-rule rule1607
- when
- $acc : Account(accountId == "acc1607")
- then
- System.out.println("rule1607 fired");
-end
-
-rule rule1608
- when
- $acc : Account(accountId == "acc1608")
- then
- System.out.println("rule1608 fired");
-end
-
-rule rule1609
- when
- $acc : Account(accountId == "acc1609")
- then
- System.out.println("rule1609 fired");
-end
-
-rule rule1610
- when
- $acc : Account(accountId == "acc1610")
- then
- System.out.println("rule1610 fired");
-end
-
-rule rule1611
- when
- $acc : Account(accountId == "acc1611")
- then
- System.out.println("rule1611 fired");
-end
-
-rule rule1612
- when
- $acc : Account(accountId == "acc1612")
- then
- System.out.println("rule1612 fired");
-end
-
-rule rule1613
- when
- $acc : Account(accountId == "acc1613")
- then
- System.out.println("rule1613 fired");
-end
-
-rule rule1614
- when
- $acc : Account(accountId == "acc1614")
- then
- System.out.println("rule1614 fired");
-end
-
-rule rule1615
- when
- $acc : Account(accountId == "acc1615")
- then
- System.out.println("rule1615 fired");
-end
-
-rule rule1616
- when
- $acc : Account(accountId == "acc1616")
- then
- System.out.println("rule1616 fired");
-end
-
-rule rule1617
- when
- $acc : Account(accountId == "acc1617")
- then
- System.out.println("rule1617 fired");
-end
-
-rule rule1618
- when
- $acc : Account(accountId == "acc1618")
- then
- System.out.println("rule1618 fired");
-end
-
-rule rule1619
- when
- $acc : Account(accountId == "acc1619")
- then
- System.out.println("rule1619 fired");
-end
-
-rule rule1620
- when
- $acc : Account(accountId == "acc1620")
- then
- System.out.println("rule1620 fired");
-end
-
-rule rule1621
- when
- $acc : Account(accountId == "acc1621")
- then
- System.out.println("rule1621 fired");
-end
-
-rule rule1622
- when
- $acc : Account(accountId == "acc1622")
- then
- System.out.println("rule1622 fired");
-end
-
-rule rule1623
- when
- $acc : Account(accountId == "acc1623")
- then
- System.out.println("rule1623 fired");
-end
-
-rule rule1624
- when
- $acc : Account(accountId == "acc1624")
- then
- System.out.println("rule1624 fired");
-end
-
-rule rule1625
- when
- $acc : Account(accountId == "acc1625")
- then
- System.out.println("rule1625 fired");
-end
-
-rule rule1626
- when
- $acc : Account(accountId == "acc1626")
- then
- System.out.println("rule1626 fired");
-end
-
-rule rule1627
- when
- $acc : Account(accountId == "acc1627")
- then
- System.out.println("rule1627 fired");
-end
-
-rule rule1628
- when
- $acc : Account(accountId == "acc1628")
- then
- System.out.println("rule1628 fired");
-end
-
-rule rule1629
- when
- $acc : Account(accountId == "acc1629")
- then
- System.out.println("rule1629 fired");
-end
-
-rule rule1630
- when
- $acc : Account(accountId == "acc1630")
- then
- System.out.println("rule1630 fired");
-end
-
-rule rule1631
- when
- $acc : Account(accountId == "acc1631")
- then
- System.out.println("rule1631 fired");
-end
-
-rule rule1632
- when
- $acc : Account(accountId == "acc1632")
- then
- System.out.println("rule1632 fired");
-end
-
-rule rule1633
- when
- $acc : Account(accountId == "acc1633")
- then
- System.out.println("rule1633 fired");
-end
-
-rule rule1634
- when
- $acc : Account(accountId == "acc1634")
- then
- System.out.println("rule1634 fired");
-end
-
-rule rule1635
- when
- $acc : Account(accountId == "acc1635")
- then
- System.out.println("rule1635 fired");
-end
-
-rule rule1636
- when
- $acc : Account(accountId == "acc1636")
- then
- System.out.println("rule1636 fired");
-end
-
-rule rule1637
- when
- $acc : Account(accountId == "acc1637")
- then
- System.out.println("rule1637 fired");
-end
-
-rule rule1638
- when
- $acc : Account(accountId == "acc1638")
- then
- System.out.println("rule1638 fired");
-end
-
-rule rule1639
- when
- $acc : Account(accountId == "acc1639")
- then
- System.out.println("rule1639 fired");
-end
-
-rule rule1640
- when
- $acc : Account(accountId == "acc1640")
- then
- System.out.println("rule1640 fired");
-end
-
-rule rule1641
- when
- $acc : Account(accountId == "acc1641")
- then
- System.out.println("rule1641 fired");
-end
-
-rule rule1642
- when
- $acc : Account(accountId == "acc1642")
- then
- System.out.println("rule1642 fired");
-end
-
-rule rule1643
- when
- $acc : Account(accountId == "acc1643")
- then
- System.out.println("rule1643 fired");
-end
-
-rule rule1644
- when
- $acc : Account(accountId == "acc1644")
- then
- System.out.println("rule1644 fired");
-end
-
-rule rule1645
- when
- $acc : Account(accountId == "acc1645")
- then
- System.out.println("rule1645 fired");
-end
-
-rule rule1646
- when
- $acc : Account(accountId == "acc1646")
- then
- System.out.println("rule1646 fired");
-end
-
-rule rule1647
- when
- $acc : Account(accountId == "acc1647")
- then
- System.out.println("rule1647 fired");
-end
-
-rule rule1648
- when
- $acc : Account(accountId == "acc1648")
- then
- System.out.println("rule1648 fired");
-end
-
-rule rule1649
- when
- $acc : Account(accountId == "acc1649")
- then
- System.out.println("rule1649 fired");
-end
-
-rule rule1650
- when
- $acc : Account(accountId == "acc1650")
- then
- System.out.println("rule1650 fired");
-end
-
-rule rule1651
- when
- $acc : Account(accountId == "acc1651")
- then
- System.out.println("rule1651 fired");
-end
-
-rule rule1652
- when
- $acc : Account(accountId == "acc1652")
- then
- System.out.println("rule1652 fired");
-end
-
-rule rule1653
- when
- $acc : Account(accountId == "acc1653")
- then
- System.out.println("rule1653 fired");
-end
-
-rule rule1654
- when
- $acc : Account(accountId == "acc1654")
- then
- System.out.println("rule1654 fired");
-end
-
-rule rule1655
- when
- $acc : Account(accountId == "acc1655")
- then
- System.out.println("rule1655 fired");
-end
-
-rule rule1656
- when
- $acc : Account(accountId == "acc1656")
- then
- System.out.println("rule1656 fired");
-end
-
-rule rule1657
- when
- $acc : Account(accountId == "acc1657")
- then
- System.out.println("rule1657 fired");
-end
-
-rule rule1658
- when
- $acc : Account(accountId == "acc1658")
- then
- System.out.println("rule1658 fired");
-end
-
-rule rule1659
- when
- $acc : Account(accountId == "acc1659")
- then
- System.out.println("rule1659 fired");
-end
-
-rule rule1660
- when
- $acc : Account(accountId == "acc1660")
- then
- System.out.println("rule1660 fired");
-end
-
-rule rule1661
- when
- $acc : Account(accountId == "acc1661")
- then
- System.out.println("rule1661 fired");
-end
-
-rule rule1662
- when
- $acc : Account(accountId == "acc1662")
- then
- System.out.println("rule1662 fired");
-end
-
-rule rule1663
- when
- $acc : Account(accountId == "acc1663")
- then
- System.out.println("rule1663 fired");
-end
-
-rule rule1664
- when
- $acc : Account(accountId == "acc1664")
- then
- System.out.println("rule1664 fired");
-end
-
-rule rule1665
- when
- $acc : Account(accountId == "acc1665")
- then
- System.out.println("rule1665 fired");
-end
-
-rule rule1666
- when
- $acc : Account(accountId == "acc1666")
- then
- System.out.println("rule1666 fired");
-end
-
-rule rule1667
- when
- $acc : Account(accountId == "acc1667")
- then
- System.out.println("rule1667 fired");
-end
-
-rule rule1668
- when
- $acc : Account(accountId == "acc1668")
- then
- System.out.println("rule1668 fired");
-end
-
-rule rule1669
- when
- $acc : Account(accountId == "acc1669")
- then
- System.out.println("rule1669 fired");
-end
-
-rule rule1670
- when
- $acc : Account(accountId == "acc1670")
- then
- System.out.println("rule1670 fired");
-end
-
-rule rule1671
- when
- $acc : Account(accountId == "acc1671")
- then
- System.out.println("rule1671 fired");
-end
-
-rule rule1672
- when
- $acc : Account(accountId == "acc1672")
- then
- System.out.println("rule1672 fired");
-end
-
-rule rule1673
- when
- $acc : Account(accountId == "acc1673")
- then
- System.out.println("rule1673 fired");
-end
-
-rule rule1674
- when
- $acc : Account(accountId == "acc1674")
- then
- System.out.println("rule1674 fired");
-end
-
-rule rule1675
- when
- $acc : Account(accountId == "acc1675")
- then
- System.out.println("rule1675 fired");
-end
-
-rule rule1676
- when
- $acc : Account(accountId == "acc1676")
- then
- System.out.println("rule1676 fired");
-end
-
-rule rule1677
- when
- $acc : Account(accountId == "acc1677")
- then
- System.out.println("rule1677 fired");
-end
-
-rule rule1678
- when
- $acc : Account(accountId == "acc1678")
- then
- System.out.println("rule1678 fired");
-end
-
-rule rule1679
- when
- $acc : Account(accountId == "acc1679")
- then
- System.out.println("rule1679 fired");
-end
-
-rule rule1680
- when
- $acc : Account(accountId == "acc1680")
- then
- System.out.println("rule1680 fired");
-end
-
-rule rule1681
- when
- $acc : Account(accountId == "acc1681")
- then
- System.out.println("rule1681 fired");
-end
-
-rule rule1682
- when
- $acc : Account(accountId == "acc1682")
- then
- System.out.println("rule1682 fired");
-end
-
-rule rule1683
- when
- $acc : Account(accountId == "acc1683")
- then
- System.out.println("rule1683 fired");
-end
-
-rule rule1684
- when
- $acc : Account(accountId == "acc1684")
- then
- System.out.println("rule1684 fired");
-end
-
-rule rule1685
- when
- $acc : Account(accountId == "acc1685")
- then
- System.out.println("rule1685 fired");
-end
-
-rule rule1686
- when
- $acc : Account(accountId == "acc1686")
- then
- System.out.println("rule1686 fired");
-end
-
-rule rule1687
- when
- $acc : Account(accountId == "acc1687")
- then
- System.out.println("rule1687 fired");
-end
-
-rule rule1688
- when
- $acc : Account(accountId == "acc1688")
- then
- System.out.println("rule1688 fired");
-end
-
-rule rule1689
- when
- $acc : Account(accountId == "acc1689")
- then
- System.out.println("rule1689 fired");
-end
-
-rule rule1690
- when
- $acc : Account(accountId == "acc1690")
- then
- System.out.println("rule1690 fired");
-end
-
-rule rule1691
- when
- $acc : Account(accountId == "acc1691")
- then
- System.out.println("rule1691 fired");
-end
-
-rule rule1692
- when
- $acc : Account(accountId == "acc1692")
- then
- System.out.println("rule1692 fired");
-end
-
-rule rule1693
- when
- $acc : Account(accountId == "acc1693")
- then
- System.out.println("rule1693 fired");
-end
-
-rule rule1694
- when
- $acc : Account(accountId == "acc1694")
- then
- System.out.println("rule1694 fired");
-end
-
-rule rule1695
- when
- $acc : Account(accountId == "acc1695")
- then
- System.out.println("rule1695 fired");
-end
-
-rule rule1696
- when
- $acc : Account(accountId == "acc1696")
- then
- System.out.println("rule1696 fired");
-end
-
-rule rule1697
- when
- $acc : Account(accountId == "acc1697")
- then
- System.out.println("rule1697 fired");
-end
-
-rule rule1698
- when
- $acc : Account(accountId == "acc1698")
- then
- System.out.println("rule1698 fired");
-end
-
-rule rule1699
- when
- $acc : Account(accountId == "acc1699")
- then
- System.out.println("rule1699 fired");
-end
-
-rule rule1700
- when
- $acc : Account(accountId == "acc1700")
- then
- System.out.println("rule1700 fired");
-end
-
-rule rule1701
- when
- $acc : Account(accountId == "acc1701")
- then
- System.out.println("rule1701 fired");
-end
-
-rule rule1702
- when
- $acc : Account(accountId == "acc1702")
- then
- System.out.println("rule1702 fired");
-end
-
-rule rule1703
- when
- $acc : Account(accountId == "acc1703")
- then
- System.out.println("rule1703 fired");
-end
-
-rule rule1704
- when
- $acc : Account(accountId == "acc1704")
- then
- System.out.println("rule1704 fired");
-end
-
-rule rule1705
- when
- $acc : Account(accountId == "acc1705")
- then
- System.out.println("rule1705 fired");
-end
-
-rule rule1706
- when
- $acc : Account(accountId == "acc1706")
- then
- System.out.println("rule1706 fired");
-end
-
-rule rule1707
- when
- $acc : Account(accountId == "acc1707")
- then
- System.out.println("rule1707 fired");
-end
-
-rule rule1708
- when
- $acc : Account(accountId == "acc1708")
- then
- System.out.println("rule1708 fired");
-end
-
-rule rule1709
- when
- $acc : Account(accountId == "acc1709")
- then
- System.out.println("rule1709 fired");
-end
-
-rule rule1710
- when
- $acc : Account(accountId == "acc1710")
- then
- System.out.println("rule1710 fired");
-end
-
-rule rule1711
- when
- $acc : Account(accountId == "acc1711")
- then
- System.out.println("rule1711 fired");
-end
-
-rule rule1712
- when
- $acc : Account(accountId == "acc1712")
- then
- System.out.println("rule1712 fired");
-end
-
-rule rule1713
- when
- $acc : Account(accountId == "acc1713")
- then
- System.out.println("rule1713 fired");
-end
-
-rule rule1714
- when
- $acc : Account(accountId == "acc1714")
- then
- System.out.println("rule1714 fired");
-end
-
-rule rule1715
- when
- $acc : Account(accountId == "acc1715")
- then
- System.out.println("rule1715 fired");
-end
-
-rule rule1716
- when
- $acc : Account(accountId == "acc1716")
- then
- System.out.println("rule1716 fired");
-end
-
-rule rule1717
- when
- $acc : Account(accountId == "acc1717")
- then
- System.out.println("rule1717 fired");
-end
-
-rule rule1718
- when
- $acc : Account(accountId == "acc1718")
- then
- System.out.println("rule1718 fired");
-end
-
-rule rule1719
- when
- $acc : Account(accountId == "acc1719")
- then
- System.out.println("rule1719 fired");
-end
-
-rule rule1720
- when
- $acc : Account(accountId == "acc1720")
- then
- System.out.println("rule1720 fired");
-end
-
-rule rule1721
- when
- $acc : Account(accountId == "acc1721")
- then
- System.out.println("rule1721 fired");
-end
-
-rule rule1722
- when
- $acc : Account(accountId == "acc1722")
- then
- System.out.println("rule1722 fired");
-end
-
-rule rule1723
- when
- $acc : Account(accountId == "acc1723")
- then
- System.out.println("rule1723 fired");
-end
-
-rule rule1724
- when
- $acc : Account(accountId == "acc1724")
- then
- System.out.println("rule1724 fired");
-end
-
-rule rule1725
- when
- $acc : Account(accountId == "acc1725")
- then
- System.out.println("rule1725 fired");
-end
-
-rule rule1726
- when
- $acc : Account(accountId == "acc1726")
- then
- System.out.println("rule1726 fired");
-end
-
-rule rule1727
- when
- $acc : Account(accountId == "acc1727")
- then
- System.out.println("rule1727 fired");
-end
-
-rule rule1728
- when
- $acc : Account(accountId == "acc1728")
- then
- System.out.println("rule1728 fired");
-end
-
-rule rule1729
- when
- $acc : Account(accountId == "acc1729")
- then
- System.out.println("rule1729 fired");
-end
-
-rule rule1730
- when
- $acc : Account(accountId == "acc1730")
- then
- System.out.println("rule1730 fired");
-end
-
-rule rule1731
- when
- $acc : Account(accountId == "acc1731")
- then
- System.out.println("rule1731 fired");
-end
-
-rule rule1732
- when
- $acc : Account(accountId == "acc1732")
- then
- System.out.println("rule1732 fired");
-end
-
-rule rule1733
- when
- $acc : Account(accountId == "acc1733")
- then
- System.out.println("rule1733 fired");
-end
-
-rule rule1734
- when
- $acc : Account(accountId == "acc1734")
- then
- System.out.println("rule1734 fired");
-end
-
-rule rule1735
- when
- $acc : Account(accountId == "acc1735")
- then
- System.out.println("rule1735 fired");
-end
-
-rule rule1736
- when
- $acc : Account(accountId == "acc1736")
- then
- System.out.println("rule1736 fired");
-end
-
-rule rule1737
- when
- $acc : Account(accountId == "acc1737")
- then
- System.out.println("rule1737 fired");
-end
-
-rule rule1738
- when
- $acc : Account(accountId == "acc1738")
- then
- System.out.println("rule1738 fired");
-end
-
-rule rule1739
- when
- $acc : Account(accountId == "acc1739")
- then
- System.out.println("rule1739 fired");
-end
-
-rule rule1740
- when
- $acc : Account(accountId == "acc1740")
- then
- System.out.println("rule1740 fired");
-end
-
-rule rule1741
- when
- $acc : Account(accountId == "acc1741")
- then
- System.out.println("rule1741 fired");
-end
-
-rule rule1742
- when
- $acc : Account(accountId == "acc1742")
- then
- System.out.println("rule1742 fired");
-end
-
-rule rule1743
- when
- $acc : Account(accountId == "acc1743")
- then
- System.out.println("rule1743 fired");
-end
-
-rule rule1744
- when
- $acc : Account(accountId == "acc1744")
- then
- System.out.println("rule1744 fired");
-end
-
-rule rule1745
- when
- $acc : Account(accountId == "acc1745")
- then
- System.out.println("rule1745 fired");
-end
-
-rule rule1746
- when
- $acc : Account(accountId == "acc1746")
- then
- System.out.println("rule1746 fired");
-end
-
-rule rule1747
- when
- $acc : Account(accountId == "acc1747")
- then
- System.out.println("rule1747 fired");
-end
-
-rule rule1748
- when
- $acc : Account(accountId == "acc1748")
- then
- System.out.println("rule1748 fired");
-end
-
-rule rule1749
- when
- $acc : Account(accountId == "acc1749")
- then
- System.out.println("rule1749 fired");
-end
-
-rule rule1750
- when
- $acc : Account(accountId == "acc1750")
- then
- System.out.println("rule1750 fired");
-end
-
-rule rule1751
- when
- $acc : Account(accountId == "acc1751")
- then
- System.out.println("rule1751 fired");
-end
-
-rule rule1752
- when
- $acc : Account(accountId == "acc1752")
- then
- System.out.println("rule1752 fired");
-end
-
-rule rule1753
- when
- $acc : Account(accountId == "acc1753")
- then
- System.out.println("rule1753 fired");
-end
-
-rule rule1754
- when
- $acc : Account(accountId == "acc1754")
- then
- System.out.println("rule1754 fired");
-end
-
-rule rule1755
- when
- $acc : Account(accountId == "acc1755")
- then
- System.out.println("rule1755 fired");
-end
-
-rule rule1756
- when
- $acc : Account(accountId == "acc1756")
- then
- System.out.println("rule1756 fired");
-end
-
-rule rule1757
- when
- $acc : Account(accountId == "acc1757")
- then
- System.out.println("rule1757 fired");
-end
-
-rule rule1758
- when
- $acc : Account(accountId == "acc1758")
- then
- System.out.println("rule1758 fired");
-end
-
-rule rule1759
- when
- $acc : Account(accountId == "acc1759")
- then
- System.out.println("rule1759 fired");
-end
-
-rule rule1760
- when
- $acc : Account(accountId == "acc1760")
- then
- System.out.println("rule1760 fired");
-end
-
-rule rule1761
- when
- $acc : Account(accountId == "acc1761")
- then
- System.out.println("rule1761 fired");
-end
-
-rule rule1762
- when
- $acc : Account(accountId == "acc1762")
- then
- System.out.println("rule1762 fired");
-end
-
-rule rule1763
- when
- $acc : Account(accountId == "acc1763")
- then
- System.out.println("rule1763 fired");
-end
-
-rule rule1764
- when
- $acc : Account(accountId == "acc1764")
- then
- System.out.println("rule1764 fired");
-end
-
-rule rule1765
- when
- $acc : Account(accountId == "acc1765")
- then
- System.out.println("rule1765 fired");
-end
-
-rule rule1766
- when
- $acc : Account(accountId == "acc1766")
- then
- System.out.println("rule1766 fired");
-end
-
-rule rule1767
- when
- $acc : Account(accountId == "acc1767")
- then
- System.out.println("rule1767 fired");
-end
-
-rule rule1768
- when
- $acc : Account(accountId == "acc1768")
- then
- System.out.println("rule1768 fired");
-end
-
-rule rule1769
- when
- $acc : Account(accountId == "acc1769")
- then
- System.out.println("rule1769 fired");
-end
-
-rule rule1770
- when
- $acc : Account(accountId == "acc1770")
- then
- System.out.println("rule1770 fired");
-end
-
-rule rule1771
- when
- $acc : Account(accountId == "acc1771")
- then
- System.out.println("rule1771 fired");
-end
-
-rule rule1772
- when
- $acc : Account(accountId == "acc1772")
- then
- System.out.println("rule1772 fired");
-end
-
-rule rule1773
- when
- $acc : Account(accountId == "acc1773")
- then
- System.out.println("rule1773 fired");
-end
-
-rule rule1774
- when
- $acc : Account(accountId == "acc1774")
- then
- System.out.println("rule1774 fired");
-end
-
-rule rule1775
- when
- $acc : Account(accountId == "acc1775")
- then
- System.out.println("rule1775 fired");
-end
-
-rule rule1776
- when
- $acc : Account(accountId == "acc1776")
- then
- System.out.println("rule1776 fired");
-end
-
-rule rule1777
- when
- $acc : Account(accountId == "acc1777")
- then
- System.out.println("rule1777 fired");
-end
-
-rule rule1778
- when
- $acc : Account(accountId == "acc1778")
- then
- System.out.println("rule1778 fired");
-end
-
-rule rule1779
- when
- $acc : Account(accountId == "acc1779")
- then
- System.out.println("rule1779 fired");
-end
-
-rule rule1780
- when
- $acc : Account(accountId == "acc1780")
- then
- System.out.println("rule1780 fired");
-end
-
-rule rule1781
- when
- $acc : Account(accountId == "acc1781")
- then
- System.out.println("rule1781 fired");
-end
-
-rule rule1782
- when
- $acc : Account(accountId == "acc1782")
- then
- System.out.println("rule1782 fired");
-end
-
-rule rule1783
- when
- $acc : Account(accountId == "acc1783")
- then
- System.out.println("rule1783 fired");
-end
-
-rule rule1784
- when
- $acc : Account(accountId == "acc1784")
- then
- System.out.println("rule1784 fired");
-end
-
-rule rule1785
- when
- $acc : Account(accountId == "acc1785")
- then
- System.out.println("rule1785 fired");
-end
-
-rule rule1786
- when
- $acc : Account(accountId == "acc1786")
- then
- System.out.println("rule1786 fired");
-end
-
-rule rule1787
- when
- $acc : Account(accountId == "acc1787")
- then
- System.out.println("rule1787 fired");
-end
-
-rule rule1788
- when
- $acc : Account(accountId == "acc1788")
- then
- System.out.println("rule1788 fired");
-end
-
-rule rule1789
- when
- $acc : Account(accountId == "acc1789")
- then
- System.out.println("rule1789 fired");
-end
-
-rule rule1790
- when
- $acc : Account(accountId == "acc1790")
- then
- System.out.println("rule1790 fired");
-end
-
-rule rule1791
- when
- $acc : Account(accountId == "acc1791")
- then
- System.out.println("rule1791 fired");
-end
-
-rule rule1792
- when
- $acc : Account(accountId == "acc1792")
- then
- System.out.println("rule1792 fired");
-end
-
-rule rule1793
- when
- $acc : Account(accountId == "acc1793")
- then
- System.out.println("rule1793 fired");
-end
-
-rule rule1794
- when
- $acc : Account(accountId == "acc1794")
- then
- System.out.println("rule1794 fired");
-end
-
-rule rule1795
- when
- $acc : Account(accountId == "acc1795")
- then
- System.out.println("rule1795 fired");
-end
-
-rule rule1796
- when
- $acc : Account(accountId == "acc1796")
- then
- System.out.println("rule1796 fired");
-end
-
-rule rule1797
- when
- $acc : Account(accountId == "acc1797")
- then
- System.out.println("rule1797 fired");
-end
-
-rule rule1798
- when
- $acc : Account(accountId == "acc1798")
- then
- System.out.println("rule1798 fired");
-end
-
-rule rule1799
- when
- $acc : Account(accountId == "acc1799")
- then
- System.out.println("rule1799 fired");
-end
-
-rule rule1800
- when
- $acc : Account(accountId == "acc1800")
- then
- System.out.println("rule1800 fired");
-end
-
-rule rule1801
- when
- $acc : Account(accountId == "acc1801")
- then
- System.out.println("rule1801 fired");
-end
-
-rule rule1802
- when
- $acc : Account(accountId == "acc1802")
- then
- System.out.println("rule1802 fired");
-end
-
-rule rule1803
- when
- $acc : Account(accountId == "acc1803")
- then
- System.out.println("rule1803 fired");
-end
-
-rule rule1804
- when
- $acc : Account(accountId == "acc1804")
- then
- System.out.println("rule1804 fired");
-end
-
-rule rule1805
- when
- $acc : Account(accountId == "acc1805")
- then
- System.out.println("rule1805 fired");
-end
-
-rule rule1806
- when
- $acc : Account(accountId == "acc1806")
- then
- System.out.println("rule1806 fired");
-end
-
-rule rule1807
- when
- $acc : Account(accountId == "acc1807")
- then
- System.out.println("rule1807 fired");
-end
-
-rule rule1808
- when
- $acc : Account(accountId == "acc1808")
- then
- System.out.println("rule1808 fired");
-end
-
-rule rule1809
- when
- $acc : Account(accountId == "acc1809")
- then
- System.out.println("rule1809 fired");
-end
-
-rule rule1810
- when
- $acc : Account(accountId == "acc1810")
- then
- System.out.println("rule1810 fired");
-end
-
-rule rule1811
- when
- $acc : Account(accountId == "acc1811")
- then
- System.out.println("rule1811 fired");
-end
-
-rule rule1812
- when
- $acc : Account(accountId == "acc1812")
- then
- System.out.println("rule1812 fired");
-end
-
-rule rule1813
- when
- $acc : Account(accountId == "acc1813")
- then
- System.out.println("rule1813 fired");
-end
-
-rule rule1814
- when
- $acc : Account(accountId == "acc1814")
- then
- System.out.println("rule1814 fired");
-end
-
-rule rule1815
- when
- $acc : Account(accountId == "acc1815")
- then
- System.out.println("rule1815 fired");
-end
-
-rule rule1816
- when
- $acc : Account(accountId == "acc1816")
- then
- System.out.println("rule1816 fired");
-end
-
-rule rule1817
- when
- $acc : Account(accountId == "acc1817")
- then
- System.out.println("rule1817 fired");
-end
-
-rule rule1818
- when
- $acc : Account(accountId == "acc1818")
- then
- System.out.println("rule1818 fired");
-end
-
-rule rule1819
- when
- $acc : Account(accountId == "acc1819")
- then
- System.out.println("rule1819 fired");
-end
-
-rule rule1820
- when
- $acc : Account(accountId == "acc1820")
- then
- System.out.println("rule1820 fired");
-end
-
-rule rule1821
- when
- $acc : Account(accountId == "acc1821")
- then
- System.out.println("rule1821 fired");
-end
-
-rule rule1822
- when
- $acc : Account(accountId == "acc1822")
- then
- System.out.println("rule1822 fired");
-end
-
-rule rule1823
- when
- $acc : Account(accountId == "acc1823")
- then
- System.out.println("rule1823 fired");
-end
-
-rule rule1824
- when
- $acc : Account(accountId == "acc1824")
- then
- System.out.println("rule1824 fired");
-end
-
-rule rule1825
- when
- $acc : Account(accountId == "acc1825")
- then
- System.out.println("rule1825 fired");
-end
-
-rule rule1826
- when
- $acc : Account(accountId == "acc1826")
- then
- System.out.println("rule1826 fired");
-end
-
-rule rule1827
- when
- $acc : Account(accountId == "acc1827")
- then
- System.out.println("rule1827 fired");
-end
-
-rule rule1828
- when
- $acc : Account(accountId == "acc1828")
- then
- System.out.println("rule1828 fired");
-end
-
-rule rule1829
- when
- $acc : Account(accountId == "acc1829")
- then
- System.out.println("rule1829 fired");
-end
-
-rule rule1830
- when
- $acc : Account(accountId == "acc1830")
- then
- System.out.println("rule1830 fired");
-end
-
-rule rule1831
- when
- $acc : Account(accountId == "acc1831")
- then
- System.out.println("rule1831 fired");
-end
-
-rule rule1832
- when
- $acc : Account(accountId == "acc1832")
- then
- System.out.println("rule1832 fired");
-end
-
-rule rule1833
- when
- $acc : Account(accountId == "acc1833")
- then
- System.out.println("rule1833 fired");
-end
-
-rule rule1834
- when
- $acc : Account(accountId == "acc1834")
- then
- System.out.println("rule1834 fired");
-end
-
-rule rule1835
- when
- $acc : Account(accountId == "acc1835")
- then
- System.out.println("rule1835 fired");
-end
-
-rule rule1836
- when
- $acc : Account(accountId == "acc1836")
- then
- System.out.println("rule1836 fired");
-end
-
-rule rule1837
- when
- $acc : Account(accountId == "acc1837")
- then
- System.out.println("rule1837 fired");
-end
-
-rule rule1838
- when
- $acc : Account(accountId == "acc1838")
- then
- System.out.println("rule1838 fired");
-end
-
-rule rule1839
- when
- $acc : Account(accountId == "acc1839")
- then
- System.out.println("rule1839 fired");
-end
-
-rule rule1840
- when
- $acc : Account(accountId == "acc1840")
- then
- System.out.println("rule1840 fired");
-end
-
-rule rule1841
- when
- $acc : Account(accountId == "acc1841")
- then
- System.out.println("rule1841 fired");
-end
-
-rule rule1842
- when
- $acc : Account(accountId == "acc1842")
- then
- System.out.println("rule1842 fired");
-end
-
-rule rule1843
- when
- $acc : Account(accountId == "acc1843")
- then
- System.out.println("rule1843 fired");
-end
-
-rule rule1844
- when
- $acc : Account(accountId == "acc1844")
- then
- System.out.println("rule1844 fired");
-end
-
-rule rule1845
- when
- $acc : Account(accountId == "acc1845")
- then
- System.out.println("rule1845 fired");
-end
-
-rule rule1846
- when
- $acc : Account(accountId == "acc1846")
- then
- System.out.println("rule1846 fired");
-end
-
-rule rule1847
- when
- $acc : Account(accountId == "acc1847")
- then
- System.out.println("rule1847 fired");
-end
-
-rule rule1848
- when
- $acc : Account(accountId == "acc1848")
- then
- System.out.println("rule1848 fired");
-end
-
-rule rule1849
- when
- $acc : Account(accountId == "acc1849")
- then
- System.out.println("rule1849 fired");
-end
-
-rule rule1850
- when
- $acc : Account(accountId == "acc1850")
- then
- System.out.println("rule1850 fired");
-end
-
-rule rule1851
- when
- $acc : Account(accountId == "acc1851")
- then
- System.out.println("rule1851 fired");
-end
-
-rule rule1852
- when
- $acc : Account(accountId == "acc1852")
- then
- System.out.println("rule1852 fired");
-end
-
-rule rule1853
- when
- $acc : Account(accountId == "acc1853")
- then
- System.out.println("rule1853 fired");
-end
-
-rule rule1854
- when
- $acc : Account(accountId == "acc1854")
- then
- System.out.println("rule1854 fired");
-end
-
-rule rule1855
- when
- $acc : Account(accountId == "acc1855")
- then
- System.out.println("rule1855 fired");
-end
-
-rule rule1856
- when
- $acc : Account(accountId == "acc1856")
- then
- System.out.println("rule1856 fired");
-end
-
-rule rule1857
- when
- $acc : Account(accountId == "acc1857")
- then
- System.out.println("rule1857 fired");
-end
-
-rule rule1858
- when
- $acc : Account(accountId == "acc1858")
- then
- System.out.println("rule1858 fired");
-end
-
-rule rule1859
- when
- $acc : Account(accountId == "acc1859")
- then
- System.out.println("rule1859 fired");
-end
-
-rule rule1860
- when
- $acc : Account(accountId == "acc1860")
- then
- System.out.println("rule1860 fired");
-end
-
-rule rule1861
- when
- $acc : Account(accountId == "acc1861")
- then
- System.out.println("rule1861 fired");
-end
-
-rule rule1862
- when
- $acc : Account(accountId == "acc1862")
- then
- System.out.println("rule1862 fired");
-end
-
-rule rule1863
- when
- $acc : Account(accountId == "acc1863")
- then
- System.out.println("rule1863 fired");
-end
-
-rule rule1864
- when
- $acc : Account(accountId == "acc1864")
- then
- System.out.println("rule1864 fired");
-end
-
-rule rule1865
- when
- $acc : Account(accountId == "acc1865")
- then
- System.out.println("rule1865 fired");
-end
-
-rule rule1866
- when
- $acc : Account(accountId == "acc1866")
- then
- System.out.println("rule1866 fired");
-end
-
-rule rule1867
- when
- $acc : Account(accountId == "acc1867")
- then
- System.out.println("rule1867 fired");
-end
-
-rule rule1868
- when
- $acc : Account(accountId == "acc1868")
- then
- System.out.println("rule1868 fired");
-end
-
-rule rule1869
- when
- $acc : Account(accountId == "acc1869")
- then
- System.out.println("rule1869 fired");
-end
-
-rule rule1870
- when
- $acc : Account(accountId == "acc1870")
- then
- System.out.println("rule1870 fired");
-end
-
-rule rule1871
- when
- $acc : Account(accountId == "acc1871")
- then
- System.out.println("rule1871 fired");
-end
-
-rule rule1872
- when
- $acc : Account(accountId == "acc1872")
- then
- System.out.println("rule1872 fired");
-end
-
-rule rule1873
- when
- $acc : Account(accountId == "acc1873")
- then
- System.out.println("rule1873 fired");
-end
-
-rule rule1874
- when
- $acc : Account(accountId == "acc1874")
- then
- System.out.println("rule1874 fired");
-end
-
-rule rule1875
- when
- $acc : Account(accountId == "acc1875")
- then
- System.out.println("rule1875 fired");
-end
-
-rule rule1876
- when
- $acc : Account(accountId == "acc1876")
- then
- System.out.println("rule1876 fired");
-end
-
-rule rule1877
- when
- $acc : Account(accountId == "acc1877")
- then
- System.out.println("rule1877 fired");
-end
-
-rule rule1878
- when
- $acc : Account(accountId == "acc1878")
- then
- System.out.println("rule1878 fired");
-end
-
-rule rule1879
- when
- $acc : Account(accountId == "acc1879")
- then
- System.out.println("rule1879 fired");
-end
-
-rule rule1880
- when
- $acc : Account(accountId == "acc1880")
- then
- System.out.println("rule1880 fired");
-end
-
-rule rule1881
- when
- $acc : Account(accountId == "acc1881")
- then
- System.out.println("rule1881 fired");
-end
-
-rule rule1882
- when
- $acc : Account(accountId == "acc1882")
- then
- System.out.println("rule1882 fired");
-end
-
-rule rule1883
- when
- $acc : Account(accountId == "acc1883")
- then
- System.out.println("rule1883 fired");
-end
-
-rule rule1884
- when
- $acc : Account(accountId == "acc1884")
- then
- System.out.println("rule1884 fired");
-end
-
-rule rule1885
- when
- $acc : Account(accountId == "acc1885")
- then
- System.out.println("rule1885 fired");
-end
-
-rule rule1886
- when
- $acc : Account(accountId == "acc1886")
- then
- System.out.println("rule1886 fired");
-end
-
-rule rule1887
- when
- $acc : Account(accountId == "acc1887")
- then
- System.out.println("rule1887 fired");
-end
-
-rule rule1888
- when
- $acc : Account(accountId == "acc1888")
- then
- System.out.println("rule1888 fired");
-end
-
-rule rule1889
- when
- $acc : Account(accountId == "acc1889")
- then
- System.out.println("rule1889 fired");
-end
-
-rule rule1890
- when
- $acc : Account(accountId == "acc1890")
- then
- System.out.println("rule1890 fired");
-end
-
-rule rule1891
- when
- $acc : Account(accountId == "acc1891")
- then
- System.out.println("rule1891 fired");
-end
-
-rule rule1892
- when
- $acc : Account(accountId == "acc1892")
- then
- System.out.println("rule1892 fired");
-end
-
-rule rule1893
- when
- $acc : Account(accountId == "acc1893")
- then
- System.out.println("rule1893 fired");
-end
-
-rule rule1894
- when
- $acc : Account(accountId == "acc1894")
- then
- System.out.println("rule1894 fired");
-end
-
-rule rule1895
- when
- $acc : Account(accountId == "acc1895")
- then
- System.out.println("rule1895 fired");
-end
-
-rule rule1896
- when
- $acc : Account(accountId == "acc1896")
- then
- System.out.println("rule1896 fired");
-end
-
-rule rule1897
- when
- $acc : Account(accountId == "acc1897")
- then
- System.out.println("rule1897 fired");
-end
-
-rule rule1898
- when
- $acc : Account(accountId == "acc1898")
- then
- System.out.println("rule1898 fired");
-end
-
-rule rule1899
- when
- $acc : Account(accountId == "acc1899")
- then
- System.out.println("rule1899 fired");
-end
-
-rule rule1900
- when
- $acc : Account(accountId == "acc1900")
- then
- System.out.println("rule1900 fired");
-end
-
-rule rule1901
- when
- $acc : Account(accountId == "acc1901")
- then
- System.out.println("rule1901 fired");
-end
-
-rule rule1902
- when
- $acc : Account(accountId == "acc1902")
- then
- System.out.println("rule1902 fired");
-end
-
-rule rule1903
- when
- $acc : Account(accountId == "acc1903")
- then
- System.out.println("rule1903 fired");
-end
-
-rule rule1904
- when
- $acc : Account(accountId == "acc1904")
- then
- System.out.println("rule1904 fired");
-end
-
-rule rule1905
- when
- $acc : Account(accountId == "acc1905")
- then
- System.out.println("rule1905 fired");
-end
-
-rule rule1906
- when
- $acc : Account(accountId == "acc1906")
- then
- System.out.println("rule1906 fired");
-end
-
-rule rule1907
- when
- $acc : Account(accountId == "acc1907")
- then
- System.out.println("rule1907 fired");
-end
-
-rule rule1908
- when
- $acc : Account(accountId == "acc1908")
- then
- System.out.println("rule1908 fired");
-end
-
-rule rule1909
- when
- $acc : Account(accountId == "acc1909")
- then
- System.out.println("rule1909 fired");
-end
-
-rule rule1910
- when
- $acc : Account(accountId == "acc1910")
- then
- System.out.println("rule1910 fired");
-end
-
-rule rule1911
- when
- $acc : Account(accountId == "acc1911")
- then
- System.out.println("rule1911 fired");
-end
-
-rule rule1912
- when
- $acc : Account(accountId == "acc1912")
- then
- System.out.println("rule1912 fired");
-end
-
-rule rule1913
- when
- $acc : Account(accountId == "acc1913")
- then
- System.out.println("rule1913 fired");
-end
-
-rule rule1914
- when
- $acc : Account(accountId == "acc1914")
- then
- System.out.println("rule1914 fired");
-end
-
-rule rule1915
- when
- $acc : Account(accountId == "acc1915")
- then
- System.out.println("rule1915 fired");
-end
-
-rule rule1916
- when
- $acc : Account(accountId == "acc1916")
- then
- System.out.println("rule1916 fired");
-end
-
-rule rule1917
- when
- $acc : Account(accountId == "acc1917")
- then
- System.out.println("rule1917 fired");
-end
-
-rule rule1918
- when
- $acc : Account(accountId == "acc1918")
- then
- System.out.println("rule1918 fired");
-end
-
-rule rule1919
- when
- $acc : Account(accountId == "acc1919")
- then
- System.out.println("rule1919 fired");
-end
-
-rule rule1920
- when
- $acc : Account(accountId == "acc1920")
- then
- System.out.println("rule1920 fired");
-end
-
-rule rule1921
- when
- $acc : Account(accountId == "acc1921")
- then
- System.out.println("rule1921 fired");
-end
-
-rule rule1922
- when
- $acc : Account(accountId == "acc1922")
- then
- System.out.println("rule1922 fired");
-end
-
-rule rule1923
- when
- $acc : Account(accountId == "acc1923")
- then
- System.out.println("rule1923 fired");
-end
-
-rule rule1924
- when
- $acc : Account(accountId == "acc1924")
- then
- System.out.println("rule1924 fired");
-end
-
-rule rule1925
- when
- $acc : Account(accountId == "acc1925")
- then
- System.out.println("rule1925 fired");
-end
-
-rule rule1926
- when
- $acc : Account(accountId == "acc1926")
- then
- System.out.println("rule1926 fired");
-end
-
-rule rule1927
- when
- $acc : Account(accountId == "acc1927")
- then
- System.out.println("rule1927 fired");
-end
-
-rule rule1928
- when
- $acc : Account(accountId == "acc1928")
- then
- System.out.println("rule1928 fired");
-end
-
-rule rule1929
- when
- $acc : Account(accountId == "acc1929")
- then
- System.out.println("rule1929 fired");
-end
-
-rule rule1930
- when
- $acc : Account(accountId == "acc1930")
- then
- System.out.println("rule1930 fired");
-end
-
-rule rule1931
- when
- $acc : Account(accountId == "acc1931")
- then
- System.out.println("rule1931 fired");
-end
-
-rule rule1932
- when
- $acc : Account(accountId == "acc1932")
- then
- System.out.println("rule1932 fired");
-end
-
-rule rule1933
- when
- $acc : Account(accountId == "acc1933")
- then
- System.out.println("rule1933 fired");
-end
-
-rule rule1934
- when
- $acc : Account(accountId == "acc1934")
- then
- System.out.println("rule1934 fired");
-end
-
-rule rule1935
- when
- $acc : Account(accountId == "acc1935")
- then
- System.out.println("rule1935 fired");
-end
-
-rule rule1936
- when
- $acc : Account(accountId == "acc1936")
- then
- System.out.println("rule1936 fired");
-end
-
-rule rule1937
- when
- $acc : Account(accountId == "acc1937")
- then
- System.out.println("rule1937 fired");
-end
-
-rule rule1938
- when
- $acc : Account(accountId == "acc1938")
- then
- System.out.println("rule1938 fired");
-end
-
-rule rule1939
- when
- $acc : Account(accountId == "acc1939")
- then
- System.out.println("rule1939 fired");
-end
-
-rule rule1940
- when
- $acc : Account(accountId == "acc1940")
- then
- System.out.println("rule1940 fired");
-end
-
-rule rule1941
- when
- $acc : Account(accountId == "acc1941")
- then
- System.out.println("rule1941 fired");
-end
-
-rule rule1942
- when
- $acc : Account(accountId == "acc1942")
- then
- System.out.println("rule1942 fired");
-end
-
-rule rule1943
- when
- $acc : Account(accountId == "acc1943")
- then
- System.out.println("rule1943 fired");
-end
-
-rule rule1944
- when
- $acc : Account(accountId == "acc1944")
- then
- System.out.println("rule1944 fired");
-end
-
-rule rule1945
- when
- $acc : Account(accountId == "acc1945")
- then
- System.out.println("rule1945 fired");
-end
-
-rule rule1946
- when
- $acc : Account(accountId == "acc1946")
- then
- System.out.println("rule1946 fired");
-end
-
-rule rule1947
- when
- $acc : Account(accountId == "acc1947")
- then
- System.out.println("rule1947 fired");
-end
-
-rule rule1948
- when
- $acc : Account(accountId == "acc1948")
- then
- System.out.println("rule1948 fired");
-end
-
-rule rule1949
- when
- $acc : Account(accountId == "acc1949")
- then
- System.out.println("rule1949 fired");
-end
-
-rule rule1950
- when
- $acc : Account(accountId == "acc1950")
- then
- System.out.println("rule1950 fired");
-end
-
-rule rule1951
- when
- $acc : Account(accountId == "acc1951")
- then
- System.out.println("rule1951 fired");
-end
-
-rule rule1952
- when
- $acc : Account(accountId == "acc1952")
- then
- System.out.println("rule1952 fired");
-end
-
-rule rule1953
- when
- $acc : Account(accountId == "acc1953")
- then
- System.out.println("rule1953 fired");
-end
-
-rule rule1954
- when
- $acc : Account(accountId == "acc1954")
- then
- System.out.println("rule1954 fired");
-end
-
-rule rule1955
- when
- $acc : Account(accountId == "acc1955")
- then
- System.out.println("rule1955 fired");
-end
-
-rule rule1956
- when
- $acc : Account(accountId == "acc1956")
- then
- System.out.println("rule1956 fired");
-end
-
-rule rule1957
- when
- $acc : Account(accountId == "acc1957")
- then
- System.out.println("rule1957 fired");
-end
-
-rule rule1958
- when
- $acc : Account(accountId == "acc1958")
- then
- System.out.println("rule1958 fired");
-end
-
-rule rule1959
- when
- $acc : Account(accountId == "acc1959")
- then
- System.out.println("rule1959 fired");
-end
-
-rule rule1960
- when
- $acc : Account(accountId == "acc1960")
- then
- System.out.println("rule1960 fired");
-end
-
-rule rule1961
- when
- $acc : Account(accountId == "acc1961")
- then
- System.out.println("rule1961 fired");
-end
-
-rule rule1962
- when
- $acc : Account(accountId == "acc1962")
- then
- System.out.println("rule1962 fired");
-end
-
-rule rule1963
- when
- $acc : Account(accountId == "acc1963")
- then
- System.out.println("rule1963 fired");
-end
-
-rule rule1964
- when
- $acc : Account(accountId == "acc1964")
- then
- System.out.println("rule1964 fired");
-end
-
-rule rule1965
- when
- $acc : Account(accountId == "acc1965")
- then
- System.out.println("rule1965 fired");
-end
-
-rule rule1966
- when
- $acc : Account(accountId == "acc1966")
- then
- System.out.println("rule1966 fired");
-end
-
-rule rule1967
- when
- $acc : Account(accountId == "acc1967")
- then
- System.out.println("rule1967 fired");
-end
-
-rule rule1968
- when
- $acc : Account(accountId == "acc1968")
- then
- System.out.println("rule1968 fired");
-end
-
-rule rule1969
- when
- $acc : Account(accountId == "acc1969")
- then
- System.out.println("rule1969 fired");
-end
-
-rule rule1970
- when
- $acc : Account(accountId == "acc1970")
- then
- System.out.println("rule1970 fired");
-end
-
-rule rule1971
- when
- $acc : Account(accountId == "acc1971")
- then
- System.out.println("rule1971 fired");
-end
-
-rule rule1972
- when
- $acc : Account(accountId == "acc1972")
- then
- System.out.println("rule1972 fired");
-end
-
-rule rule1973
- when
- $acc : Account(accountId == "acc1973")
- then
- System.out.println("rule1973 fired");
-end
-
-rule rule1974
- when
- $acc : Account(accountId == "acc1974")
- then
- System.out.println("rule1974 fired");
-end
-
-rule rule1975
- when
- $acc : Account(accountId == "acc1975")
- then
- System.out.println("rule1975 fired");
-end
-
-rule rule1976
- when
- $acc : Account(accountId == "acc1976")
- then
- System.out.println("rule1976 fired");
-end
-
-rule rule1977
- when
- $acc : Account(accountId == "acc1977")
- then
- System.out.println("rule1977 fired");
-end
-
-rule rule1978
- when
- $acc : Account(accountId == "acc1978")
- then
- System.out.println("rule1978 fired");
-end
-
-rule rule1979
- when
- $acc : Account(accountId == "acc1979")
- then
- System.out.println("rule1979 fired");
-end
-
-rule rule1980
- when
- $acc : Account(accountId == "acc1980")
- then
- System.out.println("rule1980 fired");
-end
-
-rule rule1981
- when
- $acc : Account(accountId == "acc1981")
- then
- System.out.println("rule1981 fired");
-end
-
-rule rule1982
- when
- $acc : Account(accountId == "acc1982")
- then
- System.out.println("rule1982 fired");
-end
-
-rule rule1983
- when
- $acc : Account(accountId == "acc1983")
- then
- System.out.println("rule1983 fired");
-end
-
-rule rule1984
- when
- $acc : Account(accountId == "acc1984")
- then
- System.out.println("rule1984 fired");
-end
-
-rule rule1985
- when
- $acc : Account(accountId == "acc1985")
- then
- System.out.println("rule1985 fired");
-end
-
-rule rule1986
- when
- $acc : Account(accountId == "acc1986")
- then
- System.out.println("rule1986 fired");
-end
-
-rule rule1987
- when
- $acc : Account(accountId == "acc1987")
- then
- System.out.println("rule1987 fired");
-end
-
-rule rule1988
- when
- $acc : Account(accountId == "acc1988")
- then
- System.out.println("rule1988 fired");
-end
-
-rule rule1989
- when
- $acc : Account(accountId == "acc1989")
- then
- System.out.println("rule1989 fired");
-end
-
-rule rule1990
- when
- $acc : Account(accountId == "acc1990")
- then
- System.out.println("rule1990 fired");
-end
-
-rule rule1991
- when
- $acc : Account(accountId == "acc1991")
- then
- System.out.println("rule1991 fired");
-end
-
-rule rule1992
- when
- $acc : Account(accountId == "acc1992")
- then
- System.out.println("rule1992 fired");
-end
-
-rule rule1993
- when
- $acc : Account(accountId == "acc1993")
- then
- System.out.println("rule1993 fired");
-end
-
-rule rule1994
- when
- $acc : Account(accountId == "acc1994")
- then
- System.out.println("rule1994 fired");
-end
-
-rule rule1995
- when
- $acc : Account(accountId == "acc1995")
- then
- System.out.println("rule1995 fired");
-end
-
-rule rule1996
- when
- $acc : Account(accountId == "acc1996")
- then
- System.out.println("rule1996 fired");
-end
-
-rule rule1997
- when
- $acc : Account(accountId == "acc1997")
- then
- System.out.println("rule1997 fired");
-end
-
-rule rule1998
- when
- $acc : Account(accountId == "acc1998")
- then
- System.out.println("rule1998 fired");
-end
-
-rule rule1999
- when
- $acc : Account(accountId == "acc1999")
- then
- System.out.println("rule1999 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_2condition.rule
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_2condition.rule 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_2condition.rule 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,14003 +0,0 @@
-package org.drools.samples
-import com.sample.benchmark.models.Account;
-
-rule rule0
- when
- $acc : Account(status == "standard", accountId == "acc0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard", accountId == "acc1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard", accountId == "acc2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard", accountId == "acc3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard", accountId == "acc4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard", accountId == "acc5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard", accountId == "acc6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard", accountId == "acc7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard", accountId == "acc8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard", accountId == "acc9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard", accountId == "acc10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard", accountId == "acc11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard", accountId == "acc12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard", accountId == "acc13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard", accountId == "acc14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard", accountId == "acc15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard", accountId == "acc16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard", accountId == "acc17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard", accountId == "acc18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard", accountId == "acc19")
- then
- System.out.println("rule19 fired");
-end
-
-rule rule20
- when
- $acc : Account(status == "standard", accountId == "acc20")
- then
- System.out.println("rule20 fired");
-end
-
-rule rule21
- when
- $acc : Account(status == "standard", accountId == "acc21")
- then
- System.out.println("rule21 fired");
-end
-
-rule rule22
- when
- $acc : Account(status == "standard", accountId == "acc22")
- then
- System.out.println("rule22 fired");
-end
-
-rule rule23
- when
- $acc : Account(status == "standard", accountId == "acc23")
- then
- System.out.println("rule23 fired");
-end
-
-rule rule24
- when
- $acc : Account(status == "standard", accountId == "acc24")
- then
- System.out.println("rule24 fired");
-end
-
-rule rule25
- when
- $acc : Account(status == "standard", accountId == "acc25")
- then
- System.out.println("rule25 fired");
-end
-
-rule rule26
- when
- $acc : Account(status == "standard", accountId == "acc26")
- then
- System.out.println("rule26 fired");
-end
-
-rule rule27
- when
- $acc : Account(status == "standard", accountId == "acc27")
- then
- System.out.println("rule27 fired");
-end
-
-rule rule28
- when
- $acc : Account(status == "standard", accountId == "acc28")
- then
- System.out.println("rule28 fired");
-end
-
-rule rule29
- when
- $acc : Account(status == "standard", accountId == "acc29")
- then
- System.out.println("rule29 fired");
-end
-
-rule rule30
- when
- $acc : Account(status == "standard", accountId == "acc30")
- then
- System.out.println("rule30 fired");
-end
-
-rule rule31
- when
- $acc : Account(status == "standard", accountId == "acc31")
- then
- System.out.println("rule31 fired");
-end
-
-rule rule32
- when
- $acc : Account(status == "standard", accountId == "acc32")
- then
- System.out.println("rule32 fired");
-end
-
-rule rule33
- when
- $acc : Account(status == "standard", accountId == "acc33")
- then
- System.out.println("rule33 fired");
-end
-
-rule rule34
- when
- $acc : Account(status == "standard", accountId == "acc34")
- then
- System.out.println("rule34 fired");
-end
-
-rule rule35
- when
- $acc : Account(status == "standard", accountId == "acc35")
- then
- System.out.println("rule35 fired");
-end
-
-rule rule36
- when
- $acc : Account(status == "standard", accountId == "acc36")
- then
- System.out.println("rule36 fired");
-end
-
-rule rule37
- when
- $acc : Account(status == "standard", accountId == "acc37")
- then
- System.out.println("rule37 fired");
-end
-
-rule rule38
- when
- $acc : Account(status == "standard", accountId == "acc38")
- then
- System.out.println("rule38 fired");
-end
-
-rule rule39
- when
- $acc : Account(status == "standard", accountId == "acc39")
- then
- System.out.println("rule39 fired");
-end
-
-rule rule40
- when
- $acc : Account(status == "standard", accountId == "acc40")
- then
- System.out.println("rule40 fired");
-end
-
-rule rule41
- when
- $acc : Account(status == "standard", accountId == "acc41")
- then
- System.out.println("rule41 fired");
-end
-
-rule rule42
- when
- $acc : Account(status == "standard", accountId == "acc42")
- then
- System.out.println("rule42 fired");
-end
-
-rule rule43
- when
- $acc : Account(status == "standard", accountId == "acc43")
- then
- System.out.println("rule43 fired");
-end
-
-rule rule44
- when
- $acc : Account(status == "standard", accountId == "acc44")
- then
- System.out.println("rule44 fired");
-end
-
-rule rule45
- when
- $acc : Account(status == "standard", accountId == "acc45")
- then
- System.out.println("rule45 fired");
-end
-
-rule rule46
- when
- $acc : Account(status == "standard", accountId == "acc46")
- then
- System.out.println("rule46 fired");
-end
-
-rule rule47
- when
- $acc : Account(status == "standard", accountId == "acc47")
- then
- System.out.println("rule47 fired");
-end
-
-rule rule48
- when
- $acc : Account(status == "standard", accountId == "acc48")
- then
- System.out.println("rule48 fired");
-end
-
-rule rule49
- when
- $acc : Account(status == "standard", accountId == "acc49")
- then
- System.out.println("rule49 fired");
-end
-
-rule rule50
- when
- $acc : Account(status == "standard", accountId == "acc50")
- then
- System.out.println("rule50 fired");
-end
-
-rule rule51
- when
- $acc : Account(status == "standard", accountId == "acc51")
- then
- System.out.println("rule51 fired");
-end
-
-rule rule52
- when
- $acc : Account(status == "standard", accountId == "acc52")
- then
- System.out.println("rule52 fired");
-end
-
-rule rule53
- when
- $acc : Account(status == "standard", accountId == "acc53")
- then
- System.out.println("rule53 fired");
-end
-
-rule rule54
- when
- $acc : Account(status == "standard", accountId == "acc54")
- then
- System.out.println("rule54 fired");
-end
-
-rule rule55
- when
- $acc : Account(status == "standard", accountId == "acc55")
- then
- System.out.println("rule55 fired");
-end
-
-rule rule56
- when
- $acc : Account(status == "standard", accountId == "acc56")
- then
- System.out.println("rule56 fired");
-end
-
-rule rule57
- when
- $acc : Account(status == "standard", accountId == "acc57")
- then
- System.out.println("rule57 fired");
-end
-
-rule rule58
- when
- $acc : Account(status == "standard", accountId == "acc58")
- then
- System.out.println("rule58 fired");
-end
-
-rule rule59
- when
- $acc : Account(status == "standard", accountId == "acc59")
- then
- System.out.println("rule59 fired");
-end
-
-rule rule60
- when
- $acc : Account(status == "standard", accountId == "acc60")
- then
- System.out.println("rule60 fired");
-end
-
-rule rule61
- when
- $acc : Account(status == "standard", accountId == "acc61")
- then
- System.out.println("rule61 fired");
-end
-
-rule rule62
- when
- $acc : Account(status == "standard", accountId == "acc62")
- then
- System.out.println("rule62 fired");
-end
-
-rule rule63
- when
- $acc : Account(status == "standard", accountId == "acc63")
- then
- System.out.println("rule63 fired");
-end
-
-rule rule64
- when
- $acc : Account(status == "standard", accountId == "acc64")
- then
- System.out.println("rule64 fired");
-end
-
-rule rule65
- when
- $acc : Account(status == "standard", accountId == "acc65")
- then
- System.out.println("rule65 fired");
-end
-
-rule rule66
- when
- $acc : Account(status == "standard", accountId == "acc66")
- then
- System.out.println("rule66 fired");
-end
-
-rule rule67
- when
- $acc : Account(status == "standard", accountId == "acc67")
- then
- System.out.println("rule67 fired");
-end
-
-rule rule68
- when
- $acc : Account(status == "standard", accountId == "acc68")
- then
- System.out.println("rule68 fired");
-end
-
-rule rule69
- when
- $acc : Account(status == "standard", accountId == "acc69")
- then
- System.out.println("rule69 fired");
-end
-
-rule rule70
- when
- $acc : Account(status == "standard", accountId == "acc70")
- then
- System.out.println("rule70 fired");
-end
-
-rule rule71
- when
- $acc : Account(status == "standard", accountId == "acc71")
- then
- System.out.println("rule71 fired");
-end
-
-rule rule72
- when
- $acc : Account(status == "standard", accountId == "acc72")
- then
- System.out.println("rule72 fired");
-end
-
-rule rule73
- when
- $acc : Account(status == "standard", accountId == "acc73")
- then
- System.out.println("rule73 fired");
-end
-
-rule rule74
- when
- $acc : Account(status == "standard", accountId == "acc74")
- then
- System.out.println("rule74 fired");
-end
-
-rule rule75
- when
- $acc : Account(status == "standard", accountId == "acc75")
- then
- System.out.println("rule75 fired");
-end
-
-rule rule76
- when
- $acc : Account(status == "standard", accountId == "acc76")
- then
- System.out.println("rule76 fired");
-end
-
-rule rule77
- when
- $acc : Account(status == "standard", accountId == "acc77")
- then
- System.out.println("rule77 fired");
-end
-
-rule rule78
- when
- $acc : Account(status == "standard", accountId == "acc78")
- then
- System.out.println("rule78 fired");
-end
-
-rule rule79
- when
- $acc : Account(status == "standard", accountId == "acc79")
- then
- System.out.println("rule79 fired");
-end
-
-rule rule80
- when
- $acc : Account(status == "standard", accountId == "acc80")
- then
- System.out.println("rule80 fired");
-end
-
-rule rule81
- when
- $acc : Account(status == "standard", accountId == "acc81")
- then
- System.out.println("rule81 fired");
-end
-
-rule rule82
- when
- $acc : Account(status == "standard", accountId == "acc82")
- then
- System.out.println("rule82 fired");
-end
-
-rule rule83
- when
- $acc : Account(status == "standard", accountId == "acc83")
- then
- System.out.println("rule83 fired");
-end
-
-rule rule84
- when
- $acc : Account(status == "standard", accountId == "acc84")
- then
- System.out.println("rule84 fired");
-end
-
-rule rule85
- when
- $acc : Account(status == "standard", accountId == "acc85")
- then
- System.out.println("rule85 fired");
-end
-
-rule rule86
- when
- $acc : Account(status == "standard", accountId == "acc86")
- then
- System.out.println("rule86 fired");
-end
-
-rule rule87
- when
- $acc : Account(status == "standard", accountId == "acc87")
- then
- System.out.println("rule87 fired");
-end
-
-rule rule88
- when
- $acc : Account(status == "standard", accountId == "acc88")
- then
- System.out.println("rule88 fired");
-end
-
-rule rule89
- when
- $acc : Account(status == "standard", accountId == "acc89")
- then
- System.out.println("rule89 fired");
-end
-
-rule rule90
- when
- $acc : Account(status == "standard", accountId == "acc90")
- then
- System.out.println("rule90 fired");
-end
-
-rule rule91
- when
- $acc : Account(status == "standard", accountId == "acc91")
- then
- System.out.println("rule91 fired");
-end
-
-rule rule92
- when
- $acc : Account(status == "standard", accountId == "acc92")
- then
- System.out.println("rule92 fired");
-end
-
-rule rule93
- when
- $acc : Account(status == "standard", accountId == "acc93")
- then
- System.out.println("rule93 fired");
-end
-
-rule rule94
- when
- $acc : Account(status == "standard", accountId == "acc94")
- then
- System.out.println("rule94 fired");
-end
-
-rule rule95
- when
- $acc : Account(status == "standard", accountId == "acc95")
- then
- System.out.println("rule95 fired");
-end
-
-rule rule96
- when
- $acc : Account(status == "standard", accountId == "acc96")
- then
- System.out.println("rule96 fired");
-end
-
-rule rule97
- when
- $acc : Account(status == "standard", accountId == "acc97")
- then
- System.out.println("rule97 fired");
-end
-
-rule rule98
- when
- $acc : Account(status == "standard", accountId == "acc98")
- then
- System.out.println("rule98 fired");
-end
-
-rule rule99
- when
- $acc : Account(status == "standard", accountId == "acc99")
- then
- System.out.println("rule99 fired");
-end
-
-rule rule100
- when
- $acc : Account(status == "standard", accountId == "acc100")
- then
- System.out.println("rule100 fired");
-end
-
-rule rule101
- when
- $acc : Account(status == "standard", accountId == "acc101")
- then
- System.out.println("rule101 fired");
-end
-
-rule rule102
- when
- $acc : Account(status == "standard", accountId == "acc102")
- then
- System.out.println("rule102 fired");
-end
-
-rule rule103
- when
- $acc : Account(status == "standard", accountId == "acc103")
- then
- System.out.println("rule103 fired");
-end
-
-rule rule104
- when
- $acc : Account(status == "standard", accountId == "acc104")
- then
- System.out.println("rule104 fired");
-end
-
-rule rule105
- when
- $acc : Account(status == "standard", accountId == "acc105")
- then
- System.out.println("rule105 fired");
-end
-
-rule rule106
- when
- $acc : Account(status == "standard", accountId == "acc106")
- then
- System.out.println("rule106 fired");
-end
-
-rule rule107
- when
- $acc : Account(status == "standard", accountId == "acc107")
- then
- System.out.println("rule107 fired");
-end
-
-rule rule108
- when
- $acc : Account(status == "standard", accountId == "acc108")
- then
- System.out.println("rule108 fired");
-end
-
-rule rule109
- when
- $acc : Account(status == "standard", accountId == "acc109")
- then
- System.out.println("rule109 fired");
-end
-
-rule rule110
- when
- $acc : Account(status == "standard", accountId == "acc110")
- then
- System.out.println("rule110 fired");
-end
-
-rule rule111
- when
- $acc : Account(status == "standard", accountId == "acc111")
- then
- System.out.println("rule111 fired");
-end
-
-rule rule112
- when
- $acc : Account(status == "standard", accountId == "acc112")
- then
- System.out.println("rule112 fired");
-end
-
-rule rule113
- when
- $acc : Account(status == "standard", accountId == "acc113")
- then
- System.out.println("rule113 fired");
-end
-
-rule rule114
- when
- $acc : Account(status == "standard", accountId == "acc114")
- then
- System.out.println("rule114 fired");
-end
-
-rule rule115
- when
- $acc : Account(status == "standard", accountId == "acc115")
- then
- System.out.println("rule115 fired");
-end
-
-rule rule116
- when
- $acc : Account(status == "standard", accountId == "acc116")
- then
- System.out.println("rule116 fired");
-end
-
-rule rule117
- when
- $acc : Account(status == "standard", accountId == "acc117")
- then
- System.out.println("rule117 fired");
-end
-
-rule rule118
- when
- $acc : Account(status == "standard", accountId == "acc118")
- then
- System.out.println("rule118 fired");
-end
-
-rule rule119
- when
- $acc : Account(status == "standard", accountId == "acc119")
- then
- System.out.println("rule119 fired");
-end
-
-rule rule120
- when
- $acc : Account(status == "standard", accountId == "acc120")
- then
- System.out.println("rule120 fired");
-end
-
-rule rule121
- when
- $acc : Account(status == "standard", accountId == "acc121")
- then
- System.out.println("rule121 fired");
-end
-
-rule rule122
- when
- $acc : Account(status == "standard", accountId == "acc122")
- then
- System.out.println("rule122 fired");
-end
-
-rule rule123
- when
- $acc : Account(status == "standard", accountId == "acc123")
- then
- System.out.println("rule123 fired");
-end
-
-rule rule124
- when
- $acc : Account(status == "standard", accountId == "acc124")
- then
- System.out.println("rule124 fired");
-end
-
-rule rule125
- when
- $acc : Account(status == "standard", accountId == "acc125")
- then
- System.out.println("rule125 fired");
-end
-
-rule rule126
- when
- $acc : Account(status == "standard", accountId == "acc126")
- then
- System.out.println("rule126 fired");
-end
-
-rule rule127
- when
- $acc : Account(status == "standard", accountId == "acc127")
- then
- System.out.println("rule127 fired");
-end
-
-rule rule128
- when
- $acc : Account(status == "standard", accountId == "acc128")
- then
- System.out.println("rule128 fired");
-end
-
-rule rule129
- when
- $acc : Account(status == "standard", accountId == "acc129")
- then
- System.out.println("rule129 fired");
-end
-
-rule rule130
- when
- $acc : Account(status == "standard", accountId == "acc130")
- then
- System.out.println("rule130 fired");
-end
-
-rule rule131
- when
- $acc : Account(status == "standard", accountId == "acc131")
- then
- System.out.println("rule131 fired");
-end
-
-rule rule132
- when
- $acc : Account(status == "standard", accountId == "acc132")
- then
- System.out.println("rule132 fired");
-end
-
-rule rule133
- when
- $acc : Account(status == "standard", accountId == "acc133")
- then
- System.out.println("rule133 fired");
-end
-
-rule rule134
- when
- $acc : Account(status == "standard", accountId == "acc134")
- then
- System.out.println("rule134 fired");
-end
-
-rule rule135
- when
- $acc : Account(status == "standard", accountId == "acc135")
- then
- System.out.println("rule135 fired");
-end
-
-rule rule136
- when
- $acc : Account(status == "standard", accountId == "acc136")
- then
- System.out.println("rule136 fired");
-end
-
-rule rule137
- when
- $acc : Account(status == "standard", accountId == "acc137")
- then
- System.out.println("rule137 fired");
-end
-
-rule rule138
- when
- $acc : Account(status == "standard", accountId == "acc138")
- then
- System.out.println("rule138 fired");
-end
-
-rule rule139
- when
- $acc : Account(status == "standard", accountId == "acc139")
- then
- System.out.println("rule139 fired");
-end
-
-rule rule140
- when
- $acc : Account(status == "standard", accountId == "acc140")
- then
- System.out.println("rule140 fired");
-end
-
-rule rule141
- when
- $acc : Account(status == "standard", accountId == "acc141")
- then
- System.out.println("rule141 fired");
-end
-
-rule rule142
- when
- $acc : Account(status == "standard", accountId == "acc142")
- then
- System.out.println("rule142 fired");
-end
-
-rule rule143
- when
- $acc : Account(status == "standard", accountId == "acc143")
- then
- System.out.println("rule143 fired");
-end
-
-rule rule144
- when
- $acc : Account(status == "standard", accountId == "acc144")
- then
- System.out.println("rule144 fired");
-end
-
-rule rule145
- when
- $acc : Account(status == "standard", accountId == "acc145")
- then
- System.out.println("rule145 fired");
-end
-
-rule rule146
- when
- $acc : Account(status == "standard", accountId == "acc146")
- then
- System.out.println("rule146 fired");
-end
-
-rule rule147
- when
- $acc : Account(status == "standard", accountId == "acc147")
- then
- System.out.println("rule147 fired");
-end
-
-rule rule148
- when
- $acc : Account(status == "standard", accountId == "acc148")
- then
- System.out.println("rule148 fired");
-end
-
-rule rule149
- when
- $acc : Account(status == "standard", accountId == "acc149")
- then
- System.out.println("rule149 fired");
-end
-
-rule rule150
- when
- $acc : Account(status == "standard", accountId == "acc150")
- then
- System.out.println("rule150 fired");
-end
-
-rule rule151
- when
- $acc : Account(status == "standard", accountId == "acc151")
- then
- System.out.println("rule151 fired");
-end
-
-rule rule152
- when
- $acc : Account(status == "standard", accountId == "acc152")
- then
- System.out.println("rule152 fired");
-end
-
-rule rule153
- when
- $acc : Account(status == "standard", accountId == "acc153")
- then
- System.out.println("rule153 fired");
-end
-
-rule rule154
- when
- $acc : Account(status == "standard", accountId == "acc154")
- then
- System.out.println("rule154 fired");
-end
-
-rule rule155
- when
- $acc : Account(status == "standard", accountId == "acc155")
- then
- System.out.println("rule155 fired");
-end
-
-rule rule156
- when
- $acc : Account(status == "standard", accountId == "acc156")
- then
- System.out.println("rule156 fired");
-end
-
-rule rule157
- when
- $acc : Account(status == "standard", accountId == "acc157")
- then
- System.out.println("rule157 fired");
-end
-
-rule rule158
- when
- $acc : Account(status == "standard", accountId == "acc158")
- then
- System.out.println("rule158 fired");
-end
-
-rule rule159
- when
- $acc : Account(status == "standard", accountId == "acc159")
- then
- System.out.println("rule159 fired");
-end
-
-rule rule160
- when
- $acc : Account(status == "standard", accountId == "acc160")
- then
- System.out.println("rule160 fired");
-end
-
-rule rule161
- when
- $acc : Account(status == "standard", accountId == "acc161")
- then
- System.out.println("rule161 fired");
-end
-
-rule rule162
- when
- $acc : Account(status == "standard", accountId == "acc162")
- then
- System.out.println("rule162 fired");
-end
-
-rule rule163
- when
- $acc : Account(status == "standard", accountId == "acc163")
- then
- System.out.println("rule163 fired");
-end
-
-rule rule164
- when
- $acc : Account(status == "standard", accountId == "acc164")
- then
- System.out.println("rule164 fired");
-end
-
-rule rule165
- when
- $acc : Account(status == "standard", accountId == "acc165")
- then
- System.out.println("rule165 fired");
-end
-
-rule rule166
- when
- $acc : Account(status == "standard", accountId == "acc166")
- then
- System.out.println("rule166 fired");
-end
-
-rule rule167
- when
- $acc : Account(status == "standard", accountId == "acc167")
- then
- System.out.println("rule167 fired");
-end
-
-rule rule168
- when
- $acc : Account(status == "standard", accountId == "acc168")
- then
- System.out.println("rule168 fired");
-end
-
-rule rule169
- when
- $acc : Account(status == "standard", accountId == "acc169")
- then
- System.out.println("rule169 fired");
-end
-
-rule rule170
- when
- $acc : Account(status == "standard", accountId == "acc170")
- then
- System.out.println("rule170 fired");
-end
-
-rule rule171
- when
- $acc : Account(status == "standard", accountId == "acc171")
- then
- System.out.println("rule171 fired");
-end
-
-rule rule172
- when
- $acc : Account(status == "standard", accountId == "acc172")
- then
- System.out.println("rule172 fired");
-end
-
-rule rule173
- when
- $acc : Account(status == "standard", accountId == "acc173")
- then
- System.out.println("rule173 fired");
-end
-
-rule rule174
- when
- $acc : Account(status == "standard", accountId == "acc174")
- then
- System.out.println("rule174 fired");
-end
-
-rule rule175
- when
- $acc : Account(status == "standard", accountId == "acc175")
- then
- System.out.println("rule175 fired");
-end
-
-rule rule176
- when
- $acc : Account(status == "standard", accountId == "acc176")
- then
- System.out.println("rule176 fired");
-end
-
-rule rule177
- when
- $acc : Account(status == "standard", accountId == "acc177")
- then
- System.out.println("rule177 fired");
-end
-
-rule rule178
- when
- $acc : Account(status == "standard", accountId == "acc178")
- then
- System.out.println("rule178 fired");
-end
-
-rule rule179
- when
- $acc : Account(status == "standard", accountId == "acc179")
- then
- System.out.println("rule179 fired");
-end
-
-rule rule180
- when
- $acc : Account(status == "standard", accountId == "acc180")
- then
- System.out.println("rule180 fired");
-end
-
-rule rule181
- when
- $acc : Account(status == "standard", accountId == "acc181")
- then
- System.out.println("rule181 fired");
-end
-
-rule rule182
- when
- $acc : Account(status == "standard", accountId == "acc182")
- then
- System.out.println("rule182 fired");
-end
-
-rule rule183
- when
- $acc : Account(status == "standard", accountId == "acc183")
- then
- System.out.println("rule183 fired");
-end
-
-rule rule184
- when
- $acc : Account(status == "standard", accountId == "acc184")
- then
- System.out.println("rule184 fired");
-end
-
-rule rule185
- when
- $acc : Account(status == "standard", accountId == "acc185")
- then
- System.out.println("rule185 fired");
-end
-
-rule rule186
- when
- $acc : Account(status == "standard", accountId == "acc186")
- then
- System.out.println("rule186 fired");
-end
-
-rule rule187
- when
- $acc : Account(status == "standard", accountId == "acc187")
- then
- System.out.println("rule187 fired");
-end
-
-rule rule188
- when
- $acc : Account(status == "standard", accountId == "acc188")
- then
- System.out.println("rule188 fired");
-end
-
-rule rule189
- when
- $acc : Account(status == "standard", accountId == "acc189")
- then
- System.out.println("rule189 fired");
-end
-
-rule rule190
- when
- $acc : Account(status == "standard", accountId == "acc190")
- then
- System.out.println("rule190 fired");
-end
-
-rule rule191
- when
- $acc : Account(status == "standard", accountId == "acc191")
- then
- System.out.println("rule191 fired");
-end
-
-rule rule192
- when
- $acc : Account(status == "standard", accountId == "acc192")
- then
- System.out.println("rule192 fired");
-end
-
-rule rule193
- when
- $acc : Account(status == "standard", accountId == "acc193")
- then
- System.out.println("rule193 fired");
-end
-
-rule rule194
- when
- $acc : Account(status == "standard", accountId == "acc194")
- then
- System.out.println("rule194 fired");
-end
-
-rule rule195
- when
- $acc : Account(status == "standard", accountId == "acc195")
- then
- System.out.println("rule195 fired");
-end
-
-rule rule196
- when
- $acc : Account(status == "standard", accountId == "acc196")
- then
- System.out.println("rule196 fired");
-end
-
-rule rule197
- when
- $acc : Account(status == "standard", accountId == "acc197")
- then
- System.out.println("rule197 fired");
-end
-
-rule rule198
- when
- $acc : Account(status == "standard", accountId == "acc198")
- then
- System.out.println("rule198 fired");
-end
-
-rule rule199
- when
- $acc : Account(status == "standard", accountId == "acc199")
- then
- System.out.println("rule199 fired");
-end
-
-rule rule200
- when
- $acc : Account(status == "standard", accountId == "acc200")
- then
- System.out.println("rule200 fired");
-end
-
-rule rule201
- when
- $acc : Account(status == "standard", accountId == "acc201")
- then
- System.out.println("rule201 fired");
-end
-
-rule rule202
- when
- $acc : Account(status == "standard", accountId == "acc202")
- then
- System.out.println("rule202 fired");
-end
-
-rule rule203
- when
- $acc : Account(status == "standard", accountId == "acc203")
- then
- System.out.println("rule203 fired");
-end
-
-rule rule204
- when
- $acc : Account(status == "standard", accountId == "acc204")
- then
- System.out.println("rule204 fired");
-end
-
-rule rule205
- when
- $acc : Account(status == "standard", accountId == "acc205")
- then
- System.out.println("rule205 fired");
-end
-
-rule rule206
- when
- $acc : Account(status == "standard", accountId == "acc206")
- then
- System.out.println("rule206 fired");
-end
-
-rule rule207
- when
- $acc : Account(status == "standard", accountId == "acc207")
- then
- System.out.println("rule207 fired");
-end
-
-rule rule208
- when
- $acc : Account(status == "standard", accountId == "acc208")
- then
- System.out.println("rule208 fired");
-end
-
-rule rule209
- when
- $acc : Account(status == "standard", accountId == "acc209")
- then
- System.out.println("rule209 fired");
-end
-
-rule rule210
- when
- $acc : Account(status == "standard", accountId == "acc210")
- then
- System.out.println("rule210 fired");
-end
-
-rule rule211
- when
- $acc : Account(status == "standard", accountId == "acc211")
- then
- System.out.println("rule211 fired");
-end
-
-rule rule212
- when
- $acc : Account(status == "standard", accountId == "acc212")
- then
- System.out.println("rule212 fired");
-end
-
-rule rule213
- when
- $acc : Account(status == "standard", accountId == "acc213")
- then
- System.out.println("rule213 fired");
-end
-
-rule rule214
- when
- $acc : Account(status == "standard", accountId == "acc214")
- then
- System.out.println("rule214 fired");
-end
-
-rule rule215
- when
- $acc : Account(status == "standard", accountId == "acc215")
- then
- System.out.println("rule215 fired");
-end
-
-rule rule216
- when
- $acc : Account(status == "standard", accountId == "acc216")
- then
- System.out.println("rule216 fired");
-end
-
-rule rule217
- when
- $acc : Account(status == "standard", accountId == "acc217")
- then
- System.out.println("rule217 fired");
-end
-
-rule rule218
- when
- $acc : Account(status == "standard", accountId == "acc218")
- then
- System.out.println("rule218 fired");
-end
-
-rule rule219
- when
- $acc : Account(status == "standard", accountId == "acc219")
- then
- System.out.println("rule219 fired");
-end
-
-rule rule220
- when
- $acc : Account(status == "standard", accountId == "acc220")
- then
- System.out.println("rule220 fired");
-end
-
-rule rule221
- when
- $acc : Account(status == "standard", accountId == "acc221")
- then
- System.out.println("rule221 fired");
-end
-
-rule rule222
- when
- $acc : Account(status == "standard", accountId == "acc222")
- then
- System.out.println("rule222 fired");
-end
-
-rule rule223
- when
- $acc : Account(status == "standard", accountId == "acc223")
- then
- System.out.println("rule223 fired");
-end
-
-rule rule224
- when
- $acc : Account(status == "standard", accountId == "acc224")
- then
- System.out.println("rule224 fired");
-end
-
-rule rule225
- when
- $acc : Account(status == "standard", accountId == "acc225")
- then
- System.out.println("rule225 fired");
-end
-
-rule rule226
- when
- $acc : Account(status == "standard", accountId == "acc226")
- then
- System.out.println("rule226 fired");
-end
-
-rule rule227
- when
- $acc : Account(status == "standard", accountId == "acc227")
- then
- System.out.println("rule227 fired");
-end
-
-rule rule228
- when
- $acc : Account(status == "standard", accountId == "acc228")
- then
- System.out.println("rule228 fired");
-end
-
-rule rule229
- when
- $acc : Account(status == "standard", accountId == "acc229")
- then
- System.out.println("rule229 fired");
-end
-
-rule rule230
- when
- $acc : Account(status == "standard", accountId == "acc230")
- then
- System.out.println("rule230 fired");
-end
-
-rule rule231
- when
- $acc : Account(status == "standard", accountId == "acc231")
- then
- System.out.println("rule231 fired");
-end
-
-rule rule232
- when
- $acc : Account(status == "standard", accountId == "acc232")
- then
- System.out.println("rule232 fired");
-end
-
-rule rule233
- when
- $acc : Account(status == "standard", accountId == "acc233")
- then
- System.out.println("rule233 fired");
-end
-
-rule rule234
- when
- $acc : Account(status == "standard", accountId == "acc234")
- then
- System.out.println("rule234 fired");
-end
-
-rule rule235
- when
- $acc : Account(status == "standard", accountId == "acc235")
- then
- System.out.println("rule235 fired");
-end
-
-rule rule236
- when
- $acc : Account(status == "standard", accountId == "acc236")
- then
- System.out.println("rule236 fired");
-end
-
-rule rule237
- when
- $acc : Account(status == "standard", accountId == "acc237")
- then
- System.out.println("rule237 fired");
-end
-
-rule rule238
- when
- $acc : Account(status == "standard", accountId == "acc238")
- then
- System.out.println("rule238 fired");
-end
-
-rule rule239
- when
- $acc : Account(status == "standard", accountId == "acc239")
- then
- System.out.println("rule239 fired");
-end
-
-rule rule240
- when
- $acc : Account(status == "standard", accountId == "acc240")
- then
- System.out.println("rule240 fired");
-end
-
-rule rule241
- when
- $acc : Account(status == "standard", accountId == "acc241")
- then
- System.out.println("rule241 fired");
-end
-
-rule rule242
- when
- $acc : Account(status == "standard", accountId == "acc242")
- then
- System.out.println("rule242 fired");
-end
-
-rule rule243
- when
- $acc : Account(status == "standard", accountId == "acc243")
- then
- System.out.println("rule243 fired");
-end
-
-rule rule244
- when
- $acc : Account(status == "standard", accountId == "acc244")
- then
- System.out.println("rule244 fired");
-end
-
-rule rule245
- when
- $acc : Account(status == "standard", accountId == "acc245")
- then
- System.out.println("rule245 fired");
-end
-
-rule rule246
- when
- $acc : Account(status == "standard", accountId == "acc246")
- then
- System.out.println("rule246 fired");
-end
-
-rule rule247
- when
- $acc : Account(status == "standard", accountId == "acc247")
- then
- System.out.println("rule247 fired");
-end
-
-rule rule248
- when
- $acc : Account(status == "standard", accountId == "acc248")
- then
- System.out.println("rule248 fired");
-end
-
-rule rule249
- when
- $acc : Account(status == "standard", accountId == "acc249")
- then
- System.out.println("rule249 fired");
-end
-
-rule rule250
- when
- $acc : Account(status == "standard", accountId == "acc250")
- then
- System.out.println("rule250 fired");
-end
-
-rule rule251
- when
- $acc : Account(status == "standard", accountId == "acc251")
- then
- System.out.println("rule251 fired");
-end
-
-rule rule252
- when
- $acc : Account(status == "standard", accountId == "acc252")
- then
- System.out.println("rule252 fired");
-end
-
-rule rule253
- when
- $acc : Account(status == "standard", accountId == "acc253")
- then
- System.out.println("rule253 fired");
-end
-
-rule rule254
- when
- $acc : Account(status == "standard", accountId == "acc254")
- then
- System.out.println("rule254 fired");
-end
-
-rule rule255
- when
- $acc : Account(status == "standard", accountId == "acc255")
- then
- System.out.println("rule255 fired");
-end
-
-rule rule256
- when
- $acc : Account(status == "standard", accountId == "acc256")
- then
- System.out.println("rule256 fired");
-end
-
-rule rule257
- when
- $acc : Account(status == "standard", accountId == "acc257")
- then
- System.out.println("rule257 fired");
-end
-
-rule rule258
- when
- $acc : Account(status == "standard", accountId == "acc258")
- then
- System.out.println("rule258 fired");
-end
-
-rule rule259
- when
- $acc : Account(status == "standard", accountId == "acc259")
- then
- System.out.println("rule259 fired");
-end
-
-rule rule260
- when
- $acc : Account(status == "standard", accountId == "acc260")
- then
- System.out.println("rule260 fired");
-end
-
-rule rule261
- when
- $acc : Account(status == "standard", accountId == "acc261")
- then
- System.out.println("rule261 fired");
-end
-
-rule rule262
- when
- $acc : Account(status == "standard", accountId == "acc262")
- then
- System.out.println("rule262 fired");
-end
-
-rule rule263
- when
- $acc : Account(status == "standard", accountId == "acc263")
- then
- System.out.println("rule263 fired");
-end
-
-rule rule264
- when
- $acc : Account(status == "standard", accountId == "acc264")
- then
- System.out.println("rule264 fired");
-end
-
-rule rule265
- when
- $acc : Account(status == "standard", accountId == "acc265")
- then
- System.out.println("rule265 fired");
-end
-
-rule rule266
- when
- $acc : Account(status == "standard", accountId == "acc266")
- then
- System.out.println("rule266 fired");
-end
-
-rule rule267
- when
- $acc : Account(status == "standard", accountId == "acc267")
- then
- System.out.println("rule267 fired");
-end
-
-rule rule268
- when
- $acc : Account(status == "standard", accountId == "acc268")
- then
- System.out.println("rule268 fired");
-end
-
-rule rule269
- when
- $acc : Account(status == "standard", accountId == "acc269")
- then
- System.out.println("rule269 fired");
-end
-
-rule rule270
- when
- $acc : Account(status == "standard", accountId == "acc270")
- then
- System.out.println("rule270 fired");
-end
-
-rule rule271
- when
- $acc : Account(status == "standard", accountId == "acc271")
- then
- System.out.println("rule271 fired");
-end
-
-rule rule272
- when
- $acc : Account(status == "standard", accountId == "acc272")
- then
- System.out.println("rule272 fired");
-end
-
-rule rule273
- when
- $acc : Account(status == "standard", accountId == "acc273")
- then
- System.out.println("rule273 fired");
-end
-
-rule rule274
- when
- $acc : Account(status == "standard", accountId == "acc274")
- then
- System.out.println("rule274 fired");
-end
-
-rule rule275
- when
- $acc : Account(status == "standard", accountId == "acc275")
- then
- System.out.println("rule275 fired");
-end
-
-rule rule276
- when
- $acc : Account(status == "standard", accountId == "acc276")
- then
- System.out.println("rule276 fired");
-end
-
-rule rule277
- when
- $acc : Account(status == "standard", accountId == "acc277")
- then
- System.out.println("rule277 fired");
-end
-
-rule rule278
- when
- $acc : Account(status == "standard", accountId == "acc278")
- then
- System.out.println("rule278 fired");
-end
-
-rule rule279
- when
- $acc : Account(status == "standard", accountId == "acc279")
- then
- System.out.println("rule279 fired");
-end
-
-rule rule280
- when
- $acc : Account(status == "standard", accountId == "acc280")
- then
- System.out.println("rule280 fired");
-end
-
-rule rule281
- when
- $acc : Account(status == "standard", accountId == "acc281")
- then
- System.out.println("rule281 fired");
-end
-
-rule rule282
- when
- $acc : Account(status == "standard", accountId == "acc282")
- then
- System.out.println("rule282 fired");
-end
-
-rule rule283
- when
- $acc : Account(status == "standard", accountId == "acc283")
- then
- System.out.println("rule283 fired");
-end
-
-rule rule284
- when
- $acc : Account(status == "standard", accountId == "acc284")
- then
- System.out.println("rule284 fired");
-end
-
-rule rule285
- when
- $acc : Account(status == "standard", accountId == "acc285")
- then
- System.out.println("rule285 fired");
-end
-
-rule rule286
- when
- $acc : Account(status == "standard", accountId == "acc286")
- then
- System.out.println("rule286 fired");
-end
-
-rule rule287
- when
- $acc : Account(status == "standard", accountId == "acc287")
- then
- System.out.println("rule287 fired");
-end
-
-rule rule288
- when
- $acc : Account(status == "standard", accountId == "acc288")
- then
- System.out.println("rule288 fired");
-end
-
-rule rule289
- when
- $acc : Account(status == "standard", accountId == "acc289")
- then
- System.out.println("rule289 fired");
-end
-
-rule rule290
- when
- $acc : Account(status == "standard", accountId == "acc290")
- then
- System.out.println("rule290 fired");
-end
-
-rule rule291
- when
- $acc : Account(status == "standard", accountId == "acc291")
- then
- System.out.println("rule291 fired");
-end
-
-rule rule292
- when
- $acc : Account(status == "standard", accountId == "acc292")
- then
- System.out.println("rule292 fired");
-end
-
-rule rule293
- when
- $acc : Account(status == "standard", accountId == "acc293")
- then
- System.out.println("rule293 fired");
-end
-
-rule rule294
- when
- $acc : Account(status == "standard", accountId == "acc294")
- then
- System.out.println("rule294 fired");
-end
-
-rule rule295
- when
- $acc : Account(status == "standard", accountId == "acc295")
- then
- System.out.println("rule295 fired");
-end
-
-rule rule296
- when
- $acc : Account(status == "standard", accountId == "acc296")
- then
- System.out.println("rule296 fired");
-end
-
-rule rule297
- when
- $acc : Account(status == "standard", accountId == "acc297")
- then
- System.out.println("rule297 fired");
-end
-
-rule rule298
- when
- $acc : Account(status == "standard", accountId == "acc298")
- then
- System.out.println("rule298 fired");
-end
-
-rule rule299
- when
- $acc : Account(status == "standard", accountId == "acc299")
- then
- System.out.println("rule299 fired");
-end
-
-rule rule300
- when
- $acc : Account(status == "standard", accountId == "acc300")
- then
- System.out.println("rule300 fired");
-end
-
-rule rule301
- when
- $acc : Account(status == "standard", accountId == "acc301")
- then
- System.out.println("rule301 fired");
-end
-
-rule rule302
- when
- $acc : Account(status == "standard", accountId == "acc302")
- then
- System.out.println("rule302 fired");
-end
-
-rule rule303
- when
- $acc : Account(status == "standard", accountId == "acc303")
- then
- System.out.println("rule303 fired");
-end
-
-rule rule304
- when
- $acc : Account(status == "standard", accountId == "acc304")
- then
- System.out.println("rule304 fired");
-end
-
-rule rule305
- when
- $acc : Account(status == "standard", accountId == "acc305")
- then
- System.out.println("rule305 fired");
-end
-
-rule rule306
- when
- $acc : Account(status == "standard", accountId == "acc306")
- then
- System.out.println("rule306 fired");
-end
-
-rule rule307
- when
- $acc : Account(status == "standard", accountId == "acc307")
- then
- System.out.println("rule307 fired");
-end
-
-rule rule308
- when
- $acc : Account(status == "standard", accountId == "acc308")
- then
- System.out.println("rule308 fired");
-end
-
-rule rule309
- when
- $acc : Account(status == "standard", accountId == "acc309")
- then
- System.out.println("rule309 fired");
-end
-
-rule rule310
- when
- $acc : Account(status == "standard", accountId == "acc310")
- then
- System.out.println("rule310 fired");
-end
-
-rule rule311
- when
- $acc : Account(status == "standard", accountId == "acc311")
- then
- System.out.println("rule311 fired");
-end
-
-rule rule312
- when
- $acc : Account(status == "standard", accountId == "acc312")
- then
- System.out.println("rule312 fired");
-end
-
-rule rule313
- when
- $acc : Account(status == "standard", accountId == "acc313")
- then
- System.out.println("rule313 fired");
-end
-
-rule rule314
- when
- $acc : Account(status == "standard", accountId == "acc314")
- then
- System.out.println("rule314 fired");
-end
-
-rule rule315
- when
- $acc : Account(status == "standard", accountId == "acc315")
- then
- System.out.println("rule315 fired");
-end
-
-rule rule316
- when
- $acc : Account(status == "standard", accountId == "acc316")
- then
- System.out.println("rule316 fired");
-end
-
-rule rule317
- when
- $acc : Account(status == "standard", accountId == "acc317")
- then
- System.out.println("rule317 fired");
-end
-
-rule rule318
- when
- $acc : Account(status == "standard", accountId == "acc318")
- then
- System.out.println("rule318 fired");
-end
-
-rule rule319
- when
- $acc : Account(status == "standard", accountId == "acc319")
- then
- System.out.println("rule319 fired");
-end
-
-rule rule320
- when
- $acc : Account(status == "standard", accountId == "acc320")
- then
- System.out.println("rule320 fired");
-end
-
-rule rule321
- when
- $acc : Account(status == "standard", accountId == "acc321")
- then
- System.out.println("rule321 fired");
-end
-
-rule rule322
- when
- $acc : Account(status == "standard", accountId == "acc322")
- then
- System.out.println("rule322 fired");
-end
-
-rule rule323
- when
- $acc : Account(status == "standard", accountId == "acc323")
- then
- System.out.println("rule323 fired");
-end
-
-rule rule324
- when
- $acc : Account(status == "standard", accountId == "acc324")
- then
- System.out.println("rule324 fired");
-end
-
-rule rule325
- when
- $acc : Account(status == "standard", accountId == "acc325")
- then
- System.out.println("rule325 fired");
-end
-
-rule rule326
- when
- $acc : Account(status == "standard", accountId == "acc326")
- then
- System.out.println("rule326 fired");
-end
-
-rule rule327
- when
- $acc : Account(status == "standard", accountId == "acc327")
- then
- System.out.println("rule327 fired");
-end
-
-rule rule328
- when
- $acc : Account(status == "standard", accountId == "acc328")
- then
- System.out.println("rule328 fired");
-end
-
-rule rule329
- when
- $acc : Account(status == "standard", accountId == "acc329")
- then
- System.out.println("rule329 fired");
-end
-
-rule rule330
- when
- $acc : Account(status == "standard", accountId == "acc330")
- then
- System.out.println("rule330 fired");
-end
-
-rule rule331
- when
- $acc : Account(status == "standard", accountId == "acc331")
- then
- System.out.println("rule331 fired");
-end
-
-rule rule332
- when
- $acc : Account(status == "standard", accountId == "acc332")
- then
- System.out.println("rule332 fired");
-end
-
-rule rule333
- when
- $acc : Account(status == "standard", accountId == "acc333")
- then
- System.out.println("rule333 fired");
-end
-
-rule rule334
- when
- $acc : Account(status == "standard", accountId == "acc334")
- then
- System.out.println("rule334 fired");
-end
-
-rule rule335
- when
- $acc : Account(status == "standard", accountId == "acc335")
- then
- System.out.println("rule335 fired");
-end
-
-rule rule336
- when
- $acc : Account(status == "standard", accountId == "acc336")
- then
- System.out.println("rule336 fired");
-end
-
-rule rule337
- when
- $acc : Account(status == "standard", accountId == "acc337")
- then
- System.out.println("rule337 fired");
-end
-
-rule rule338
- when
- $acc : Account(status == "standard", accountId == "acc338")
- then
- System.out.println("rule338 fired");
-end
-
-rule rule339
- when
- $acc : Account(status == "standard", accountId == "acc339")
- then
- System.out.println("rule339 fired");
-end
-
-rule rule340
- when
- $acc : Account(status == "standard", accountId == "acc340")
- then
- System.out.println("rule340 fired");
-end
-
-rule rule341
- when
- $acc : Account(status == "standard", accountId == "acc341")
- then
- System.out.println("rule341 fired");
-end
-
-rule rule342
- when
- $acc : Account(status == "standard", accountId == "acc342")
- then
- System.out.println("rule342 fired");
-end
-
-rule rule343
- when
- $acc : Account(status == "standard", accountId == "acc343")
- then
- System.out.println("rule343 fired");
-end
-
-rule rule344
- when
- $acc : Account(status == "standard", accountId == "acc344")
- then
- System.out.println("rule344 fired");
-end
-
-rule rule345
- when
- $acc : Account(status == "standard", accountId == "acc345")
- then
- System.out.println("rule345 fired");
-end
-
-rule rule346
- when
- $acc : Account(status == "standard", accountId == "acc346")
- then
- System.out.println("rule346 fired");
-end
-
-rule rule347
- when
- $acc : Account(status == "standard", accountId == "acc347")
- then
- System.out.println("rule347 fired");
-end
-
-rule rule348
- when
- $acc : Account(status == "standard", accountId == "acc348")
- then
- System.out.println("rule348 fired");
-end
-
-rule rule349
- when
- $acc : Account(status == "standard", accountId == "acc349")
- then
- System.out.println("rule349 fired");
-end
-
-rule rule350
- when
- $acc : Account(status == "standard", accountId == "acc350")
- then
- System.out.println("rule350 fired");
-end
-
-rule rule351
- when
- $acc : Account(status == "standard", accountId == "acc351")
- then
- System.out.println("rule351 fired");
-end
-
-rule rule352
- when
- $acc : Account(status == "standard", accountId == "acc352")
- then
- System.out.println("rule352 fired");
-end
-
-rule rule353
- when
- $acc : Account(status == "standard", accountId == "acc353")
- then
- System.out.println("rule353 fired");
-end
-
-rule rule354
- when
- $acc : Account(status == "standard", accountId == "acc354")
- then
- System.out.println("rule354 fired");
-end
-
-rule rule355
- when
- $acc : Account(status == "standard", accountId == "acc355")
- then
- System.out.println("rule355 fired");
-end
-
-rule rule356
- when
- $acc : Account(status == "standard", accountId == "acc356")
- then
- System.out.println("rule356 fired");
-end
-
-rule rule357
- when
- $acc : Account(status == "standard", accountId == "acc357")
- then
- System.out.println("rule357 fired");
-end
-
-rule rule358
- when
- $acc : Account(status == "standard", accountId == "acc358")
- then
- System.out.println("rule358 fired");
-end
-
-rule rule359
- when
- $acc : Account(status == "standard", accountId == "acc359")
- then
- System.out.println("rule359 fired");
-end
-
-rule rule360
- when
- $acc : Account(status == "standard", accountId == "acc360")
- then
- System.out.println("rule360 fired");
-end
-
-rule rule361
- when
- $acc : Account(status == "standard", accountId == "acc361")
- then
- System.out.println("rule361 fired");
-end
-
-rule rule362
- when
- $acc : Account(status == "standard", accountId == "acc362")
- then
- System.out.println("rule362 fired");
-end
-
-rule rule363
- when
- $acc : Account(status == "standard", accountId == "acc363")
- then
- System.out.println("rule363 fired");
-end
-
-rule rule364
- when
- $acc : Account(status == "standard", accountId == "acc364")
- then
- System.out.println("rule364 fired");
-end
-
-rule rule365
- when
- $acc : Account(status == "standard", accountId == "acc365")
- then
- System.out.println("rule365 fired");
-end
-
-rule rule366
- when
- $acc : Account(status == "standard", accountId == "acc366")
- then
- System.out.println("rule366 fired");
-end
-
-rule rule367
- when
- $acc : Account(status == "standard", accountId == "acc367")
- then
- System.out.println("rule367 fired");
-end
-
-rule rule368
- when
- $acc : Account(status == "standard", accountId == "acc368")
- then
- System.out.println("rule368 fired");
-end
-
-rule rule369
- when
- $acc : Account(status == "standard", accountId == "acc369")
- then
- System.out.println("rule369 fired");
-end
-
-rule rule370
- when
- $acc : Account(status == "standard", accountId == "acc370")
- then
- System.out.println("rule370 fired");
-end
-
-rule rule371
- when
- $acc : Account(status == "standard", accountId == "acc371")
- then
- System.out.println("rule371 fired");
-end
-
-rule rule372
- when
- $acc : Account(status == "standard", accountId == "acc372")
- then
- System.out.println("rule372 fired");
-end
-
-rule rule373
- when
- $acc : Account(status == "standard", accountId == "acc373")
- then
- System.out.println("rule373 fired");
-end
-
-rule rule374
- when
- $acc : Account(status == "standard", accountId == "acc374")
- then
- System.out.println("rule374 fired");
-end
-
-rule rule375
- when
- $acc : Account(status == "standard", accountId == "acc375")
- then
- System.out.println("rule375 fired");
-end
-
-rule rule376
- when
- $acc : Account(status == "standard", accountId == "acc376")
- then
- System.out.println("rule376 fired");
-end
-
-rule rule377
- when
- $acc : Account(status == "standard", accountId == "acc377")
- then
- System.out.println("rule377 fired");
-end
-
-rule rule378
- when
- $acc : Account(status == "standard", accountId == "acc378")
- then
- System.out.println("rule378 fired");
-end
-
-rule rule379
- when
- $acc : Account(status == "standard", accountId == "acc379")
- then
- System.out.println("rule379 fired");
-end
-
-rule rule380
- when
- $acc : Account(status == "standard", accountId == "acc380")
- then
- System.out.println("rule380 fired");
-end
-
-rule rule381
- when
- $acc : Account(status == "standard", accountId == "acc381")
- then
- System.out.println("rule381 fired");
-end
-
-rule rule382
- when
- $acc : Account(status == "standard", accountId == "acc382")
- then
- System.out.println("rule382 fired");
-end
-
-rule rule383
- when
- $acc : Account(status == "standard", accountId == "acc383")
- then
- System.out.println("rule383 fired");
-end
-
-rule rule384
- when
- $acc : Account(status == "standard", accountId == "acc384")
- then
- System.out.println("rule384 fired");
-end
-
-rule rule385
- when
- $acc : Account(status == "standard", accountId == "acc385")
- then
- System.out.println("rule385 fired");
-end
-
-rule rule386
- when
- $acc : Account(status == "standard", accountId == "acc386")
- then
- System.out.println("rule386 fired");
-end
-
-rule rule387
- when
- $acc : Account(status == "standard", accountId == "acc387")
- then
- System.out.println("rule387 fired");
-end
-
-rule rule388
- when
- $acc : Account(status == "standard", accountId == "acc388")
- then
- System.out.println("rule388 fired");
-end
-
-rule rule389
- when
- $acc : Account(status == "standard", accountId == "acc389")
- then
- System.out.println("rule389 fired");
-end
-
-rule rule390
- when
- $acc : Account(status == "standard", accountId == "acc390")
- then
- System.out.println("rule390 fired");
-end
-
-rule rule391
- when
- $acc : Account(status == "standard", accountId == "acc391")
- then
- System.out.println("rule391 fired");
-end
-
-rule rule392
- when
- $acc : Account(status == "standard", accountId == "acc392")
- then
- System.out.println("rule392 fired");
-end
-
-rule rule393
- when
- $acc : Account(status == "standard", accountId == "acc393")
- then
- System.out.println("rule393 fired");
-end
-
-rule rule394
- when
- $acc : Account(status == "standard", accountId == "acc394")
- then
- System.out.println("rule394 fired");
-end
-
-rule rule395
- when
- $acc : Account(status == "standard", accountId == "acc395")
- then
- System.out.println("rule395 fired");
-end
-
-rule rule396
- when
- $acc : Account(status == "standard", accountId == "acc396")
- then
- System.out.println("rule396 fired");
-end
-
-rule rule397
- when
- $acc : Account(status == "standard", accountId == "acc397")
- then
- System.out.println("rule397 fired");
-end
-
-rule rule398
- when
- $acc : Account(status == "standard", accountId == "acc398")
- then
- System.out.println("rule398 fired");
-end
-
-rule rule399
- when
- $acc : Account(status == "standard", accountId == "acc399")
- then
- System.out.println("rule399 fired");
-end
-
-rule rule400
- when
- $acc : Account(status == "standard", accountId == "acc400")
- then
- System.out.println("rule400 fired");
-end
-
-rule rule401
- when
- $acc : Account(status == "standard", accountId == "acc401")
- then
- System.out.println("rule401 fired");
-end
-
-rule rule402
- when
- $acc : Account(status == "standard", accountId == "acc402")
- then
- System.out.println("rule402 fired");
-end
-
-rule rule403
- when
- $acc : Account(status == "standard", accountId == "acc403")
- then
- System.out.println("rule403 fired");
-end
-
-rule rule404
- when
- $acc : Account(status == "standard", accountId == "acc404")
- then
- System.out.println("rule404 fired");
-end
-
-rule rule405
- when
- $acc : Account(status == "standard", accountId == "acc405")
- then
- System.out.println("rule405 fired");
-end
-
-rule rule406
- when
- $acc : Account(status == "standard", accountId == "acc406")
- then
- System.out.println("rule406 fired");
-end
-
-rule rule407
- when
- $acc : Account(status == "standard", accountId == "acc407")
- then
- System.out.println("rule407 fired");
-end
-
-rule rule408
- when
- $acc : Account(status == "standard", accountId == "acc408")
- then
- System.out.println("rule408 fired");
-end
-
-rule rule409
- when
- $acc : Account(status == "standard", accountId == "acc409")
- then
- System.out.println("rule409 fired");
-end
-
-rule rule410
- when
- $acc : Account(status == "standard", accountId == "acc410")
- then
- System.out.println("rule410 fired");
-end
-
-rule rule411
- when
- $acc : Account(status == "standard", accountId == "acc411")
- then
- System.out.println("rule411 fired");
-end
-
-rule rule412
- when
- $acc : Account(status == "standard", accountId == "acc412")
- then
- System.out.println("rule412 fired");
-end
-
-rule rule413
- when
- $acc : Account(status == "standard", accountId == "acc413")
- then
- System.out.println("rule413 fired");
-end
-
-rule rule414
- when
- $acc : Account(status == "standard", accountId == "acc414")
- then
- System.out.println("rule414 fired");
-end
-
-rule rule415
- when
- $acc : Account(status == "standard", accountId == "acc415")
- then
- System.out.println("rule415 fired");
-end
-
-rule rule416
- when
- $acc : Account(status == "standard", accountId == "acc416")
- then
- System.out.println("rule416 fired");
-end
-
-rule rule417
- when
- $acc : Account(status == "standard", accountId == "acc417")
- then
- System.out.println("rule417 fired");
-end
-
-rule rule418
- when
- $acc : Account(status == "standard", accountId == "acc418")
- then
- System.out.println("rule418 fired");
-end
-
-rule rule419
- when
- $acc : Account(status == "standard", accountId == "acc419")
- then
- System.out.println("rule419 fired");
-end
-
-rule rule420
- when
- $acc : Account(status == "standard", accountId == "acc420")
- then
- System.out.println("rule420 fired");
-end
-
-rule rule421
- when
- $acc : Account(status == "standard", accountId == "acc421")
- then
- System.out.println("rule421 fired");
-end
-
-rule rule422
- when
- $acc : Account(status == "standard", accountId == "acc422")
- then
- System.out.println("rule422 fired");
-end
-
-rule rule423
- when
- $acc : Account(status == "standard", accountId == "acc423")
- then
- System.out.println("rule423 fired");
-end
-
-rule rule424
- when
- $acc : Account(status == "standard", accountId == "acc424")
- then
- System.out.println("rule424 fired");
-end
-
-rule rule425
- when
- $acc : Account(status == "standard", accountId == "acc425")
- then
- System.out.println("rule425 fired");
-end
-
-rule rule426
- when
- $acc : Account(status == "standard", accountId == "acc426")
- then
- System.out.println("rule426 fired");
-end
-
-rule rule427
- when
- $acc : Account(status == "standard", accountId == "acc427")
- then
- System.out.println("rule427 fired");
-end
-
-rule rule428
- when
- $acc : Account(status == "standard", accountId == "acc428")
- then
- System.out.println("rule428 fired");
-end
-
-rule rule429
- when
- $acc : Account(status == "standard", accountId == "acc429")
- then
- System.out.println("rule429 fired");
-end
-
-rule rule430
- when
- $acc : Account(status == "standard", accountId == "acc430")
- then
- System.out.println("rule430 fired");
-end
-
-rule rule431
- when
- $acc : Account(status == "standard", accountId == "acc431")
- then
- System.out.println("rule431 fired");
-end
-
-rule rule432
- when
- $acc : Account(status == "standard", accountId == "acc432")
- then
- System.out.println("rule432 fired");
-end
-
-rule rule433
- when
- $acc : Account(status == "standard", accountId == "acc433")
- then
- System.out.println("rule433 fired");
-end
-
-rule rule434
- when
- $acc : Account(status == "standard", accountId == "acc434")
- then
- System.out.println("rule434 fired");
-end
-
-rule rule435
- when
- $acc : Account(status == "standard", accountId == "acc435")
- then
- System.out.println("rule435 fired");
-end
-
-rule rule436
- when
- $acc : Account(status == "standard", accountId == "acc436")
- then
- System.out.println("rule436 fired");
-end
-
-rule rule437
- when
- $acc : Account(status == "standard", accountId == "acc437")
- then
- System.out.println("rule437 fired");
-end
-
-rule rule438
- when
- $acc : Account(status == "standard", accountId == "acc438")
- then
- System.out.println("rule438 fired");
-end
-
-rule rule439
- when
- $acc : Account(status == "standard", accountId == "acc439")
- then
- System.out.println("rule439 fired");
-end
-
-rule rule440
- when
- $acc : Account(status == "standard", accountId == "acc440")
- then
- System.out.println("rule440 fired");
-end
-
-rule rule441
- when
- $acc : Account(status == "standard", accountId == "acc441")
- then
- System.out.println("rule441 fired");
-end
-
-rule rule442
- when
- $acc : Account(status == "standard", accountId == "acc442")
- then
- System.out.println("rule442 fired");
-end
-
-rule rule443
- when
- $acc : Account(status == "standard", accountId == "acc443")
- then
- System.out.println("rule443 fired");
-end
-
-rule rule444
- when
- $acc : Account(status == "standard", accountId == "acc444")
- then
- System.out.println("rule444 fired");
-end
-
-rule rule445
- when
- $acc : Account(status == "standard", accountId == "acc445")
- then
- System.out.println("rule445 fired");
-end
-
-rule rule446
- when
- $acc : Account(status == "standard", accountId == "acc446")
- then
- System.out.println("rule446 fired");
-end
-
-rule rule447
- when
- $acc : Account(status == "standard", accountId == "acc447")
- then
- System.out.println("rule447 fired");
-end
-
-rule rule448
- when
- $acc : Account(status == "standard", accountId == "acc448")
- then
- System.out.println("rule448 fired");
-end
-
-rule rule449
- when
- $acc : Account(status == "standard", accountId == "acc449")
- then
- System.out.println("rule449 fired");
-end
-
-rule rule450
- when
- $acc : Account(status == "standard", accountId == "acc450")
- then
- System.out.println("rule450 fired");
-end
-
-rule rule451
- when
- $acc : Account(status == "standard", accountId == "acc451")
- then
- System.out.println("rule451 fired");
-end
-
-rule rule452
- when
- $acc : Account(status == "standard", accountId == "acc452")
- then
- System.out.println("rule452 fired");
-end
-
-rule rule453
- when
- $acc : Account(status == "standard", accountId == "acc453")
- then
- System.out.println("rule453 fired");
-end
-
-rule rule454
- when
- $acc : Account(status == "standard", accountId == "acc454")
- then
- System.out.println("rule454 fired");
-end
-
-rule rule455
- when
- $acc : Account(status == "standard", accountId == "acc455")
- then
- System.out.println("rule455 fired");
-end
-
-rule rule456
- when
- $acc : Account(status == "standard", accountId == "acc456")
- then
- System.out.println("rule456 fired");
-end
-
-rule rule457
- when
- $acc : Account(status == "standard", accountId == "acc457")
- then
- System.out.println("rule457 fired");
-end
-
-rule rule458
- when
- $acc : Account(status == "standard", accountId == "acc458")
- then
- System.out.println("rule458 fired");
-end
-
-rule rule459
- when
- $acc : Account(status == "standard", accountId == "acc459")
- then
- System.out.println("rule459 fired");
-end
-
-rule rule460
- when
- $acc : Account(status == "standard", accountId == "acc460")
- then
- System.out.println("rule460 fired");
-end
-
-rule rule461
- when
- $acc : Account(status == "standard", accountId == "acc461")
- then
- System.out.println("rule461 fired");
-end
-
-rule rule462
- when
- $acc : Account(status == "standard", accountId == "acc462")
- then
- System.out.println("rule462 fired");
-end
-
-rule rule463
- when
- $acc : Account(status == "standard", accountId == "acc463")
- then
- System.out.println("rule463 fired");
-end
-
-rule rule464
- when
- $acc : Account(status == "standard", accountId == "acc464")
- then
- System.out.println("rule464 fired");
-end
-
-rule rule465
- when
- $acc : Account(status == "standard", accountId == "acc465")
- then
- System.out.println("rule465 fired");
-end
-
-rule rule466
- when
- $acc : Account(status == "standard", accountId == "acc466")
- then
- System.out.println("rule466 fired");
-end
-
-rule rule467
- when
- $acc : Account(status == "standard", accountId == "acc467")
- then
- System.out.println("rule467 fired");
-end
-
-rule rule468
- when
- $acc : Account(status == "standard", accountId == "acc468")
- then
- System.out.println("rule468 fired");
-end
-
-rule rule469
- when
- $acc : Account(status == "standard", accountId == "acc469")
- then
- System.out.println("rule469 fired");
-end
-
-rule rule470
- when
- $acc : Account(status == "standard", accountId == "acc470")
- then
- System.out.println("rule470 fired");
-end
-
-rule rule471
- when
- $acc : Account(status == "standard", accountId == "acc471")
- then
- System.out.println("rule471 fired");
-end
-
-rule rule472
- when
- $acc : Account(status == "standard", accountId == "acc472")
- then
- System.out.println("rule472 fired");
-end
-
-rule rule473
- when
- $acc : Account(status == "standard", accountId == "acc473")
- then
- System.out.println("rule473 fired");
-end
-
-rule rule474
- when
- $acc : Account(status == "standard", accountId == "acc474")
- then
- System.out.println("rule474 fired");
-end
-
-rule rule475
- when
- $acc : Account(status == "standard", accountId == "acc475")
- then
- System.out.println("rule475 fired");
-end
-
-rule rule476
- when
- $acc : Account(status == "standard", accountId == "acc476")
- then
- System.out.println("rule476 fired");
-end
-
-rule rule477
- when
- $acc : Account(status == "standard", accountId == "acc477")
- then
- System.out.println("rule477 fired");
-end
-
-rule rule478
- when
- $acc : Account(status == "standard", accountId == "acc478")
- then
- System.out.println("rule478 fired");
-end
-
-rule rule479
- when
- $acc : Account(status == "standard", accountId == "acc479")
- then
- System.out.println("rule479 fired");
-end
-
-rule rule480
- when
- $acc : Account(status == "standard", accountId == "acc480")
- then
- System.out.println("rule480 fired");
-end
-
-rule rule481
- when
- $acc : Account(status == "standard", accountId == "acc481")
- then
- System.out.println("rule481 fired");
-end
-
-rule rule482
- when
- $acc : Account(status == "standard", accountId == "acc482")
- then
- System.out.println("rule482 fired");
-end
-
-rule rule483
- when
- $acc : Account(status == "standard", accountId == "acc483")
- then
- System.out.println("rule483 fired");
-end
-
-rule rule484
- when
- $acc : Account(status == "standard", accountId == "acc484")
- then
- System.out.println("rule484 fired");
-end
-
-rule rule485
- when
- $acc : Account(status == "standard", accountId == "acc485")
- then
- System.out.println("rule485 fired");
-end
-
-rule rule486
- when
- $acc : Account(status == "standard", accountId == "acc486")
- then
- System.out.println("rule486 fired");
-end
-
-rule rule487
- when
- $acc : Account(status == "standard", accountId == "acc487")
- then
- System.out.println("rule487 fired");
-end
-
-rule rule488
- when
- $acc : Account(status == "standard", accountId == "acc488")
- then
- System.out.println("rule488 fired");
-end
-
-rule rule489
- when
- $acc : Account(status == "standard", accountId == "acc489")
- then
- System.out.println("rule489 fired");
-end
-
-rule rule490
- when
- $acc : Account(status == "standard", accountId == "acc490")
- then
- System.out.println("rule490 fired");
-end
-
-rule rule491
- when
- $acc : Account(status == "standard", accountId == "acc491")
- then
- System.out.println("rule491 fired");
-end
-
-rule rule492
- when
- $acc : Account(status == "standard", accountId == "acc492")
- then
- System.out.println("rule492 fired");
-end
-
-rule rule493
- when
- $acc : Account(status == "standard", accountId == "acc493")
- then
- System.out.println("rule493 fired");
-end
-
-rule rule494
- when
- $acc : Account(status == "standard", accountId == "acc494")
- then
- System.out.println("rule494 fired");
-end
-
-rule rule495
- when
- $acc : Account(status == "standard", accountId == "acc495")
- then
- System.out.println("rule495 fired");
-end
-
-rule rule496
- when
- $acc : Account(status == "standard", accountId == "acc496")
- then
- System.out.println("rule496 fired");
-end
-
-rule rule497
- when
- $acc : Account(status == "standard", accountId == "acc497")
- then
- System.out.println("rule497 fired");
-end
-
-rule rule498
- when
- $acc : Account(status == "standard", accountId == "acc498")
- then
- System.out.println("rule498 fired");
-end
-
-rule rule499
- when
- $acc : Account(status == "standard", accountId == "acc499")
- then
- System.out.println("rule499 fired");
-end
-
-rule rule500
- when
- $acc : Account(status == "standard", accountId == "acc500")
- then
- System.out.println("rule500 fired");
-end
-
-rule rule501
- when
- $acc : Account(status == "standard", accountId == "acc501")
- then
- System.out.println("rule501 fired");
-end
-
-rule rule502
- when
- $acc : Account(status == "standard", accountId == "acc502")
- then
- System.out.println("rule502 fired");
-end
-
-rule rule503
- when
- $acc : Account(status == "standard", accountId == "acc503")
- then
- System.out.println("rule503 fired");
-end
-
-rule rule504
- when
- $acc : Account(status == "standard", accountId == "acc504")
- then
- System.out.println("rule504 fired");
-end
-
-rule rule505
- when
- $acc : Account(status == "standard", accountId == "acc505")
- then
- System.out.println("rule505 fired");
-end
-
-rule rule506
- when
- $acc : Account(status == "standard", accountId == "acc506")
- then
- System.out.println("rule506 fired");
-end
-
-rule rule507
- when
- $acc : Account(status == "standard", accountId == "acc507")
- then
- System.out.println("rule507 fired");
-end
-
-rule rule508
- when
- $acc : Account(status == "standard", accountId == "acc508")
- then
- System.out.println("rule508 fired");
-end
-
-rule rule509
- when
- $acc : Account(status == "standard", accountId == "acc509")
- then
- System.out.println("rule509 fired");
-end
-
-rule rule510
- when
- $acc : Account(status == "standard", accountId == "acc510")
- then
- System.out.println("rule510 fired");
-end
-
-rule rule511
- when
- $acc : Account(status == "standard", accountId == "acc511")
- then
- System.out.println("rule511 fired");
-end
-
-rule rule512
- when
- $acc : Account(status == "standard", accountId == "acc512")
- then
- System.out.println("rule512 fired");
-end
-
-rule rule513
- when
- $acc : Account(status == "standard", accountId == "acc513")
- then
- System.out.println("rule513 fired");
-end
-
-rule rule514
- when
- $acc : Account(status == "standard", accountId == "acc514")
- then
- System.out.println("rule514 fired");
-end
-
-rule rule515
- when
- $acc : Account(status == "standard", accountId == "acc515")
- then
- System.out.println("rule515 fired");
-end
-
-rule rule516
- when
- $acc : Account(status == "standard", accountId == "acc516")
- then
- System.out.println("rule516 fired");
-end
-
-rule rule517
- when
- $acc : Account(status == "standard", accountId == "acc517")
- then
- System.out.println("rule517 fired");
-end
-
-rule rule518
- when
- $acc : Account(status == "standard", accountId == "acc518")
- then
- System.out.println("rule518 fired");
-end
-
-rule rule519
- when
- $acc : Account(status == "standard", accountId == "acc519")
- then
- System.out.println("rule519 fired");
-end
-
-rule rule520
- when
- $acc : Account(status == "standard", accountId == "acc520")
- then
- System.out.println("rule520 fired");
-end
-
-rule rule521
- when
- $acc : Account(status == "standard", accountId == "acc521")
- then
- System.out.println("rule521 fired");
-end
-
-rule rule522
- when
- $acc : Account(status == "standard", accountId == "acc522")
- then
- System.out.println("rule522 fired");
-end
-
-rule rule523
- when
- $acc : Account(status == "standard", accountId == "acc523")
- then
- System.out.println("rule523 fired");
-end
-
-rule rule524
- when
- $acc : Account(status == "standard", accountId == "acc524")
- then
- System.out.println("rule524 fired");
-end
-
-rule rule525
- when
- $acc : Account(status == "standard", accountId == "acc525")
- then
- System.out.println("rule525 fired");
-end
-
-rule rule526
- when
- $acc : Account(status == "standard", accountId == "acc526")
- then
- System.out.println("rule526 fired");
-end
-
-rule rule527
- when
- $acc : Account(status == "standard", accountId == "acc527")
- then
- System.out.println("rule527 fired");
-end
-
-rule rule528
- when
- $acc : Account(status == "standard", accountId == "acc528")
- then
- System.out.println("rule528 fired");
-end
-
-rule rule529
- when
- $acc : Account(status == "standard", accountId == "acc529")
- then
- System.out.println("rule529 fired");
-end
-
-rule rule530
- when
- $acc : Account(status == "standard", accountId == "acc530")
- then
- System.out.println("rule530 fired");
-end
-
-rule rule531
- when
- $acc : Account(status == "standard", accountId == "acc531")
- then
- System.out.println("rule531 fired");
-end
-
-rule rule532
- when
- $acc : Account(status == "standard", accountId == "acc532")
- then
- System.out.println("rule532 fired");
-end
-
-rule rule533
- when
- $acc : Account(status == "standard", accountId == "acc533")
- then
- System.out.println("rule533 fired");
-end
-
-rule rule534
- when
- $acc : Account(status == "standard", accountId == "acc534")
- then
- System.out.println("rule534 fired");
-end
-
-rule rule535
- when
- $acc : Account(status == "standard", accountId == "acc535")
- then
- System.out.println("rule535 fired");
-end
-
-rule rule536
- when
- $acc : Account(status == "standard", accountId == "acc536")
- then
- System.out.println("rule536 fired");
-end
-
-rule rule537
- when
- $acc : Account(status == "standard", accountId == "acc537")
- then
- System.out.println("rule537 fired");
-end
-
-rule rule538
- when
- $acc : Account(status == "standard", accountId == "acc538")
- then
- System.out.println("rule538 fired");
-end
-
-rule rule539
- when
- $acc : Account(status == "standard", accountId == "acc539")
- then
- System.out.println("rule539 fired");
-end
-
-rule rule540
- when
- $acc : Account(status == "standard", accountId == "acc540")
- then
- System.out.println("rule540 fired");
-end
-
-rule rule541
- when
- $acc : Account(status == "standard", accountId == "acc541")
- then
- System.out.println("rule541 fired");
-end
-
-rule rule542
- when
- $acc : Account(status == "standard", accountId == "acc542")
- then
- System.out.println("rule542 fired");
-end
-
-rule rule543
- when
- $acc : Account(status == "standard", accountId == "acc543")
- then
- System.out.println("rule543 fired");
-end
-
-rule rule544
- when
- $acc : Account(status == "standard", accountId == "acc544")
- then
- System.out.println("rule544 fired");
-end
-
-rule rule545
- when
- $acc : Account(status == "standard", accountId == "acc545")
- then
- System.out.println("rule545 fired");
-end
-
-rule rule546
- when
- $acc : Account(status == "standard", accountId == "acc546")
- then
- System.out.println("rule546 fired");
-end
-
-rule rule547
- when
- $acc : Account(status == "standard", accountId == "acc547")
- then
- System.out.println("rule547 fired");
-end
-
-rule rule548
- when
- $acc : Account(status == "standard", accountId == "acc548")
- then
- System.out.println("rule548 fired");
-end
-
-rule rule549
- when
- $acc : Account(status == "standard", accountId == "acc549")
- then
- System.out.println("rule549 fired");
-end
-
-rule rule550
- when
- $acc : Account(status == "standard", accountId == "acc550")
- then
- System.out.println("rule550 fired");
-end
-
-rule rule551
- when
- $acc : Account(status == "standard", accountId == "acc551")
- then
- System.out.println("rule551 fired");
-end
-
-rule rule552
- when
- $acc : Account(status == "standard", accountId == "acc552")
- then
- System.out.println("rule552 fired");
-end
-
-rule rule553
- when
- $acc : Account(status == "standard", accountId == "acc553")
- then
- System.out.println("rule553 fired");
-end
-
-rule rule554
- when
- $acc : Account(status == "standard", accountId == "acc554")
- then
- System.out.println("rule554 fired");
-end
-
-rule rule555
- when
- $acc : Account(status == "standard", accountId == "acc555")
- then
- System.out.println("rule555 fired");
-end
-
-rule rule556
- when
- $acc : Account(status == "standard", accountId == "acc556")
- then
- System.out.println("rule556 fired");
-end
-
-rule rule557
- when
- $acc : Account(status == "standard", accountId == "acc557")
- then
- System.out.println("rule557 fired");
-end
-
-rule rule558
- when
- $acc : Account(status == "standard", accountId == "acc558")
- then
- System.out.println("rule558 fired");
-end
-
-rule rule559
- when
- $acc : Account(status == "standard", accountId == "acc559")
- then
- System.out.println("rule559 fired");
-end
-
-rule rule560
- when
- $acc : Account(status == "standard", accountId == "acc560")
- then
- System.out.println("rule560 fired");
-end
-
-rule rule561
- when
- $acc : Account(status == "standard", accountId == "acc561")
- then
- System.out.println("rule561 fired");
-end
-
-rule rule562
- when
- $acc : Account(status == "standard", accountId == "acc562")
- then
- System.out.println("rule562 fired");
-end
-
-rule rule563
- when
- $acc : Account(status == "standard", accountId == "acc563")
- then
- System.out.println("rule563 fired");
-end
-
-rule rule564
- when
- $acc : Account(status == "standard", accountId == "acc564")
- then
- System.out.println("rule564 fired");
-end
-
-rule rule565
- when
- $acc : Account(status == "standard", accountId == "acc565")
- then
- System.out.println("rule565 fired");
-end
-
-rule rule566
- when
- $acc : Account(status == "standard", accountId == "acc566")
- then
- System.out.println("rule566 fired");
-end
-
-rule rule567
- when
- $acc : Account(status == "standard", accountId == "acc567")
- then
- System.out.println("rule567 fired");
-end
-
-rule rule568
- when
- $acc : Account(status == "standard", accountId == "acc568")
- then
- System.out.println("rule568 fired");
-end
-
-rule rule569
- when
- $acc : Account(status == "standard", accountId == "acc569")
- then
- System.out.println("rule569 fired");
-end
-
-rule rule570
- when
- $acc : Account(status == "standard", accountId == "acc570")
- then
- System.out.println("rule570 fired");
-end
-
-rule rule571
- when
- $acc : Account(status == "standard", accountId == "acc571")
- then
- System.out.println("rule571 fired");
-end
-
-rule rule572
- when
- $acc : Account(status == "standard", accountId == "acc572")
- then
- System.out.println("rule572 fired");
-end
-
-rule rule573
- when
- $acc : Account(status == "standard", accountId == "acc573")
- then
- System.out.println("rule573 fired");
-end
-
-rule rule574
- when
- $acc : Account(status == "standard", accountId == "acc574")
- then
- System.out.println("rule574 fired");
-end
-
-rule rule575
- when
- $acc : Account(status == "standard", accountId == "acc575")
- then
- System.out.println("rule575 fired");
-end
-
-rule rule576
- when
- $acc : Account(status == "standard", accountId == "acc576")
- then
- System.out.println("rule576 fired");
-end
-
-rule rule577
- when
- $acc : Account(status == "standard", accountId == "acc577")
- then
- System.out.println("rule577 fired");
-end
-
-rule rule578
- when
- $acc : Account(status == "standard", accountId == "acc578")
- then
- System.out.println("rule578 fired");
-end
-
-rule rule579
- when
- $acc : Account(status == "standard", accountId == "acc579")
- then
- System.out.println("rule579 fired");
-end
-
-rule rule580
- when
- $acc : Account(status == "standard", accountId == "acc580")
- then
- System.out.println("rule580 fired");
-end
-
-rule rule581
- when
- $acc : Account(status == "standard", accountId == "acc581")
- then
- System.out.println("rule581 fired");
-end
-
-rule rule582
- when
- $acc : Account(status == "standard", accountId == "acc582")
- then
- System.out.println("rule582 fired");
-end
-
-rule rule583
- when
- $acc : Account(status == "standard", accountId == "acc583")
- then
- System.out.println("rule583 fired");
-end
-
-rule rule584
- when
- $acc : Account(status == "standard", accountId == "acc584")
- then
- System.out.println("rule584 fired");
-end
-
-rule rule585
- when
- $acc : Account(status == "standard", accountId == "acc585")
- then
- System.out.println("rule585 fired");
-end
-
-rule rule586
- when
- $acc : Account(status == "standard", accountId == "acc586")
- then
- System.out.println("rule586 fired");
-end
-
-rule rule587
- when
- $acc : Account(status == "standard", accountId == "acc587")
- then
- System.out.println("rule587 fired");
-end
-
-rule rule588
- when
- $acc : Account(status == "standard", accountId == "acc588")
- then
- System.out.println("rule588 fired");
-end
-
-rule rule589
- when
- $acc : Account(status == "standard", accountId == "acc589")
- then
- System.out.println("rule589 fired");
-end
-
-rule rule590
- when
- $acc : Account(status == "standard", accountId == "acc590")
- then
- System.out.println("rule590 fired");
-end
-
-rule rule591
- when
- $acc : Account(status == "standard", accountId == "acc591")
- then
- System.out.println("rule591 fired");
-end
-
-rule rule592
- when
- $acc : Account(status == "standard", accountId == "acc592")
- then
- System.out.println("rule592 fired");
-end
-
-rule rule593
- when
- $acc : Account(status == "standard", accountId == "acc593")
- then
- System.out.println("rule593 fired");
-end
-
-rule rule594
- when
- $acc : Account(status == "standard", accountId == "acc594")
- then
- System.out.println("rule594 fired");
-end
-
-rule rule595
- when
- $acc : Account(status == "standard", accountId == "acc595")
- then
- System.out.println("rule595 fired");
-end
-
-rule rule596
- when
- $acc : Account(status == "standard", accountId == "acc596")
- then
- System.out.println("rule596 fired");
-end
-
-rule rule597
- when
- $acc : Account(status == "standard", accountId == "acc597")
- then
- System.out.println("rule597 fired");
-end
-
-rule rule598
- when
- $acc : Account(status == "standard", accountId == "acc598")
- then
- System.out.println("rule598 fired");
-end
-
-rule rule599
- when
- $acc : Account(status == "standard", accountId == "acc599")
- then
- System.out.println("rule599 fired");
-end
-
-rule rule600
- when
- $acc : Account(status == "standard", accountId == "acc600")
- then
- System.out.println("rule600 fired");
-end
-
-rule rule601
- when
- $acc : Account(status == "standard", accountId == "acc601")
- then
- System.out.println("rule601 fired");
-end
-
-rule rule602
- when
- $acc : Account(status == "standard", accountId == "acc602")
- then
- System.out.println("rule602 fired");
-end
-
-rule rule603
- when
- $acc : Account(status == "standard", accountId == "acc603")
- then
- System.out.println("rule603 fired");
-end
-
-rule rule604
- when
- $acc : Account(status == "standard", accountId == "acc604")
- then
- System.out.println("rule604 fired");
-end
-
-rule rule605
- when
- $acc : Account(status == "standard", accountId == "acc605")
- then
- System.out.println("rule605 fired");
-end
-
-rule rule606
- when
- $acc : Account(status == "standard", accountId == "acc606")
- then
- System.out.println("rule606 fired");
-end
-
-rule rule607
- when
- $acc : Account(status == "standard", accountId == "acc607")
- then
- System.out.println("rule607 fired");
-end
-
-rule rule608
- when
- $acc : Account(status == "standard", accountId == "acc608")
- then
- System.out.println("rule608 fired");
-end
-
-rule rule609
- when
- $acc : Account(status == "standard", accountId == "acc609")
- then
- System.out.println("rule609 fired");
-end
-
-rule rule610
- when
- $acc : Account(status == "standard", accountId == "acc610")
- then
- System.out.println("rule610 fired");
-end
-
-rule rule611
- when
- $acc : Account(status == "standard", accountId == "acc611")
- then
- System.out.println("rule611 fired");
-end
-
-rule rule612
- when
- $acc : Account(status == "standard", accountId == "acc612")
- then
- System.out.println("rule612 fired");
-end
-
-rule rule613
- when
- $acc : Account(status == "standard", accountId == "acc613")
- then
- System.out.println("rule613 fired");
-end
-
-rule rule614
- when
- $acc : Account(status == "standard", accountId == "acc614")
- then
- System.out.println("rule614 fired");
-end
-
-rule rule615
- when
- $acc : Account(status == "standard", accountId == "acc615")
- then
- System.out.println("rule615 fired");
-end
-
-rule rule616
- when
- $acc : Account(status == "standard", accountId == "acc616")
- then
- System.out.println("rule616 fired");
-end
-
-rule rule617
- when
- $acc : Account(status == "standard", accountId == "acc617")
- then
- System.out.println("rule617 fired");
-end
-
-rule rule618
- when
- $acc : Account(status == "standard", accountId == "acc618")
- then
- System.out.println("rule618 fired");
-end
-
-rule rule619
- when
- $acc : Account(status == "standard", accountId == "acc619")
- then
- System.out.println("rule619 fired");
-end
-
-rule rule620
- when
- $acc : Account(status == "standard", accountId == "acc620")
- then
- System.out.println("rule620 fired");
-end
-
-rule rule621
- when
- $acc : Account(status == "standard", accountId == "acc621")
- then
- System.out.println("rule621 fired");
-end
-
-rule rule622
- when
- $acc : Account(status == "standard", accountId == "acc622")
- then
- System.out.println("rule622 fired");
-end
-
-rule rule623
- when
- $acc : Account(status == "standard", accountId == "acc623")
- then
- System.out.println("rule623 fired");
-end
-
-rule rule624
- when
- $acc : Account(status == "standard", accountId == "acc624")
- then
- System.out.println("rule624 fired");
-end
-
-rule rule625
- when
- $acc : Account(status == "standard", accountId == "acc625")
- then
- System.out.println("rule625 fired");
-end
-
-rule rule626
- when
- $acc : Account(status == "standard", accountId == "acc626")
- then
- System.out.println("rule626 fired");
-end
-
-rule rule627
- when
- $acc : Account(status == "standard", accountId == "acc627")
- then
- System.out.println("rule627 fired");
-end
-
-rule rule628
- when
- $acc : Account(status == "standard", accountId == "acc628")
- then
- System.out.println("rule628 fired");
-end
-
-rule rule629
- when
- $acc : Account(status == "standard", accountId == "acc629")
- then
- System.out.println("rule629 fired");
-end
-
-rule rule630
- when
- $acc : Account(status == "standard", accountId == "acc630")
- then
- System.out.println("rule630 fired");
-end
-
-rule rule631
- when
- $acc : Account(status == "standard", accountId == "acc631")
- then
- System.out.println("rule631 fired");
-end
-
-rule rule632
- when
- $acc : Account(status == "standard", accountId == "acc632")
- then
- System.out.println("rule632 fired");
-end
-
-rule rule633
- when
- $acc : Account(status == "standard", accountId == "acc633")
- then
- System.out.println("rule633 fired");
-end
-
-rule rule634
- when
- $acc : Account(status == "standard", accountId == "acc634")
- then
- System.out.println("rule634 fired");
-end
-
-rule rule635
- when
- $acc : Account(status == "standard", accountId == "acc635")
- then
- System.out.println("rule635 fired");
-end
-
-rule rule636
- when
- $acc : Account(status == "standard", accountId == "acc636")
- then
- System.out.println("rule636 fired");
-end
-
-rule rule637
- when
- $acc : Account(status == "standard", accountId == "acc637")
- then
- System.out.println("rule637 fired");
-end
-
-rule rule638
- when
- $acc : Account(status == "standard", accountId == "acc638")
- then
- System.out.println("rule638 fired");
-end
-
-rule rule639
- when
- $acc : Account(status == "standard", accountId == "acc639")
- then
- System.out.println("rule639 fired");
-end
-
-rule rule640
- when
- $acc : Account(status == "standard", accountId == "acc640")
- then
- System.out.println("rule640 fired");
-end
-
-rule rule641
- when
- $acc : Account(status == "standard", accountId == "acc641")
- then
- System.out.println("rule641 fired");
-end
-
-rule rule642
- when
- $acc : Account(status == "standard", accountId == "acc642")
- then
- System.out.println("rule642 fired");
-end
-
-rule rule643
- when
- $acc : Account(status == "standard", accountId == "acc643")
- then
- System.out.println("rule643 fired");
-end
-
-rule rule644
- when
- $acc : Account(status == "standard", accountId == "acc644")
- then
- System.out.println("rule644 fired");
-end
-
-rule rule645
- when
- $acc : Account(status == "standard", accountId == "acc645")
- then
- System.out.println("rule645 fired");
-end
-
-rule rule646
- when
- $acc : Account(status == "standard", accountId == "acc646")
- then
- System.out.println("rule646 fired");
-end
-
-rule rule647
- when
- $acc : Account(status == "standard", accountId == "acc647")
- then
- System.out.println("rule647 fired");
-end
-
-rule rule648
- when
- $acc : Account(status == "standard", accountId == "acc648")
- then
- System.out.println("rule648 fired");
-end
-
-rule rule649
- when
- $acc : Account(status == "standard", accountId == "acc649")
- then
- System.out.println("rule649 fired");
-end
-
-rule rule650
- when
- $acc : Account(status == "standard", accountId == "acc650")
- then
- System.out.println("rule650 fired");
-end
-
-rule rule651
- when
- $acc : Account(status == "standard", accountId == "acc651")
- then
- System.out.println("rule651 fired");
-end
-
-rule rule652
- when
- $acc : Account(status == "standard", accountId == "acc652")
- then
- System.out.println("rule652 fired");
-end
-
-rule rule653
- when
- $acc : Account(status == "standard", accountId == "acc653")
- then
- System.out.println("rule653 fired");
-end
-
-rule rule654
- when
- $acc : Account(status == "standard", accountId == "acc654")
- then
- System.out.println("rule654 fired");
-end
-
-rule rule655
- when
- $acc : Account(status == "standard", accountId == "acc655")
- then
- System.out.println("rule655 fired");
-end
-
-rule rule656
- when
- $acc : Account(status == "standard", accountId == "acc656")
- then
- System.out.println("rule656 fired");
-end
-
-rule rule657
- when
- $acc : Account(status == "standard", accountId == "acc657")
- then
- System.out.println("rule657 fired");
-end
-
-rule rule658
- when
- $acc : Account(status == "standard", accountId == "acc658")
- then
- System.out.println("rule658 fired");
-end
-
-rule rule659
- when
- $acc : Account(status == "standard", accountId == "acc659")
- then
- System.out.println("rule659 fired");
-end
-
-rule rule660
- when
- $acc : Account(status == "standard", accountId == "acc660")
- then
- System.out.println("rule660 fired");
-end
-
-rule rule661
- when
- $acc : Account(status == "standard", accountId == "acc661")
- then
- System.out.println("rule661 fired");
-end
-
-rule rule662
- when
- $acc : Account(status == "standard", accountId == "acc662")
- then
- System.out.println("rule662 fired");
-end
-
-rule rule663
- when
- $acc : Account(status == "standard", accountId == "acc663")
- then
- System.out.println("rule663 fired");
-end
-
-rule rule664
- when
- $acc : Account(status == "standard", accountId == "acc664")
- then
- System.out.println("rule664 fired");
-end
-
-rule rule665
- when
- $acc : Account(status == "standard", accountId == "acc665")
- then
- System.out.println("rule665 fired");
-end
-
-rule rule666
- when
- $acc : Account(status == "standard", accountId == "acc666")
- then
- System.out.println("rule666 fired");
-end
-
-rule rule667
- when
- $acc : Account(status == "standard", accountId == "acc667")
- then
- System.out.println("rule667 fired");
-end
-
-rule rule668
- when
- $acc : Account(status == "standard", accountId == "acc668")
- then
- System.out.println("rule668 fired");
-end
-
-rule rule669
- when
- $acc : Account(status == "standard", accountId == "acc669")
- then
- System.out.println("rule669 fired");
-end
-
-rule rule670
- when
- $acc : Account(status == "standard", accountId == "acc670")
- then
- System.out.println("rule670 fired");
-end
-
-rule rule671
- when
- $acc : Account(status == "standard", accountId == "acc671")
- then
- System.out.println("rule671 fired");
-end
-
-rule rule672
- when
- $acc : Account(status == "standard", accountId == "acc672")
- then
- System.out.println("rule672 fired");
-end
-
-rule rule673
- when
- $acc : Account(status == "standard", accountId == "acc673")
- then
- System.out.println("rule673 fired");
-end
-
-rule rule674
- when
- $acc : Account(status == "standard", accountId == "acc674")
- then
- System.out.println("rule674 fired");
-end
-
-rule rule675
- when
- $acc : Account(status == "standard", accountId == "acc675")
- then
- System.out.println("rule675 fired");
-end
-
-rule rule676
- when
- $acc : Account(status == "standard", accountId == "acc676")
- then
- System.out.println("rule676 fired");
-end
-
-rule rule677
- when
- $acc : Account(status == "standard", accountId == "acc677")
- then
- System.out.println("rule677 fired");
-end
-
-rule rule678
- when
- $acc : Account(status == "standard", accountId == "acc678")
- then
- System.out.println("rule678 fired");
-end
-
-rule rule679
- when
- $acc : Account(status == "standard", accountId == "acc679")
- then
- System.out.println("rule679 fired");
-end
-
-rule rule680
- when
- $acc : Account(status == "standard", accountId == "acc680")
- then
- System.out.println("rule680 fired");
-end
-
-rule rule681
- when
- $acc : Account(status == "standard", accountId == "acc681")
- then
- System.out.println("rule681 fired");
-end
-
-rule rule682
- when
- $acc : Account(status == "standard", accountId == "acc682")
- then
- System.out.println("rule682 fired");
-end
-
-rule rule683
- when
- $acc : Account(status == "standard", accountId == "acc683")
- then
- System.out.println("rule683 fired");
-end
-
-rule rule684
- when
- $acc : Account(status == "standard", accountId == "acc684")
- then
- System.out.println("rule684 fired");
-end
-
-rule rule685
- when
- $acc : Account(status == "standard", accountId == "acc685")
- then
- System.out.println("rule685 fired");
-end
-
-rule rule686
- when
- $acc : Account(status == "standard", accountId == "acc686")
- then
- System.out.println("rule686 fired");
-end
-
-rule rule687
- when
- $acc : Account(status == "standard", accountId == "acc687")
- then
- System.out.println("rule687 fired");
-end
-
-rule rule688
- when
- $acc : Account(status == "standard", accountId == "acc688")
- then
- System.out.println("rule688 fired");
-end
-
-rule rule689
- when
- $acc : Account(status == "standard", accountId == "acc689")
- then
- System.out.println("rule689 fired");
-end
-
-rule rule690
- when
- $acc : Account(status == "standard", accountId == "acc690")
- then
- System.out.println("rule690 fired");
-end
-
-rule rule691
- when
- $acc : Account(status == "standard", accountId == "acc691")
- then
- System.out.println("rule691 fired");
-end
-
-rule rule692
- when
- $acc : Account(status == "standard", accountId == "acc692")
- then
- System.out.println("rule692 fired");
-end
-
-rule rule693
- when
- $acc : Account(status == "standard", accountId == "acc693")
- then
- System.out.println("rule693 fired");
-end
-
-rule rule694
- when
- $acc : Account(status == "standard", accountId == "acc694")
- then
- System.out.println("rule694 fired");
-end
-
-rule rule695
- when
- $acc : Account(status == "standard", accountId == "acc695")
- then
- System.out.println("rule695 fired");
-end
-
-rule rule696
- when
- $acc : Account(status == "standard", accountId == "acc696")
- then
- System.out.println("rule696 fired");
-end
-
-rule rule697
- when
- $acc : Account(status == "standard", accountId == "acc697")
- then
- System.out.println("rule697 fired");
-end
-
-rule rule698
- when
- $acc : Account(status == "standard", accountId == "acc698")
- then
- System.out.println("rule698 fired");
-end
-
-rule rule699
- when
- $acc : Account(status == "standard", accountId == "acc699")
- then
- System.out.println("rule699 fired");
-end
-
-rule rule700
- when
- $acc : Account(status == "standard", accountId == "acc700")
- then
- System.out.println("rule700 fired");
-end
-
-rule rule701
- when
- $acc : Account(status == "standard", accountId == "acc701")
- then
- System.out.println("rule701 fired");
-end
-
-rule rule702
- when
- $acc : Account(status == "standard", accountId == "acc702")
- then
- System.out.println("rule702 fired");
-end
-
-rule rule703
- when
- $acc : Account(status == "standard", accountId == "acc703")
- then
- System.out.println("rule703 fired");
-end
-
-rule rule704
- when
- $acc : Account(status == "standard", accountId == "acc704")
- then
- System.out.println("rule704 fired");
-end
-
-rule rule705
- when
- $acc : Account(status == "standard", accountId == "acc705")
- then
- System.out.println("rule705 fired");
-end
-
-rule rule706
- when
- $acc : Account(status == "standard", accountId == "acc706")
- then
- System.out.println("rule706 fired");
-end
-
-rule rule707
- when
- $acc : Account(status == "standard", accountId == "acc707")
- then
- System.out.println("rule707 fired");
-end
-
-rule rule708
- when
- $acc : Account(status == "standard", accountId == "acc708")
- then
- System.out.println("rule708 fired");
-end
-
-rule rule709
- when
- $acc : Account(status == "standard", accountId == "acc709")
- then
- System.out.println("rule709 fired");
-end
-
-rule rule710
- when
- $acc : Account(status == "standard", accountId == "acc710")
- then
- System.out.println("rule710 fired");
-end
-
-rule rule711
- when
- $acc : Account(status == "standard", accountId == "acc711")
- then
- System.out.println("rule711 fired");
-end
-
-rule rule712
- when
- $acc : Account(status == "standard", accountId == "acc712")
- then
- System.out.println("rule712 fired");
-end
-
-rule rule713
- when
- $acc : Account(status == "standard", accountId == "acc713")
- then
- System.out.println("rule713 fired");
-end
-
-rule rule714
- when
- $acc : Account(status == "standard", accountId == "acc714")
- then
- System.out.println("rule714 fired");
-end
-
-rule rule715
- when
- $acc : Account(status == "standard", accountId == "acc715")
- then
- System.out.println("rule715 fired");
-end
-
-rule rule716
- when
- $acc : Account(status == "standard", accountId == "acc716")
- then
- System.out.println("rule716 fired");
-end
-
-rule rule717
- when
- $acc : Account(status == "standard", accountId == "acc717")
- then
- System.out.println("rule717 fired");
-end
-
-rule rule718
- when
- $acc : Account(status == "standard", accountId == "acc718")
- then
- System.out.println("rule718 fired");
-end
-
-rule rule719
- when
- $acc : Account(status == "standard", accountId == "acc719")
- then
- System.out.println("rule719 fired");
-end
-
-rule rule720
- when
- $acc : Account(status == "standard", accountId == "acc720")
- then
- System.out.println("rule720 fired");
-end
-
-rule rule721
- when
- $acc : Account(status == "standard", accountId == "acc721")
- then
- System.out.println("rule721 fired");
-end
-
-rule rule722
- when
- $acc : Account(status == "standard", accountId == "acc722")
- then
- System.out.println("rule722 fired");
-end
-
-rule rule723
- when
- $acc : Account(status == "standard", accountId == "acc723")
- then
- System.out.println("rule723 fired");
-end
-
-rule rule724
- when
- $acc : Account(status == "standard", accountId == "acc724")
- then
- System.out.println("rule724 fired");
-end
-
-rule rule725
- when
- $acc : Account(status == "standard", accountId == "acc725")
- then
- System.out.println("rule725 fired");
-end
-
-rule rule726
- when
- $acc : Account(status == "standard", accountId == "acc726")
- then
- System.out.println("rule726 fired");
-end
-
-rule rule727
- when
- $acc : Account(status == "standard", accountId == "acc727")
- then
- System.out.println("rule727 fired");
-end
-
-rule rule728
- when
- $acc : Account(status == "standard", accountId == "acc728")
- then
- System.out.println("rule728 fired");
-end
-
-rule rule729
- when
- $acc : Account(status == "standard", accountId == "acc729")
- then
- System.out.println("rule729 fired");
-end
-
-rule rule730
- when
- $acc : Account(status == "standard", accountId == "acc730")
- then
- System.out.println("rule730 fired");
-end
-
-rule rule731
- when
- $acc : Account(status == "standard", accountId == "acc731")
- then
- System.out.println("rule731 fired");
-end
-
-rule rule732
- when
- $acc : Account(status == "standard", accountId == "acc732")
- then
- System.out.println("rule732 fired");
-end
-
-rule rule733
- when
- $acc : Account(status == "standard", accountId == "acc733")
- then
- System.out.println("rule733 fired");
-end
-
-rule rule734
- when
- $acc : Account(status == "standard", accountId == "acc734")
- then
- System.out.println("rule734 fired");
-end
-
-rule rule735
- when
- $acc : Account(status == "standard", accountId == "acc735")
- then
- System.out.println("rule735 fired");
-end
-
-rule rule736
- when
- $acc : Account(status == "standard", accountId == "acc736")
- then
- System.out.println("rule736 fired");
-end
-
-rule rule737
- when
- $acc : Account(status == "standard", accountId == "acc737")
- then
- System.out.println("rule737 fired");
-end
-
-rule rule738
- when
- $acc : Account(status == "standard", accountId == "acc738")
- then
- System.out.println("rule738 fired");
-end
-
-rule rule739
- when
- $acc : Account(status == "standard", accountId == "acc739")
- then
- System.out.println("rule739 fired");
-end
-
-rule rule740
- when
- $acc : Account(status == "standard", accountId == "acc740")
- then
- System.out.println("rule740 fired");
-end
-
-rule rule741
- when
- $acc : Account(status == "standard", accountId == "acc741")
- then
- System.out.println("rule741 fired");
-end
-
-rule rule742
- when
- $acc : Account(status == "standard", accountId == "acc742")
- then
- System.out.println("rule742 fired");
-end
-
-rule rule743
- when
- $acc : Account(status == "standard", accountId == "acc743")
- then
- System.out.println("rule743 fired");
-end
-
-rule rule744
- when
- $acc : Account(status == "standard", accountId == "acc744")
- then
- System.out.println("rule744 fired");
-end
-
-rule rule745
- when
- $acc : Account(status == "standard", accountId == "acc745")
- then
- System.out.println("rule745 fired");
-end
-
-rule rule746
- when
- $acc : Account(status == "standard", accountId == "acc746")
- then
- System.out.println("rule746 fired");
-end
-
-rule rule747
- when
- $acc : Account(status == "standard", accountId == "acc747")
- then
- System.out.println("rule747 fired");
-end
-
-rule rule748
- when
- $acc : Account(status == "standard", accountId == "acc748")
- then
- System.out.println("rule748 fired");
-end
-
-rule rule749
- when
- $acc : Account(status == "standard", accountId == "acc749")
- then
- System.out.println("rule749 fired");
-end
-
-rule rule750
- when
- $acc : Account(status == "standard", accountId == "acc750")
- then
- System.out.println("rule750 fired");
-end
-
-rule rule751
- when
- $acc : Account(status == "standard", accountId == "acc751")
- then
- System.out.println("rule751 fired");
-end
-
-rule rule752
- when
- $acc : Account(status == "standard", accountId == "acc752")
- then
- System.out.println("rule752 fired");
-end
-
-rule rule753
- when
- $acc : Account(status == "standard", accountId == "acc753")
- then
- System.out.println("rule753 fired");
-end
-
-rule rule754
- when
- $acc : Account(status == "standard", accountId == "acc754")
- then
- System.out.println("rule754 fired");
-end
-
-rule rule755
- when
- $acc : Account(status == "standard", accountId == "acc755")
- then
- System.out.println("rule755 fired");
-end
-
-rule rule756
- when
- $acc : Account(status == "standard", accountId == "acc756")
- then
- System.out.println("rule756 fired");
-end
-
-rule rule757
- when
- $acc : Account(status == "standard", accountId == "acc757")
- then
- System.out.println("rule757 fired");
-end
-
-rule rule758
- when
- $acc : Account(status == "standard", accountId == "acc758")
- then
- System.out.println("rule758 fired");
-end
-
-rule rule759
- when
- $acc : Account(status == "standard", accountId == "acc759")
- then
- System.out.println("rule759 fired");
-end
-
-rule rule760
- when
- $acc : Account(status == "standard", accountId == "acc760")
- then
- System.out.println("rule760 fired");
-end
-
-rule rule761
- when
- $acc : Account(status == "standard", accountId == "acc761")
- then
- System.out.println("rule761 fired");
-end
-
-rule rule762
- when
- $acc : Account(status == "standard", accountId == "acc762")
- then
- System.out.println("rule762 fired");
-end
-
-rule rule763
- when
- $acc : Account(status == "standard", accountId == "acc763")
- then
- System.out.println("rule763 fired");
-end
-
-rule rule764
- when
- $acc : Account(status == "standard", accountId == "acc764")
- then
- System.out.println("rule764 fired");
-end
-
-rule rule765
- when
- $acc : Account(status == "standard", accountId == "acc765")
- then
- System.out.println("rule765 fired");
-end
-
-rule rule766
- when
- $acc : Account(status == "standard", accountId == "acc766")
- then
- System.out.println("rule766 fired");
-end
-
-rule rule767
- when
- $acc : Account(status == "standard", accountId == "acc767")
- then
- System.out.println("rule767 fired");
-end
-
-rule rule768
- when
- $acc : Account(status == "standard", accountId == "acc768")
- then
- System.out.println("rule768 fired");
-end
-
-rule rule769
- when
- $acc : Account(status == "standard", accountId == "acc769")
- then
- System.out.println("rule769 fired");
-end
-
-rule rule770
- when
- $acc : Account(status == "standard", accountId == "acc770")
- then
- System.out.println("rule770 fired");
-end
-
-rule rule771
- when
- $acc : Account(status == "standard", accountId == "acc771")
- then
- System.out.println("rule771 fired");
-end
-
-rule rule772
- when
- $acc : Account(status == "standard", accountId == "acc772")
- then
- System.out.println("rule772 fired");
-end
-
-rule rule773
- when
- $acc : Account(status == "standard", accountId == "acc773")
- then
- System.out.println("rule773 fired");
-end
-
-rule rule774
- when
- $acc : Account(status == "standard", accountId == "acc774")
- then
- System.out.println("rule774 fired");
-end
-
-rule rule775
- when
- $acc : Account(status == "standard", accountId == "acc775")
- then
- System.out.println("rule775 fired");
-end
-
-rule rule776
- when
- $acc : Account(status == "standard", accountId == "acc776")
- then
- System.out.println("rule776 fired");
-end
-
-rule rule777
- when
- $acc : Account(status == "standard", accountId == "acc777")
- then
- System.out.println("rule777 fired");
-end
-
-rule rule778
- when
- $acc : Account(status == "standard", accountId == "acc778")
- then
- System.out.println("rule778 fired");
-end
-
-rule rule779
- when
- $acc : Account(status == "standard", accountId == "acc779")
- then
- System.out.println("rule779 fired");
-end
-
-rule rule780
- when
- $acc : Account(status == "standard", accountId == "acc780")
- then
- System.out.println("rule780 fired");
-end
-
-rule rule781
- when
- $acc : Account(status == "standard", accountId == "acc781")
- then
- System.out.println("rule781 fired");
-end
-
-rule rule782
- when
- $acc : Account(status == "standard", accountId == "acc782")
- then
- System.out.println("rule782 fired");
-end
-
-rule rule783
- when
- $acc : Account(status == "standard", accountId == "acc783")
- then
- System.out.println("rule783 fired");
-end
-
-rule rule784
- when
- $acc : Account(status == "standard", accountId == "acc784")
- then
- System.out.println("rule784 fired");
-end
-
-rule rule785
- when
- $acc : Account(status == "standard", accountId == "acc785")
- then
- System.out.println("rule785 fired");
-end
-
-rule rule786
- when
- $acc : Account(status == "standard", accountId == "acc786")
- then
- System.out.println("rule786 fired");
-end
-
-rule rule787
- when
- $acc : Account(status == "standard", accountId == "acc787")
- then
- System.out.println("rule787 fired");
-end
-
-rule rule788
- when
- $acc : Account(status == "standard", accountId == "acc788")
- then
- System.out.println("rule788 fired");
-end
-
-rule rule789
- when
- $acc : Account(status == "standard", accountId == "acc789")
- then
- System.out.println("rule789 fired");
-end
-
-rule rule790
- when
- $acc : Account(status == "standard", accountId == "acc790")
- then
- System.out.println("rule790 fired");
-end
-
-rule rule791
- when
- $acc : Account(status == "standard", accountId == "acc791")
- then
- System.out.println("rule791 fired");
-end
-
-rule rule792
- when
- $acc : Account(status == "standard", accountId == "acc792")
- then
- System.out.println("rule792 fired");
-end
-
-rule rule793
- when
- $acc : Account(status == "standard", accountId == "acc793")
- then
- System.out.println("rule793 fired");
-end
-
-rule rule794
- when
- $acc : Account(status == "standard", accountId == "acc794")
- then
- System.out.println("rule794 fired");
-end
-
-rule rule795
- when
- $acc : Account(status == "standard", accountId == "acc795")
- then
- System.out.println("rule795 fired");
-end
-
-rule rule796
- when
- $acc : Account(status == "standard", accountId == "acc796")
- then
- System.out.println("rule796 fired");
-end
-
-rule rule797
- when
- $acc : Account(status == "standard", accountId == "acc797")
- then
- System.out.println("rule797 fired");
-end
-
-rule rule798
- when
- $acc : Account(status == "standard", accountId == "acc798")
- then
- System.out.println("rule798 fired");
-end
-
-rule rule799
- when
- $acc : Account(status == "standard", accountId == "acc799")
- then
- System.out.println("rule799 fired");
-end
-
-rule rule800
- when
- $acc : Account(status == "standard", accountId == "acc800")
- then
- System.out.println("rule800 fired");
-end
-
-rule rule801
- when
- $acc : Account(status == "standard", accountId == "acc801")
- then
- System.out.println("rule801 fired");
-end
-
-rule rule802
- when
- $acc : Account(status == "standard", accountId == "acc802")
- then
- System.out.println("rule802 fired");
-end
-
-rule rule803
- when
- $acc : Account(status == "standard", accountId == "acc803")
- then
- System.out.println("rule803 fired");
-end
-
-rule rule804
- when
- $acc : Account(status == "standard", accountId == "acc804")
- then
- System.out.println("rule804 fired");
-end
-
-rule rule805
- when
- $acc : Account(status == "standard", accountId == "acc805")
- then
- System.out.println("rule805 fired");
-end
-
-rule rule806
- when
- $acc : Account(status == "standard", accountId == "acc806")
- then
- System.out.println("rule806 fired");
-end
-
-rule rule807
- when
- $acc : Account(status == "standard", accountId == "acc807")
- then
- System.out.println("rule807 fired");
-end
-
-rule rule808
- when
- $acc : Account(status == "standard", accountId == "acc808")
- then
- System.out.println("rule808 fired");
-end
-
-rule rule809
- when
- $acc : Account(status == "standard", accountId == "acc809")
- then
- System.out.println("rule809 fired");
-end
-
-rule rule810
- when
- $acc : Account(status == "standard", accountId == "acc810")
- then
- System.out.println("rule810 fired");
-end
-
-rule rule811
- when
- $acc : Account(status == "standard", accountId == "acc811")
- then
- System.out.println("rule811 fired");
-end
-
-rule rule812
- when
- $acc : Account(status == "standard", accountId == "acc812")
- then
- System.out.println("rule812 fired");
-end
-
-rule rule813
- when
- $acc : Account(status == "standard", accountId == "acc813")
- then
- System.out.println("rule813 fired");
-end
-
-rule rule814
- when
- $acc : Account(status == "standard", accountId == "acc814")
- then
- System.out.println("rule814 fired");
-end
-
-rule rule815
- when
- $acc : Account(status == "standard", accountId == "acc815")
- then
- System.out.println("rule815 fired");
-end
-
-rule rule816
- when
- $acc : Account(status == "standard", accountId == "acc816")
- then
- System.out.println("rule816 fired");
-end
-
-rule rule817
- when
- $acc : Account(status == "standard", accountId == "acc817")
- then
- System.out.println("rule817 fired");
-end
-
-rule rule818
- when
- $acc : Account(status == "standard", accountId == "acc818")
- then
- System.out.println("rule818 fired");
-end
-
-rule rule819
- when
- $acc : Account(status == "standard", accountId == "acc819")
- then
- System.out.println("rule819 fired");
-end
-
-rule rule820
- when
- $acc : Account(status == "standard", accountId == "acc820")
- then
- System.out.println("rule820 fired");
-end
-
-rule rule821
- when
- $acc : Account(status == "standard", accountId == "acc821")
- then
- System.out.println("rule821 fired");
-end
-
-rule rule822
- when
- $acc : Account(status == "standard", accountId == "acc822")
- then
- System.out.println("rule822 fired");
-end
-
-rule rule823
- when
- $acc : Account(status == "standard", accountId == "acc823")
- then
- System.out.println("rule823 fired");
-end
-
-rule rule824
- when
- $acc : Account(status == "standard", accountId == "acc824")
- then
- System.out.println("rule824 fired");
-end
-
-rule rule825
- when
- $acc : Account(status == "standard", accountId == "acc825")
- then
- System.out.println("rule825 fired");
-end
-
-rule rule826
- when
- $acc : Account(status == "standard", accountId == "acc826")
- then
- System.out.println("rule826 fired");
-end
-
-rule rule827
- when
- $acc : Account(status == "standard", accountId == "acc827")
- then
- System.out.println("rule827 fired");
-end
-
-rule rule828
- when
- $acc : Account(status == "standard", accountId == "acc828")
- then
- System.out.println("rule828 fired");
-end
-
-rule rule829
- when
- $acc : Account(status == "standard", accountId == "acc829")
- then
- System.out.println("rule829 fired");
-end
-
-rule rule830
- when
- $acc : Account(status == "standard", accountId == "acc830")
- then
- System.out.println("rule830 fired");
-end
-
-rule rule831
- when
- $acc : Account(status == "standard", accountId == "acc831")
- then
- System.out.println("rule831 fired");
-end
-
-rule rule832
- when
- $acc : Account(status == "standard", accountId == "acc832")
- then
- System.out.println("rule832 fired");
-end
-
-rule rule833
- when
- $acc : Account(status == "standard", accountId == "acc833")
- then
- System.out.println("rule833 fired");
-end
-
-rule rule834
- when
- $acc : Account(status == "standard", accountId == "acc834")
- then
- System.out.println("rule834 fired");
-end
-
-rule rule835
- when
- $acc : Account(status == "standard", accountId == "acc835")
- then
- System.out.println("rule835 fired");
-end
-
-rule rule836
- when
- $acc : Account(status == "standard", accountId == "acc836")
- then
- System.out.println("rule836 fired");
-end
-
-rule rule837
- when
- $acc : Account(status == "standard", accountId == "acc837")
- then
- System.out.println("rule837 fired");
-end
-
-rule rule838
- when
- $acc : Account(status == "standard", accountId == "acc838")
- then
- System.out.println("rule838 fired");
-end
-
-rule rule839
- when
- $acc : Account(status == "standard", accountId == "acc839")
- then
- System.out.println("rule839 fired");
-end
-
-rule rule840
- when
- $acc : Account(status == "standard", accountId == "acc840")
- then
- System.out.println("rule840 fired");
-end
-
-rule rule841
- when
- $acc : Account(status == "standard", accountId == "acc841")
- then
- System.out.println("rule841 fired");
-end
-
-rule rule842
- when
- $acc : Account(status == "standard", accountId == "acc842")
- then
- System.out.println("rule842 fired");
-end
-
-rule rule843
- when
- $acc : Account(status == "standard", accountId == "acc843")
- then
- System.out.println("rule843 fired");
-end
-
-rule rule844
- when
- $acc : Account(status == "standard", accountId == "acc844")
- then
- System.out.println("rule844 fired");
-end
-
-rule rule845
- when
- $acc : Account(status == "standard", accountId == "acc845")
- then
- System.out.println("rule845 fired");
-end
-
-rule rule846
- when
- $acc : Account(status == "standard", accountId == "acc846")
- then
- System.out.println("rule846 fired");
-end
-
-rule rule847
- when
- $acc : Account(status == "standard", accountId == "acc847")
- then
- System.out.println("rule847 fired");
-end
-
-rule rule848
- when
- $acc : Account(status == "standard", accountId == "acc848")
- then
- System.out.println("rule848 fired");
-end
-
-rule rule849
- when
- $acc : Account(status == "standard", accountId == "acc849")
- then
- System.out.println("rule849 fired");
-end
-
-rule rule850
- when
- $acc : Account(status == "standard", accountId == "acc850")
- then
- System.out.println("rule850 fired");
-end
-
-rule rule851
- when
- $acc : Account(status == "standard", accountId == "acc851")
- then
- System.out.println("rule851 fired");
-end
-
-rule rule852
- when
- $acc : Account(status == "standard", accountId == "acc852")
- then
- System.out.println("rule852 fired");
-end
-
-rule rule853
- when
- $acc : Account(status == "standard", accountId == "acc853")
- then
- System.out.println("rule853 fired");
-end
-
-rule rule854
- when
- $acc : Account(status == "standard", accountId == "acc854")
- then
- System.out.println("rule854 fired");
-end
-
-rule rule855
- when
- $acc : Account(status == "standard", accountId == "acc855")
- then
- System.out.println("rule855 fired");
-end
-
-rule rule856
- when
- $acc : Account(status == "standard", accountId == "acc856")
- then
- System.out.println("rule856 fired");
-end
-
-rule rule857
- when
- $acc : Account(status == "standard", accountId == "acc857")
- then
- System.out.println("rule857 fired");
-end
-
-rule rule858
- when
- $acc : Account(status == "standard", accountId == "acc858")
- then
- System.out.println("rule858 fired");
-end
-
-rule rule859
- when
- $acc : Account(status == "standard", accountId == "acc859")
- then
- System.out.println("rule859 fired");
-end
-
-rule rule860
- when
- $acc : Account(status == "standard", accountId == "acc860")
- then
- System.out.println("rule860 fired");
-end
-
-rule rule861
- when
- $acc : Account(status == "standard", accountId == "acc861")
- then
- System.out.println("rule861 fired");
-end
-
-rule rule862
- when
- $acc : Account(status == "standard", accountId == "acc862")
- then
- System.out.println("rule862 fired");
-end
-
-rule rule863
- when
- $acc : Account(status == "standard", accountId == "acc863")
- then
- System.out.println("rule863 fired");
-end
-
-rule rule864
- when
- $acc : Account(status == "standard", accountId == "acc864")
- then
- System.out.println("rule864 fired");
-end
-
-rule rule865
- when
- $acc : Account(status == "standard", accountId == "acc865")
- then
- System.out.println("rule865 fired");
-end
-
-rule rule866
- when
- $acc : Account(status == "standard", accountId == "acc866")
- then
- System.out.println("rule866 fired");
-end
-
-rule rule867
- when
- $acc : Account(status == "standard", accountId == "acc867")
- then
- System.out.println("rule867 fired");
-end
-
-rule rule868
- when
- $acc : Account(status == "standard", accountId == "acc868")
- then
- System.out.println("rule868 fired");
-end
-
-rule rule869
- when
- $acc : Account(status == "standard", accountId == "acc869")
- then
- System.out.println("rule869 fired");
-end
-
-rule rule870
- when
- $acc : Account(status == "standard", accountId == "acc870")
- then
- System.out.println("rule870 fired");
-end
-
-rule rule871
- when
- $acc : Account(status == "standard", accountId == "acc871")
- then
- System.out.println("rule871 fired");
-end
-
-rule rule872
- when
- $acc : Account(status == "standard", accountId == "acc872")
- then
- System.out.println("rule872 fired");
-end
-
-rule rule873
- when
- $acc : Account(status == "standard", accountId == "acc873")
- then
- System.out.println("rule873 fired");
-end
-
-rule rule874
- when
- $acc : Account(status == "standard", accountId == "acc874")
- then
- System.out.println("rule874 fired");
-end
-
-rule rule875
- when
- $acc : Account(status == "standard", accountId == "acc875")
- then
- System.out.println("rule875 fired");
-end
-
-rule rule876
- when
- $acc : Account(status == "standard", accountId == "acc876")
- then
- System.out.println("rule876 fired");
-end
-
-rule rule877
- when
- $acc : Account(status == "standard", accountId == "acc877")
- then
- System.out.println("rule877 fired");
-end
-
-rule rule878
- when
- $acc : Account(status == "standard", accountId == "acc878")
- then
- System.out.println("rule878 fired");
-end
-
-rule rule879
- when
- $acc : Account(status == "standard", accountId == "acc879")
- then
- System.out.println("rule879 fired");
-end
-
-rule rule880
- when
- $acc : Account(status == "standard", accountId == "acc880")
- then
- System.out.println("rule880 fired");
-end
-
-rule rule881
- when
- $acc : Account(status == "standard", accountId == "acc881")
- then
- System.out.println("rule881 fired");
-end
-
-rule rule882
- when
- $acc : Account(status == "standard", accountId == "acc882")
- then
- System.out.println("rule882 fired");
-end
-
-rule rule883
- when
- $acc : Account(status == "standard", accountId == "acc883")
- then
- System.out.println("rule883 fired");
-end
-
-rule rule884
- when
- $acc : Account(status == "standard", accountId == "acc884")
- then
- System.out.println("rule884 fired");
-end
-
-rule rule885
- when
- $acc : Account(status == "standard", accountId == "acc885")
- then
- System.out.println("rule885 fired");
-end
-
-rule rule886
- when
- $acc : Account(status == "standard", accountId == "acc886")
- then
- System.out.println("rule886 fired");
-end
-
-rule rule887
- when
- $acc : Account(status == "standard", accountId == "acc887")
- then
- System.out.println("rule887 fired");
-end
-
-rule rule888
- when
- $acc : Account(status == "standard", accountId == "acc888")
- then
- System.out.println("rule888 fired");
-end
-
-rule rule889
- when
- $acc : Account(status == "standard", accountId == "acc889")
- then
- System.out.println("rule889 fired");
-end
-
-rule rule890
- when
- $acc : Account(status == "standard", accountId == "acc890")
- then
- System.out.println("rule890 fired");
-end
-
-rule rule891
- when
- $acc : Account(status == "standard", accountId == "acc891")
- then
- System.out.println("rule891 fired");
-end
-
-rule rule892
- when
- $acc : Account(status == "standard", accountId == "acc892")
- then
- System.out.println("rule892 fired");
-end
-
-rule rule893
- when
- $acc : Account(status == "standard", accountId == "acc893")
- then
- System.out.println("rule893 fired");
-end
-
-rule rule894
- when
- $acc : Account(status == "standard", accountId == "acc894")
- then
- System.out.println("rule894 fired");
-end
-
-rule rule895
- when
- $acc : Account(status == "standard", accountId == "acc895")
- then
- System.out.println("rule895 fired");
-end
-
-rule rule896
- when
- $acc : Account(status == "standard", accountId == "acc896")
- then
- System.out.println("rule896 fired");
-end
-
-rule rule897
- when
- $acc : Account(status == "standard", accountId == "acc897")
- then
- System.out.println("rule897 fired");
-end
-
-rule rule898
- when
- $acc : Account(status == "standard", accountId == "acc898")
- then
- System.out.println("rule898 fired");
-end
-
-rule rule899
- when
- $acc : Account(status == "standard", accountId == "acc899")
- then
- System.out.println("rule899 fired");
-end
-
-rule rule900
- when
- $acc : Account(status == "standard", accountId == "acc900")
- then
- System.out.println("rule900 fired");
-end
-
-rule rule901
- when
- $acc : Account(status == "standard", accountId == "acc901")
- then
- System.out.println("rule901 fired");
-end
-
-rule rule902
- when
- $acc : Account(status == "standard", accountId == "acc902")
- then
- System.out.println("rule902 fired");
-end
-
-rule rule903
- when
- $acc : Account(status == "standard", accountId == "acc903")
- then
- System.out.println("rule903 fired");
-end
-
-rule rule904
- when
- $acc : Account(status == "standard", accountId == "acc904")
- then
- System.out.println("rule904 fired");
-end
-
-rule rule905
- when
- $acc : Account(status == "standard", accountId == "acc905")
- then
- System.out.println("rule905 fired");
-end
-
-rule rule906
- when
- $acc : Account(status == "standard", accountId == "acc906")
- then
- System.out.println("rule906 fired");
-end
-
-rule rule907
- when
- $acc : Account(status == "standard", accountId == "acc907")
- then
- System.out.println("rule907 fired");
-end
-
-rule rule908
- when
- $acc : Account(status == "standard", accountId == "acc908")
- then
- System.out.println("rule908 fired");
-end
-
-rule rule909
- when
- $acc : Account(status == "standard", accountId == "acc909")
- then
- System.out.println("rule909 fired");
-end
-
-rule rule910
- when
- $acc : Account(status == "standard", accountId == "acc910")
- then
- System.out.println("rule910 fired");
-end
-
-rule rule911
- when
- $acc : Account(status == "standard", accountId == "acc911")
- then
- System.out.println("rule911 fired");
-end
-
-rule rule912
- when
- $acc : Account(status == "standard", accountId == "acc912")
- then
- System.out.println("rule912 fired");
-end
-
-rule rule913
- when
- $acc : Account(status == "standard", accountId == "acc913")
- then
- System.out.println("rule913 fired");
-end
-
-rule rule914
- when
- $acc : Account(status == "standard", accountId == "acc914")
- then
- System.out.println("rule914 fired");
-end
-
-rule rule915
- when
- $acc : Account(status == "standard", accountId == "acc915")
- then
- System.out.println("rule915 fired");
-end
-
-rule rule916
- when
- $acc : Account(status == "standard", accountId == "acc916")
- then
- System.out.println("rule916 fired");
-end
-
-rule rule917
- when
- $acc : Account(status == "standard", accountId == "acc917")
- then
- System.out.println("rule917 fired");
-end
-
-rule rule918
- when
- $acc : Account(status == "standard", accountId == "acc918")
- then
- System.out.println("rule918 fired");
-end
-
-rule rule919
- when
- $acc : Account(status == "standard", accountId == "acc919")
- then
- System.out.println("rule919 fired");
-end
-
-rule rule920
- when
- $acc : Account(status == "standard", accountId == "acc920")
- then
- System.out.println("rule920 fired");
-end
-
-rule rule921
- when
- $acc : Account(status == "standard", accountId == "acc921")
- then
- System.out.println("rule921 fired");
-end
-
-rule rule922
- when
- $acc : Account(status == "standard", accountId == "acc922")
- then
- System.out.println("rule922 fired");
-end
-
-rule rule923
- when
- $acc : Account(status == "standard", accountId == "acc923")
- then
- System.out.println("rule923 fired");
-end
-
-rule rule924
- when
- $acc : Account(status == "standard", accountId == "acc924")
- then
- System.out.println("rule924 fired");
-end
-
-rule rule925
- when
- $acc : Account(status == "standard", accountId == "acc925")
- then
- System.out.println("rule925 fired");
-end
-
-rule rule926
- when
- $acc : Account(status == "standard", accountId == "acc926")
- then
- System.out.println("rule926 fired");
-end
-
-rule rule927
- when
- $acc : Account(status == "standard", accountId == "acc927")
- then
- System.out.println("rule927 fired");
-end
-
-rule rule928
- when
- $acc : Account(status == "standard", accountId == "acc928")
- then
- System.out.println("rule928 fired");
-end
-
-rule rule929
- when
- $acc : Account(status == "standard", accountId == "acc929")
- then
- System.out.println("rule929 fired");
-end
-
-rule rule930
- when
- $acc : Account(status == "standard", accountId == "acc930")
- then
- System.out.println("rule930 fired");
-end
-
-rule rule931
- when
- $acc : Account(status == "standard", accountId == "acc931")
- then
- System.out.println("rule931 fired");
-end
-
-rule rule932
- when
- $acc : Account(status == "standard", accountId == "acc932")
- then
- System.out.println("rule932 fired");
-end
-
-rule rule933
- when
- $acc : Account(status == "standard", accountId == "acc933")
- then
- System.out.println("rule933 fired");
-end
-
-rule rule934
- when
- $acc : Account(status == "standard", accountId == "acc934")
- then
- System.out.println("rule934 fired");
-end
-
-rule rule935
- when
- $acc : Account(status == "standard", accountId == "acc935")
- then
- System.out.println("rule935 fired");
-end
-
-rule rule936
- when
- $acc : Account(status == "standard", accountId == "acc936")
- then
- System.out.println("rule936 fired");
-end
-
-rule rule937
- when
- $acc : Account(status == "standard", accountId == "acc937")
- then
- System.out.println("rule937 fired");
-end
-
-rule rule938
- when
- $acc : Account(status == "standard", accountId == "acc938")
- then
- System.out.println("rule938 fired");
-end
-
-rule rule939
- when
- $acc : Account(status == "standard", accountId == "acc939")
- then
- System.out.println("rule939 fired");
-end
-
-rule rule940
- when
- $acc : Account(status == "standard", accountId == "acc940")
- then
- System.out.println("rule940 fired");
-end
-
-rule rule941
- when
- $acc : Account(status == "standard", accountId == "acc941")
- then
- System.out.println("rule941 fired");
-end
-
-rule rule942
- when
- $acc : Account(status == "standard", accountId == "acc942")
- then
- System.out.println("rule942 fired");
-end
-
-rule rule943
- when
- $acc : Account(status == "standard", accountId == "acc943")
- then
- System.out.println("rule943 fired");
-end
-
-rule rule944
- when
- $acc : Account(status == "standard", accountId == "acc944")
- then
- System.out.println("rule944 fired");
-end
-
-rule rule945
- when
- $acc : Account(status == "standard", accountId == "acc945")
- then
- System.out.println("rule945 fired");
-end
-
-rule rule946
- when
- $acc : Account(status == "standard", accountId == "acc946")
- then
- System.out.println("rule946 fired");
-end
-
-rule rule947
- when
- $acc : Account(status == "standard", accountId == "acc947")
- then
- System.out.println("rule947 fired");
-end
-
-rule rule948
- when
- $acc : Account(status == "standard", accountId == "acc948")
- then
- System.out.println("rule948 fired");
-end
-
-rule rule949
- when
- $acc : Account(status == "standard", accountId == "acc949")
- then
- System.out.println("rule949 fired");
-end
-
-rule rule950
- when
- $acc : Account(status == "standard", accountId == "acc950")
- then
- System.out.println("rule950 fired");
-end
-
-rule rule951
- when
- $acc : Account(status == "standard", accountId == "acc951")
- then
- System.out.println("rule951 fired");
-end
-
-rule rule952
- when
- $acc : Account(status == "standard", accountId == "acc952")
- then
- System.out.println("rule952 fired");
-end
-
-rule rule953
- when
- $acc : Account(status == "standard", accountId == "acc953")
- then
- System.out.println("rule953 fired");
-end
-
-rule rule954
- when
- $acc : Account(status == "standard", accountId == "acc954")
- then
- System.out.println("rule954 fired");
-end
-
-rule rule955
- when
- $acc : Account(status == "standard", accountId == "acc955")
- then
- System.out.println("rule955 fired");
-end
-
-rule rule956
- when
- $acc : Account(status == "standard", accountId == "acc956")
- then
- System.out.println("rule956 fired");
-end
-
-rule rule957
- when
- $acc : Account(status == "standard", accountId == "acc957")
- then
- System.out.println("rule957 fired");
-end
-
-rule rule958
- when
- $acc : Account(status == "standard", accountId == "acc958")
- then
- System.out.println("rule958 fired");
-end
-
-rule rule959
- when
- $acc : Account(status == "standard", accountId == "acc959")
- then
- System.out.println("rule959 fired");
-end
-
-rule rule960
- when
- $acc : Account(status == "standard", accountId == "acc960")
- then
- System.out.println("rule960 fired");
-end
-
-rule rule961
- when
- $acc : Account(status == "standard", accountId == "acc961")
- then
- System.out.println("rule961 fired");
-end
-
-rule rule962
- when
- $acc : Account(status == "standard", accountId == "acc962")
- then
- System.out.println("rule962 fired");
-end
-
-rule rule963
- when
- $acc : Account(status == "standard", accountId == "acc963")
- then
- System.out.println("rule963 fired");
-end
-
-rule rule964
- when
- $acc : Account(status == "standard", accountId == "acc964")
- then
- System.out.println("rule964 fired");
-end
-
-rule rule965
- when
- $acc : Account(status == "standard", accountId == "acc965")
- then
- System.out.println("rule965 fired");
-end
-
-rule rule966
- when
- $acc : Account(status == "standard", accountId == "acc966")
- then
- System.out.println("rule966 fired");
-end
-
-rule rule967
- when
- $acc : Account(status == "standard", accountId == "acc967")
- then
- System.out.println("rule967 fired");
-end
-
-rule rule968
- when
- $acc : Account(status == "standard", accountId == "acc968")
- then
- System.out.println("rule968 fired");
-end
-
-rule rule969
- when
- $acc : Account(status == "standard", accountId == "acc969")
- then
- System.out.println("rule969 fired");
-end
-
-rule rule970
- when
- $acc : Account(status == "standard", accountId == "acc970")
- then
- System.out.println("rule970 fired");
-end
-
-rule rule971
- when
- $acc : Account(status == "standard", accountId == "acc971")
- then
- System.out.println("rule971 fired");
-end
-
-rule rule972
- when
- $acc : Account(status == "standard", accountId == "acc972")
- then
- System.out.println("rule972 fired");
-end
-
-rule rule973
- when
- $acc : Account(status == "standard", accountId == "acc973")
- then
- System.out.println("rule973 fired");
-end
-
-rule rule974
- when
- $acc : Account(status == "standard", accountId == "acc974")
- then
- System.out.println("rule974 fired");
-end
-
-rule rule975
- when
- $acc : Account(status == "standard", accountId == "acc975")
- then
- System.out.println("rule975 fired");
-end
-
-rule rule976
- when
- $acc : Account(status == "standard", accountId == "acc976")
- then
- System.out.println("rule976 fired");
-end
-
-rule rule977
- when
- $acc : Account(status == "standard", accountId == "acc977")
- then
- System.out.println("rule977 fired");
-end
-
-rule rule978
- when
- $acc : Account(status == "standard", accountId == "acc978")
- then
- System.out.println("rule978 fired");
-end
-
-rule rule979
- when
- $acc : Account(status == "standard", accountId == "acc979")
- then
- System.out.println("rule979 fired");
-end
-
-rule rule980
- when
- $acc : Account(status == "standard", accountId == "acc980")
- then
- System.out.println("rule980 fired");
-end
-
-rule rule981
- when
- $acc : Account(status == "standard", accountId == "acc981")
- then
- System.out.println("rule981 fired");
-end
-
-rule rule982
- when
- $acc : Account(status == "standard", accountId == "acc982")
- then
- System.out.println("rule982 fired");
-end
-
-rule rule983
- when
- $acc : Account(status == "standard", accountId == "acc983")
- then
- System.out.println("rule983 fired");
-end
-
-rule rule984
- when
- $acc : Account(status == "standard", accountId == "acc984")
- then
- System.out.println("rule984 fired");
-end
-
-rule rule985
- when
- $acc : Account(status == "standard", accountId == "acc985")
- then
- System.out.println("rule985 fired");
-end
-
-rule rule986
- when
- $acc : Account(status == "standard", accountId == "acc986")
- then
- System.out.println("rule986 fired");
-end
-
-rule rule987
- when
- $acc : Account(status == "standard", accountId == "acc987")
- then
- System.out.println("rule987 fired");
-end
-
-rule rule988
- when
- $acc : Account(status == "standard", accountId == "acc988")
- then
- System.out.println("rule988 fired");
-end
-
-rule rule989
- when
- $acc : Account(status == "standard", accountId == "acc989")
- then
- System.out.println("rule989 fired");
-end
-
-rule rule990
- when
- $acc : Account(status == "standard", accountId == "acc990")
- then
- System.out.println("rule990 fired");
-end
-
-rule rule991
- when
- $acc : Account(status == "standard", accountId == "acc991")
- then
- System.out.println("rule991 fired");
-end
-
-rule rule992
- when
- $acc : Account(status == "standard", accountId == "acc992")
- then
- System.out.println("rule992 fired");
-end
-
-rule rule993
- when
- $acc : Account(status == "standard", accountId == "acc993")
- then
- System.out.println("rule993 fired");
-end
-
-rule rule994
- when
- $acc : Account(status == "standard", accountId == "acc994")
- then
- System.out.println("rule994 fired");
-end
-
-rule rule995
- when
- $acc : Account(status == "standard", accountId == "acc995")
- then
- System.out.println("rule995 fired");
-end
-
-rule rule996
- when
- $acc : Account(status == "standard", accountId == "acc996")
- then
- System.out.println("rule996 fired");
-end
-
-rule rule997
- when
- $acc : Account(status == "standard", accountId == "acc997")
- then
- System.out.println("rule997 fired");
-end
-
-rule rule998
- when
- $acc : Account(status == "standard", accountId == "acc998")
- then
- System.out.println("rule998 fired");
-end
-
-rule rule999
- when
- $acc : Account(status == "standard", accountId == "acc999")
- then
- System.out.println("rule999 fired");
-end
-
-rule rule1000
- when
- $acc : Account(status == "standard", accountId == "acc1000")
- then
- System.out.println("rule1000 fired");
-end
-
-rule rule1001
- when
- $acc : Account(status == "standard", accountId == "acc1001")
- then
- System.out.println("rule1001 fired");
-end
-
-rule rule1002
- when
- $acc : Account(status == "standard", accountId == "acc1002")
- then
- System.out.println("rule1002 fired");
-end
-
-rule rule1003
- when
- $acc : Account(status == "standard", accountId == "acc1003")
- then
- System.out.println("rule1003 fired");
-end
-
-rule rule1004
- when
- $acc : Account(status == "standard", accountId == "acc1004")
- then
- System.out.println("rule1004 fired");
-end
-
-rule rule1005
- when
- $acc : Account(status == "standard", accountId == "acc1005")
- then
- System.out.println("rule1005 fired");
-end
-
-rule rule1006
- when
- $acc : Account(status == "standard", accountId == "acc1006")
- then
- System.out.println("rule1006 fired");
-end
-
-rule rule1007
- when
- $acc : Account(status == "standard", accountId == "acc1007")
- then
- System.out.println("rule1007 fired");
-end
-
-rule rule1008
- when
- $acc : Account(status == "standard", accountId == "acc1008")
- then
- System.out.println("rule1008 fired");
-end
-
-rule rule1009
- when
- $acc : Account(status == "standard", accountId == "acc1009")
- then
- System.out.println("rule1009 fired");
-end
-
-rule rule1010
- when
- $acc : Account(status == "standard", accountId == "acc1010")
- then
- System.out.println("rule1010 fired");
-end
-
-rule rule1011
- when
- $acc : Account(status == "standard", accountId == "acc1011")
- then
- System.out.println("rule1011 fired");
-end
-
-rule rule1012
- when
- $acc : Account(status == "standard", accountId == "acc1012")
- then
- System.out.println("rule1012 fired");
-end
-
-rule rule1013
- when
- $acc : Account(status == "standard", accountId == "acc1013")
- then
- System.out.println("rule1013 fired");
-end
-
-rule rule1014
- when
- $acc : Account(status == "standard", accountId == "acc1014")
- then
- System.out.println("rule1014 fired");
-end
-
-rule rule1015
- when
- $acc : Account(status == "standard", accountId == "acc1015")
- then
- System.out.println("rule1015 fired");
-end
-
-rule rule1016
- when
- $acc : Account(status == "standard", accountId == "acc1016")
- then
- System.out.println("rule1016 fired");
-end
-
-rule rule1017
- when
- $acc : Account(status == "standard", accountId == "acc1017")
- then
- System.out.println("rule1017 fired");
-end
-
-rule rule1018
- when
- $acc : Account(status == "standard", accountId == "acc1018")
- then
- System.out.println("rule1018 fired");
-end
-
-rule rule1019
- when
- $acc : Account(status == "standard", accountId == "acc1019")
- then
- System.out.println("rule1019 fired");
-end
-
-rule rule1020
- when
- $acc : Account(status == "standard", accountId == "acc1020")
- then
- System.out.println("rule1020 fired");
-end
-
-rule rule1021
- when
- $acc : Account(status == "standard", accountId == "acc1021")
- then
- System.out.println("rule1021 fired");
-end
-
-rule rule1022
- when
- $acc : Account(status == "standard", accountId == "acc1022")
- then
- System.out.println("rule1022 fired");
-end
-
-rule rule1023
- when
- $acc : Account(status == "standard", accountId == "acc1023")
- then
- System.out.println("rule1023 fired");
-end
-
-rule rule1024
- when
- $acc : Account(status == "standard", accountId == "acc1024")
- then
- System.out.println("rule1024 fired");
-end
-
-rule rule1025
- when
- $acc : Account(status == "standard", accountId == "acc1025")
- then
- System.out.println("rule1025 fired");
-end
-
-rule rule1026
- when
- $acc : Account(status == "standard", accountId == "acc1026")
- then
- System.out.println("rule1026 fired");
-end
-
-rule rule1027
- when
- $acc : Account(status == "standard", accountId == "acc1027")
- then
- System.out.println("rule1027 fired");
-end
-
-rule rule1028
- when
- $acc : Account(status == "standard", accountId == "acc1028")
- then
- System.out.println("rule1028 fired");
-end
-
-rule rule1029
- when
- $acc : Account(status == "standard", accountId == "acc1029")
- then
- System.out.println("rule1029 fired");
-end
-
-rule rule1030
- when
- $acc : Account(status == "standard", accountId == "acc1030")
- then
- System.out.println("rule1030 fired");
-end
-
-rule rule1031
- when
- $acc : Account(status == "standard", accountId == "acc1031")
- then
- System.out.println("rule1031 fired");
-end
-
-rule rule1032
- when
- $acc : Account(status == "standard", accountId == "acc1032")
- then
- System.out.println("rule1032 fired");
-end
-
-rule rule1033
- when
- $acc : Account(status == "standard", accountId == "acc1033")
- then
- System.out.println("rule1033 fired");
-end
-
-rule rule1034
- when
- $acc : Account(status == "standard", accountId == "acc1034")
- then
- System.out.println("rule1034 fired");
-end
-
-rule rule1035
- when
- $acc : Account(status == "standard", accountId == "acc1035")
- then
- System.out.println("rule1035 fired");
-end
-
-rule rule1036
- when
- $acc : Account(status == "standard", accountId == "acc1036")
- then
- System.out.println("rule1036 fired");
-end
-
-rule rule1037
- when
- $acc : Account(status == "standard", accountId == "acc1037")
- then
- System.out.println("rule1037 fired");
-end
-
-rule rule1038
- when
- $acc : Account(status == "standard", accountId == "acc1038")
- then
- System.out.println("rule1038 fired");
-end
-
-rule rule1039
- when
- $acc : Account(status == "standard", accountId == "acc1039")
- then
- System.out.println("rule1039 fired");
-end
-
-rule rule1040
- when
- $acc : Account(status == "standard", accountId == "acc1040")
- then
- System.out.println("rule1040 fired");
-end
-
-rule rule1041
- when
- $acc : Account(status == "standard", accountId == "acc1041")
- then
- System.out.println("rule1041 fired");
-end
-
-rule rule1042
- when
- $acc : Account(status == "standard", accountId == "acc1042")
- then
- System.out.println("rule1042 fired");
-end
-
-rule rule1043
- when
- $acc : Account(status == "standard", accountId == "acc1043")
- then
- System.out.println("rule1043 fired");
-end
-
-rule rule1044
- when
- $acc : Account(status == "standard", accountId == "acc1044")
- then
- System.out.println("rule1044 fired");
-end
-
-rule rule1045
- when
- $acc : Account(status == "standard", accountId == "acc1045")
- then
- System.out.println("rule1045 fired");
-end
-
-rule rule1046
- when
- $acc : Account(status == "standard", accountId == "acc1046")
- then
- System.out.println("rule1046 fired");
-end
-
-rule rule1047
- when
- $acc : Account(status == "standard", accountId == "acc1047")
- then
- System.out.println("rule1047 fired");
-end
-
-rule rule1048
- when
- $acc : Account(status == "standard", accountId == "acc1048")
- then
- System.out.println("rule1048 fired");
-end
-
-rule rule1049
- when
- $acc : Account(status == "standard", accountId == "acc1049")
- then
- System.out.println("rule1049 fired");
-end
-
-rule rule1050
- when
- $acc : Account(status == "standard", accountId == "acc1050")
- then
- System.out.println("rule1050 fired");
-end
-
-rule rule1051
- when
- $acc : Account(status == "standard", accountId == "acc1051")
- then
- System.out.println("rule1051 fired");
-end
-
-rule rule1052
- when
- $acc : Account(status == "standard", accountId == "acc1052")
- then
- System.out.println("rule1052 fired");
-end
-
-rule rule1053
- when
- $acc : Account(status == "standard", accountId == "acc1053")
- then
- System.out.println("rule1053 fired");
-end
-
-rule rule1054
- when
- $acc : Account(status == "standard", accountId == "acc1054")
- then
- System.out.println("rule1054 fired");
-end
-
-rule rule1055
- when
- $acc : Account(status == "standard", accountId == "acc1055")
- then
- System.out.println("rule1055 fired");
-end
-
-rule rule1056
- when
- $acc : Account(status == "standard", accountId == "acc1056")
- then
- System.out.println("rule1056 fired");
-end
-
-rule rule1057
- when
- $acc : Account(status == "standard", accountId == "acc1057")
- then
- System.out.println("rule1057 fired");
-end
-
-rule rule1058
- when
- $acc : Account(status == "standard", accountId == "acc1058")
- then
- System.out.println("rule1058 fired");
-end
-
-rule rule1059
- when
- $acc : Account(status == "standard", accountId == "acc1059")
- then
- System.out.println("rule1059 fired");
-end
-
-rule rule1060
- when
- $acc : Account(status == "standard", accountId == "acc1060")
- then
- System.out.println("rule1060 fired");
-end
-
-rule rule1061
- when
- $acc : Account(status == "standard", accountId == "acc1061")
- then
- System.out.println("rule1061 fired");
-end
-
-rule rule1062
- when
- $acc : Account(status == "standard", accountId == "acc1062")
- then
- System.out.println("rule1062 fired");
-end
-
-rule rule1063
- when
- $acc : Account(status == "standard", accountId == "acc1063")
- then
- System.out.println("rule1063 fired");
-end
-
-rule rule1064
- when
- $acc : Account(status == "standard", accountId == "acc1064")
- then
- System.out.println("rule1064 fired");
-end
-
-rule rule1065
- when
- $acc : Account(status == "standard", accountId == "acc1065")
- then
- System.out.println("rule1065 fired");
-end
-
-rule rule1066
- when
- $acc : Account(status == "standard", accountId == "acc1066")
- then
- System.out.println("rule1066 fired");
-end
-
-rule rule1067
- when
- $acc : Account(status == "standard", accountId == "acc1067")
- then
- System.out.println("rule1067 fired");
-end
-
-rule rule1068
- when
- $acc : Account(status == "standard", accountId == "acc1068")
- then
- System.out.println("rule1068 fired");
-end
-
-rule rule1069
- when
- $acc : Account(status == "standard", accountId == "acc1069")
- then
- System.out.println("rule1069 fired");
-end
-
-rule rule1070
- when
- $acc : Account(status == "standard", accountId == "acc1070")
- then
- System.out.println("rule1070 fired");
-end
-
-rule rule1071
- when
- $acc : Account(status == "standard", accountId == "acc1071")
- then
- System.out.println("rule1071 fired");
-end
-
-rule rule1072
- when
- $acc : Account(status == "standard", accountId == "acc1072")
- then
- System.out.println("rule1072 fired");
-end
-
-rule rule1073
- when
- $acc : Account(status == "standard", accountId == "acc1073")
- then
- System.out.println("rule1073 fired");
-end
-
-rule rule1074
- when
- $acc : Account(status == "standard", accountId == "acc1074")
- then
- System.out.println("rule1074 fired");
-end
-
-rule rule1075
- when
- $acc : Account(status == "standard", accountId == "acc1075")
- then
- System.out.println("rule1075 fired");
-end
-
-rule rule1076
- when
- $acc : Account(status == "standard", accountId == "acc1076")
- then
- System.out.println("rule1076 fired");
-end
-
-rule rule1077
- when
- $acc : Account(status == "standard", accountId == "acc1077")
- then
- System.out.println("rule1077 fired");
-end
-
-rule rule1078
- when
- $acc : Account(status == "standard", accountId == "acc1078")
- then
- System.out.println("rule1078 fired");
-end
-
-rule rule1079
- when
- $acc : Account(status == "standard", accountId == "acc1079")
- then
- System.out.println("rule1079 fired");
-end
-
-rule rule1080
- when
- $acc : Account(status == "standard", accountId == "acc1080")
- then
- System.out.println("rule1080 fired");
-end
-
-rule rule1081
- when
- $acc : Account(status == "standard", accountId == "acc1081")
- then
- System.out.println("rule1081 fired");
-end
-
-rule rule1082
- when
- $acc : Account(status == "standard", accountId == "acc1082")
- then
- System.out.println("rule1082 fired");
-end
-
-rule rule1083
- when
- $acc : Account(status == "standard", accountId == "acc1083")
- then
- System.out.println("rule1083 fired");
-end
-
-rule rule1084
- when
- $acc : Account(status == "standard", accountId == "acc1084")
- then
- System.out.println("rule1084 fired");
-end
-
-rule rule1085
- when
- $acc : Account(status == "standard", accountId == "acc1085")
- then
- System.out.println("rule1085 fired");
-end
-
-rule rule1086
- when
- $acc : Account(status == "standard", accountId == "acc1086")
- then
- System.out.println("rule1086 fired");
-end
-
-rule rule1087
- when
- $acc : Account(status == "standard", accountId == "acc1087")
- then
- System.out.println("rule1087 fired");
-end
-
-rule rule1088
- when
- $acc : Account(status == "standard", accountId == "acc1088")
- then
- System.out.println("rule1088 fired");
-end
-
-rule rule1089
- when
- $acc : Account(status == "standard", accountId == "acc1089")
- then
- System.out.println("rule1089 fired");
-end
-
-rule rule1090
- when
- $acc : Account(status == "standard", accountId == "acc1090")
- then
- System.out.println("rule1090 fired");
-end
-
-rule rule1091
- when
- $acc : Account(status == "standard", accountId == "acc1091")
- then
- System.out.println("rule1091 fired");
-end
-
-rule rule1092
- when
- $acc : Account(status == "standard", accountId == "acc1092")
- then
- System.out.println("rule1092 fired");
-end
-
-rule rule1093
- when
- $acc : Account(status == "standard", accountId == "acc1093")
- then
- System.out.println("rule1093 fired");
-end
-
-rule rule1094
- when
- $acc : Account(status == "standard", accountId == "acc1094")
- then
- System.out.println("rule1094 fired");
-end
-
-rule rule1095
- when
- $acc : Account(status == "standard", accountId == "acc1095")
- then
- System.out.println("rule1095 fired");
-end
-
-rule rule1096
- when
- $acc : Account(status == "standard", accountId == "acc1096")
- then
- System.out.println("rule1096 fired");
-end
-
-rule rule1097
- when
- $acc : Account(status == "standard", accountId == "acc1097")
- then
- System.out.println("rule1097 fired");
-end
-
-rule rule1098
- when
- $acc : Account(status == "standard", accountId == "acc1098")
- then
- System.out.println("rule1098 fired");
-end
-
-rule rule1099
- when
- $acc : Account(status == "standard", accountId == "acc1099")
- then
- System.out.println("rule1099 fired");
-end
-
-rule rule1100
- when
- $acc : Account(status == "standard", accountId == "acc1100")
- then
- System.out.println("rule1100 fired");
-end
-
-rule rule1101
- when
- $acc : Account(status == "standard", accountId == "acc1101")
- then
- System.out.println("rule1101 fired");
-end
-
-rule rule1102
- when
- $acc : Account(status == "standard", accountId == "acc1102")
- then
- System.out.println("rule1102 fired");
-end
-
-rule rule1103
- when
- $acc : Account(status == "standard", accountId == "acc1103")
- then
- System.out.println("rule1103 fired");
-end
-
-rule rule1104
- when
- $acc : Account(status == "standard", accountId == "acc1104")
- then
- System.out.println("rule1104 fired");
-end
-
-rule rule1105
- when
- $acc : Account(status == "standard", accountId == "acc1105")
- then
- System.out.println("rule1105 fired");
-end
-
-rule rule1106
- when
- $acc : Account(status == "standard", accountId == "acc1106")
- then
- System.out.println("rule1106 fired");
-end
-
-rule rule1107
- when
- $acc : Account(status == "standard", accountId == "acc1107")
- then
- System.out.println("rule1107 fired");
-end
-
-rule rule1108
- when
- $acc : Account(status == "standard", accountId == "acc1108")
- then
- System.out.println("rule1108 fired");
-end
-
-rule rule1109
- when
- $acc : Account(status == "standard", accountId == "acc1109")
- then
- System.out.println("rule1109 fired");
-end
-
-rule rule1110
- when
- $acc : Account(status == "standard", accountId == "acc1110")
- then
- System.out.println("rule1110 fired");
-end
-
-rule rule1111
- when
- $acc : Account(status == "standard", accountId == "acc1111")
- then
- System.out.println("rule1111 fired");
-end
-
-rule rule1112
- when
- $acc : Account(status == "standard", accountId == "acc1112")
- then
- System.out.println("rule1112 fired");
-end
-
-rule rule1113
- when
- $acc : Account(status == "standard", accountId == "acc1113")
- then
- System.out.println("rule1113 fired");
-end
-
-rule rule1114
- when
- $acc : Account(status == "standard", accountId == "acc1114")
- then
- System.out.println("rule1114 fired");
-end
-
-rule rule1115
- when
- $acc : Account(status == "standard", accountId == "acc1115")
- then
- System.out.println("rule1115 fired");
-end
-
-rule rule1116
- when
- $acc : Account(status == "standard", accountId == "acc1116")
- then
- System.out.println("rule1116 fired");
-end
-
-rule rule1117
- when
- $acc : Account(status == "standard", accountId == "acc1117")
- then
- System.out.println("rule1117 fired");
-end
-
-rule rule1118
- when
- $acc : Account(status == "standard", accountId == "acc1118")
- then
- System.out.println("rule1118 fired");
-end
-
-rule rule1119
- when
- $acc : Account(status == "standard", accountId == "acc1119")
- then
- System.out.println("rule1119 fired");
-end
-
-rule rule1120
- when
- $acc : Account(status == "standard", accountId == "acc1120")
- then
- System.out.println("rule1120 fired");
-end
-
-rule rule1121
- when
- $acc : Account(status == "standard", accountId == "acc1121")
- then
- System.out.println("rule1121 fired");
-end
-
-rule rule1122
- when
- $acc : Account(status == "standard", accountId == "acc1122")
- then
- System.out.println("rule1122 fired");
-end
-
-rule rule1123
- when
- $acc : Account(status == "standard", accountId == "acc1123")
- then
- System.out.println("rule1123 fired");
-end
-
-rule rule1124
- when
- $acc : Account(status == "standard", accountId == "acc1124")
- then
- System.out.println("rule1124 fired");
-end
-
-rule rule1125
- when
- $acc : Account(status == "standard", accountId == "acc1125")
- then
- System.out.println("rule1125 fired");
-end
-
-rule rule1126
- when
- $acc : Account(status == "standard", accountId == "acc1126")
- then
- System.out.println("rule1126 fired");
-end
-
-rule rule1127
- when
- $acc : Account(status == "standard", accountId == "acc1127")
- then
- System.out.println("rule1127 fired");
-end
-
-rule rule1128
- when
- $acc : Account(status == "standard", accountId == "acc1128")
- then
- System.out.println("rule1128 fired");
-end
-
-rule rule1129
- when
- $acc : Account(status == "standard", accountId == "acc1129")
- then
- System.out.println("rule1129 fired");
-end
-
-rule rule1130
- when
- $acc : Account(status == "standard", accountId == "acc1130")
- then
- System.out.println("rule1130 fired");
-end
-
-rule rule1131
- when
- $acc : Account(status == "standard", accountId == "acc1131")
- then
- System.out.println("rule1131 fired");
-end
-
-rule rule1132
- when
- $acc : Account(status == "standard", accountId == "acc1132")
- then
- System.out.println("rule1132 fired");
-end
-
-rule rule1133
- when
- $acc : Account(status == "standard", accountId == "acc1133")
- then
- System.out.println("rule1133 fired");
-end
-
-rule rule1134
- when
- $acc : Account(status == "standard", accountId == "acc1134")
- then
- System.out.println("rule1134 fired");
-end
-
-rule rule1135
- when
- $acc : Account(status == "standard", accountId == "acc1135")
- then
- System.out.println("rule1135 fired");
-end
-
-rule rule1136
- when
- $acc : Account(status == "standard", accountId == "acc1136")
- then
- System.out.println("rule1136 fired");
-end
-
-rule rule1137
- when
- $acc : Account(status == "standard", accountId == "acc1137")
- then
- System.out.println("rule1137 fired");
-end
-
-rule rule1138
- when
- $acc : Account(status == "standard", accountId == "acc1138")
- then
- System.out.println("rule1138 fired");
-end
-
-rule rule1139
- when
- $acc : Account(status == "standard", accountId == "acc1139")
- then
- System.out.println("rule1139 fired");
-end
-
-rule rule1140
- when
- $acc : Account(status == "standard", accountId == "acc1140")
- then
- System.out.println("rule1140 fired");
-end
-
-rule rule1141
- when
- $acc : Account(status == "standard", accountId == "acc1141")
- then
- System.out.println("rule1141 fired");
-end
-
-rule rule1142
- when
- $acc : Account(status == "standard", accountId == "acc1142")
- then
- System.out.println("rule1142 fired");
-end
-
-rule rule1143
- when
- $acc : Account(status == "standard", accountId == "acc1143")
- then
- System.out.println("rule1143 fired");
-end
-
-rule rule1144
- when
- $acc : Account(status == "standard", accountId == "acc1144")
- then
- System.out.println("rule1144 fired");
-end
-
-rule rule1145
- when
- $acc : Account(status == "standard", accountId == "acc1145")
- then
- System.out.println("rule1145 fired");
-end
-
-rule rule1146
- when
- $acc : Account(status == "standard", accountId == "acc1146")
- then
- System.out.println("rule1146 fired");
-end
-
-rule rule1147
- when
- $acc : Account(status == "standard", accountId == "acc1147")
- then
- System.out.println("rule1147 fired");
-end
-
-rule rule1148
- when
- $acc : Account(status == "standard", accountId == "acc1148")
- then
- System.out.println("rule1148 fired");
-end
-
-rule rule1149
- when
- $acc : Account(status == "standard", accountId == "acc1149")
- then
- System.out.println("rule1149 fired");
-end
-
-rule rule1150
- when
- $acc : Account(status == "standard", accountId == "acc1150")
- then
- System.out.println("rule1150 fired");
-end
-
-rule rule1151
- when
- $acc : Account(status == "standard", accountId == "acc1151")
- then
- System.out.println("rule1151 fired");
-end
-
-rule rule1152
- when
- $acc : Account(status == "standard", accountId == "acc1152")
- then
- System.out.println("rule1152 fired");
-end
-
-rule rule1153
- when
- $acc : Account(status == "standard", accountId == "acc1153")
- then
- System.out.println("rule1153 fired");
-end
-
-rule rule1154
- when
- $acc : Account(status == "standard", accountId == "acc1154")
- then
- System.out.println("rule1154 fired");
-end
-
-rule rule1155
- when
- $acc : Account(status == "standard", accountId == "acc1155")
- then
- System.out.println("rule1155 fired");
-end
-
-rule rule1156
- when
- $acc : Account(status == "standard", accountId == "acc1156")
- then
- System.out.println("rule1156 fired");
-end
-
-rule rule1157
- when
- $acc : Account(status == "standard", accountId == "acc1157")
- then
- System.out.println("rule1157 fired");
-end
-
-rule rule1158
- when
- $acc : Account(status == "standard", accountId == "acc1158")
- then
- System.out.println("rule1158 fired");
-end
-
-rule rule1159
- when
- $acc : Account(status == "standard", accountId == "acc1159")
- then
- System.out.println("rule1159 fired");
-end
-
-rule rule1160
- when
- $acc : Account(status == "standard", accountId == "acc1160")
- then
- System.out.println("rule1160 fired");
-end
-
-rule rule1161
- when
- $acc : Account(status == "standard", accountId == "acc1161")
- then
- System.out.println("rule1161 fired");
-end
-
-rule rule1162
- when
- $acc : Account(status == "standard", accountId == "acc1162")
- then
- System.out.println("rule1162 fired");
-end
-
-rule rule1163
- when
- $acc : Account(status == "standard", accountId == "acc1163")
- then
- System.out.println("rule1163 fired");
-end
-
-rule rule1164
- when
- $acc : Account(status == "standard", accountId == "acc1164")
- then
- System.out.println("rule1164 fired");
-end
-
-rule rule1165
- when
- $acc : Account(status == "standard", accountId == "acc1165")
- then
- System.out.println("rule1165 fired");
-end
-
-rule rule1166
- when
- $acc : Account(status == "standard", accountId == "acc1166")
- then
- System.out.println("rule1166 fired");
-end
-
-rule rule1167
- when
- $acc : Account(status == "standard", accountId == "acc1167")
- then
- System.out.println("rule1167 fired");
-end
-
-rule rule1168
- when
- $acc : Account(status == "standard", accountId == "acc1168")
- then
- System.out.println("rule1168 fired");
-end
-
-rule rule1169
- when
- $acc : Account(status == "standard", accountId == "acc1169")
- then
- System.out.println("rule1169 fired");
-end
-
-rule rule1170
- when
- $acc : Account(status == "standard", accountId == "acc1170")
- then
- System.out.println("rule1170 fired");
-end
-
-rule rule1171
- when
- $acc : Account(status == "standard", accountId == "acc1171")
- then
- System.out.println("rule1171 fired");
-end
-
-rule rule1172
- when
- $acc : Account(status == "standard", accountId == "acc1172")
- then
- System.out.println("rule1172 fired");
-end
-
-rule rule1173
- when
- $acc : Account(status == "standard", accountId == "acc1173")
- then
- System.out.println("rule1173 fired");
-end
-
-rule rule1174
- when
- $acc : Account(status == "standard", accountId == "acc1174")
- then
- System.out.println("rule1174 fired");
-end
-
-rule rule1175
- when
- $acc : Account(status == "standard", accountId == "acc1175")
- then
- System.out.println("rule1175 fired");
-end
-
-rule rule1176
- when
- $acc : Account(status == "standard", accountId == "acc1176")
- then
- System.out.println("rule1176 fired");
-end
-
-rule rule1177
- when
- $acc : Account(status == "standard", accountId == "acc1177")
- then
- System.out.println("rule1177 fired");
-end
-
-rule rule1178
- when
- $acc : Account(status == "standard", accountId == "acc1178")
- then
- System.out.println("rule1178 fired");
-end
-
-rule rule1179
- when
- $acc : Account(status == "standard", accountId == "acc1179")
- then
- System.out.println("rule1179 fired");
-end
-
-rule rule1180
- when
- $acc : Account(status == "standard", accountId == "acc1180")
- then
- System.out.println("rule1180 fired");
-end
-
-rule rule1181
- when
- $acc : Account(status == "standard", accountId == "acc1181")
- then
- System.out.println("rule1181 fired");
-end
-
-rule rule1182
- when
- $acc : Account(status == "standard", accountId == "acc1182")
- then
- System.out.println("rule1182 fired");
-end
-
-rule rule1183
- when
- $acc : Account(status == "standard", accountId == "acc1183")
- then
- System.out.println("rule1183 fired");
-end
-
-rule rule1184
- when
- $acc : Account(status == "standard", accountId == "acc1184")
- then
- System.out.println("rule1184 fired");
-end
-
-rule rule1185
- when
- $acc : Account(status == "standard", accountId == "acc1185")
- then
- System.out.println("rule1185 fired");
-end
-
-rule rule1186
- when
- $acc : Account(status == "standard", accountId == "acc1186")
- then
- System.out.println("rule1186 fired");
-end
-
-rule rule1187
- when
- $acc : Account(status == "standard", accountId == "acc1187")
- then
- System.out.println("rule1187 fired");
-end
-
-rule rule1188
- when
- $acc : Account(status == "standard", accountId == "acc1188")
- then
- System.out.println("rule1188 fired");
-end
-
-rule rule1189
- when
- $acc : Account(status == "standard", accountId == "acc1189")
- then
- System.out.println("rule1189 fired");
-end
-
-rule rule1190
- when
- $acc : Account(status == "standard", accountId == "acc1190")
- then
- System.out.println("rule1190 fired");
-end
-
-rule rule1191
- when
- $acc : Account(status == "standard", accountId == "acc1191")
- then
- System.out.println("rule1191 fired");
-end
-
-rule rule1192
- when
- $acc : Account(status == "standard", accountId == "acc1192")
- then
- System.out.println("rule1192 fired");
-end
-
-rule rule1193
- when
- $acc : Account(status == "standard", accountId == "acc1193")
- then
- System.out.println("rule1193 fired");
-end
-
-rule rule1194
- when
- $acc : Account(status == "standard", accountId == "acc1194")
- then
- System.out.println("rule1194 fired");
-end
-
-rule rule1195
- when
- $acc : Account(status == "standard", accountId == "acc1195")
- then
- System.out.println("rule1195 fired");
-end
-
-rule rule1196
- when
- $acc : Account(status == "standard", accountId == "acc1196")
- then
- System.out.println("rule1196 fired");
-end
-
-rule rule1197
- when
- $acc : Account(status == "standard", accountId == "acc1197")
- then
- System.out.println("rule1197 fired");
-end
-
-rule rule1198
- when
- $acc : Account(status == "standard", accountId == "acc1198")
- then
- System.out.println("rule1198 fired");
-end
-
-rule rule1199
- when
- $acc : Account(status == "standard", accountId == "acc1199")
- then
- System.out.println("rule1199 fired");
-end
-
-rule rule1200
- when
- $acc : Account(status == "standard", accountId == "acc1200")
- then
- System.out.println("rule1200 fired");
-end
-
-rule rule1201
- when
- $acc : Account(status == "standard", accountId == "acc1201")
- then
- System.out.println("rule1201 fired");
-end
-
-rule rule1202
- when
- $acc : Account(status == "standard", accountId == "acc1202")
- then
- System.out.println("rule1202 fired");
-end
-
-rule rule1203
- when
- $acc : Account(status == "standard", accountId == "acc1203")
- then
- System.out.println("rule1203 fired");
-end
-
-rule rule1204
- when
- $acc : Account(status == "standard", accountId == "acc1204")
- then
- System.out.println("rule1204 fired");
-end
-
-rule rule1205
- when
- $acc : Account(status == "standard", accountId == "acc1205")
- then
- System.out.println("rule1205 fired");
-end
-
-rule rule1206
- when
- $acc : Account(status == "standard", accountId == "acc1206")
- then
- System.out.println("rule1206 fired");
-end
-
-rule rule1207
- when
- $acc : Account(status == "standard", accountId == "acc1207")
- then
- System.out.println("rule1207 fired");
-end
-
-rule rule1208
- when
- $acc : Account(status == "standard", accountId == "acc1208")
- then
- System.out.println("rule1208 fired");
-end
-
-rule rule1209
- when
- $acc : Account(status == "standard", accountId == "acc1209")
- then
- System.out.println("rule1209 fired");
-end
-
-rule rule1210
- when
- $acc : Account(status == "standard", accountId == "acc1210")
- then
- System.out.println("rule1210 fired");
-end
-
-rule rule1211
- when
- $acc : Account(status == "standard", accountId == "acc1211")
- then
- System.out.println("rule1211 fired");
-end
-
-rule rule1212
- when
- $acc : Account(status == "standard", accountId == "acc1212")
- then
- System.out.println("rule1212 fired");
-end
-
-rule rule1213
- when
- $acc : Account(status == "standard", accountId == "acc1213")
- then
- System.out.println("rule1213 fired");
-end
-
-rule rule1214
- when
- $acc : Account(status == "standard", accountId == "acc1214")
- then
- System.out.println("rule1214 fired");
-end
-
-rule rule1215
- when
- $acc : Account(status == "standard", accountId == "acc1215")
- then
- System.out.println("rule1215 fired");
-end
-
-rule rule1216
- when
- $acc : Account(status == "standard", accountId == "acc1216")
- then
- System.out.println("rule1216 fired");
-end
-
-rule rule1217
- when
- $acc : Account(status == "standard", accountId == "acc1217")
- then
- System.out.println("rule1217 fired");
-end
-
-rule rule1218
- when
- $acc : Account(status == "standard", accountId == "acc1218")
- then
- System.out.println("rule1218 fired");
-end
-
-rule rule1219
- when
- $acc : Account(status == "standard", accountId == "acc1219")
- then
- System.out.println("rule1219 fired");
-end
-
-rule rule1220
- when
- $acc : Account(status == "standard", accountId == "acc1220")
- then
- System.out.println("rule1220 fired");
-end
-
-rule rule1221
- when
- $acc : Account(status == "standard", accountId == "acc1221")
- then
- System.out.println("rule1221 fired");
-end
-
-rule rule1222
- when
- $acc : Account(status == "standard", accountId == "acc1222")
- then
- System.out.println("rule1222 fired");
-end
-
-rule rule1223
- when
- $acc : Account(status == "standard", accountId == "acc1223")
- then
- System.out.println("rule1223 fired");
-end
-
-rule rule1224
- when
- $acc : Account(status == "standard", accountId == "acc1224")
- then
- System.out.println("rule1224 fired");
-end
-
-rule rule1225
- when
- $acc : Account(status == "standard", accountId == "acc1225")
- then
- System.out.println("rule1225 fired");
-end
-
-rule rule1226
- when
- $acc : Account(status == "standard", accountId == "acc1226")
- then
- System.out.println("rule1226 fired");
-end
-
-rule rule1227
- when
- $acc : Account(status == "standard", accountId == "acc1227")
- then
- System.out.println("rule1227 fired");
-end
-
-rule rule1228
- when
- $acc : Account(status == "standard", accountId == "acc1228")
- then
- System.out.println("rule1228 fired");
-end
-
-rule rule1229
- when
- $acc : Account(status == "standard", accountId == "acc1229")
- then
- System.out.println("rule1229 fired");
-end
-
-rule rule1230
- when
- $acc : Account(status == "standard", accountId == "acc1230")
- then
- System.out.println("rule1230 fired");
-end
-
-rule rule1231
- when
- $acc : Account(status == "standard", accountId == "acc1231")
- then
- System.out.println("rule1231 fired");
-end
-
-rule rule1232
- when
- $acc : Account(status == "standard", accountId == "acc1232")
- then
- System.out.println("rule1232 fired");
-end
-
-rule rule1233
- when
- $acc : Account(status == "standard", accountId == "acc1233")
- then
- System.out.println("rule1233 fired");
-end
-
-rule rule1234
- when
- $acc : Account(status == "standard", accountId == "acc1234")
- then
- System.out.println("rule1234 fired");
-end
-
-rule rule1235
- when
- $acc : Account(status == "standard", accountId == "acc1235")
- then
- System.out.println("rule1235 fired");
-end
-
-rule rule1236
- when
- $acc : Account(status == "standard", accountId == "acc1236")
- then
- System.out.println("rule1236 fired");
-end
-
-rule rule1237
- when
- $acc : Account(status == "standard", accountId == "acc1237")
- then
- System.out.println("rule1237 fired");
-end
-
-rule rule1238
- when
- $acc : Account(status == "standard", accountId == "acc1238")
- then
- System.out.println("rule1238 fired");
-end
-
-rule rule1239
- when
- $acc : Account(status == "standard", accountId == "acc1239")
- then
- System.out.println("rule1239 fired");
-end
-
-rule rule1240
- when
- $acc : Account(status == "standard", accountId == "acc1240")
- then
- System.out.println("rule1240 fired");
-end
-
-rule rule1241
- when
- $acc : Account(status == "standard", accountId == "acc1241")
- then
- System.out.println("rule1241 fired");
-end
-
-rule rule1242
- when
- $acc : Account(status == "standard", accountId == "acc1242")
- then
- System.out.println("rule1242 fired");
-end
-
-rule rule1243
- when
- $acc : Account(status == "standard", accountId == "acc1243")
- then
- System.out.println("rule1243 fired");
-end
-
-rule rule1244
- when
- $acc : Account(status == "standard", accountId == "acc1244")
- then
- System.out.println("rule1244 fired");
-end
-
-rule rule1245
- when
- $acc : Account(status == "standard", accountId == "acc1245")
- then
- System.out.println("rule1245 fired");
-end
-
-rule rule1246
- when
- $acc : Account(status == "standard", accountId == "acc1246")
- then
- System.out.println("rule1246 fired");
-end
-
-rule rule1247
- when
- $acc : Account(status == "standard", accountId == "acc1247")
- then
- System.out.println("rule1247 fired");
-end
-
-rule rule1248
- when
- $acc : Account(status == "standard", accountId == "acc1248")
- then
- System.out.println("rule1248 fired");
-end
-
-rule rule1249
- when
- $acc : Account(status == "standard", accountId == "acc1249")
- then
- System.out.println("rule1249 fired");
-end
-
-rule rule1250
- when
- $acc : Account(status == "standard", accountId == "acc1250")
- then
- System.out.println("rule1250 fired");
-end
-
-rule rule1251
- when
- $acc : Account(status == "standard", accountId == "acc1251")
- then
- System.out.println("rule1251 fired");
-end
-
-rule rule1252
- when
- $acc : Account(status == "standard", accountId == "acc1252")
- then
- System.out.println("rule1252 fired");
-end
-
-rule rule1253
- when
- $acc : Account(status == "standard", accountId == "acc1253")
- then
- System.out.println("rule1253 fired");
-end
-
-rule rule1254
- when
- $acc : Account(status == "standard", accountId == "acc1254")
- then
- System.out.println("rule1254 fired");
-end
-
-rule rule1255
- when
- $acc : Account(status == "standard", accountId == "acc1255")
- then
- System.out.println("rule1255 fired");
-end
-
-rule rule1256
- when
- $acc : Account(status == "standard", accountId == "acc1256")
- then
- System.out.println("rule1256 fired");
-end
-
-rule rule1257
- when
- $acc : Account(status == "standard", accountId == "acc1257")
- then
- System.out.println("rule1257 fired");
-end
-
-rule rule1258
- when
- $acc : Account(status == "standard", accountId == "acc1258")
- then
- System.out.println("rule1258 fired");
-end
-
-rule rule1259
- when
- $acc : Account(status == "standard", accountId == "acc1259")
- then
- System.out.println("rule1259 fired");
-end
-
-rule rule1260
- when
- $acc : Account(status == "standard", accountId == "acc1260")
- then
- System.out.println("rule1260 fired");
-end
-
-rule rule1261
- when
- $acc : Account(status == "standard", accountId == "acc1261")
- then
- System.out.println("rule1261 fired");
-end
-
-rule rule1262
- when
- $acc : Account(status == "standard", accountId == "acc1262")
- then
- System.out.println("rule1262 fired");
-end
-
-rule rule1263
- when
- $acc : Account(status == "standard", accountId == "acc1263")
- then
- System.out.println("rule1263 fired");
-end
-
-rule rule1264
- when
- $acc : Account(status == "standard", accountId == "acc1264")
- then
- System.out.println("rule1264 fired");
-end
-
-rule rule1265
- when
- $acc : Account(status == "standard", accountId == "acc1265")
- then
- System.out.println("rule1265 fired");
-end
-
-rule rule1266
- when
- $acc : Account(status == "standard", accountId == "acc1266")
- then
- System.out.println("rule1266 fired");
-end
-
-rule rule1267
- when
- $acc : Account(status == "standard", accountId == "acc1267")
- then
- System.out.println("rule1267 fired");
-end
-
-rule rule1268
- when
- $acc : Account(status == "standard", accountId == "acc1268")
- then
- System.out.println("rule1268 fired");
-end
-
-rule rule1269
- when
- $acc : Account(status == "standard", accountId == "acc1269")
- then
- System.out.println("rule1269 fired");
-end
-
-rule rule1270
- when
- $acc : Account(status == "standard", accountId == "acc1270")
- then
- System.out.println("rule1270 fired");
-end
-
-rule rule1271
- when
- $acc : Account(status == "standard", accountId == "acc1271")
- then
- System.out.println("rule1271 fired");
-end
-
-rule rule1272
- when
- $acc : Account(status == "standard", accountId == "acc1272")
- then
- System.out.println("rule1272 fired");
-end
-
-rule rule1273
- when
- $acc : Account(status == "standard", accountId == "acc1273")
- then
- System.out.println("rule1273 fired");
-end
-
-rule rule1274
- when
- $acc : Account(status == "standard", accountId == "acc1274")
- then
- System.out.println("rule1274 fired");
-end
-
-rule rule1275
- when
- $acc : Account(status == "standard", accountId == "acc1275")
- then
- System.out.println("rule1275 fired");
-end
-
-rule rule1276
- when
- $acc : Account(status == "standard", accountId == "acc1276")
- then
- System.out.println("rule1276 fired");
-end
-
-rule rule1277
- when
- $acc : Account(status == "standard", accountId == "acc1277")
- then
- System.out.println("rule1277 fired");
-end
-
-rule rule1278
- when
- $acc : Account(status == "standard", accountId == "acc1278")
- then
- System.out.println("rule1278 fired");
-end
-
-rule rule1279
- when
- $acc : Account(status == "standard", accountId == "acc1279")
- then
- System.out.println("rule1279 fired");
-end
-
-rule rule1280
- when
- $acc : Account(status == "standard", accountId == "acc1280")
- then
- System.out.println("rule1280 fired");
-end
-
-rule rule1281
- when
- $acc : Account(status == "standard", accountId == "acc1281")
- then
- System.out.println("rule1281 fired");
-end
-
-rule rule1282
- when
- $acc : Account(status == "standard", accountId == "acc1282")
- then
- System.out.println("rule1282 fired");
-end
-
-rule rule1283
- when
- $acc : Account(status == "standard", accountId == "acc1283")
- then
- System.out.println("rule1283 fired");
-end
-
-rule rule1284
- when
- $acc : Account(status == "standard", accountId == "acc1284")
- then
- System.out.println("rule1284 fired");
-end
-
-rule rule1285
- when
- $acc : Account(status == "standard", accountId == "acc1285")
- then
- System.out.println("rule1285 fired");
-end
-
-rule rule1286
- when
- $acc : Account(status == "standard", accountId == "acc1286")
- then
- System.out.println("rule1286 fired");
-end
-
-rule rule1287
- when
- $acc : Account(status == "standard", accountId == "acc1287")
- then
- System.out.println("rule1287 fired");
-end
-
-rule rule1288
- when
- $acc : Account(status == "standard", accountId == "acc1288")
- then
- System.out.println("rule1288 fired");
-end
-
-rule rule1289
- when
- $acc : Account(status == "standard", accountId == "acc1289")
- then
- System.out.println("rule1289 fired");
-end
-
-rule rule1290
- when
- $acc : Account(status == "standard", accountId == "acc1290")
- then
- System.out.println("rule1290 fired");
-end
-
-rule rule1291
- when
- $acc : Account(status == "standard", accountId == "acc1291")
- then
- System.out.println("rule1291 fired");
-end
-
-rule rule1292
- when
- $acc : Account(status == "standard", accountId == "acc1292")
- then
- System.out.println("rule1292 fired");
-end
-
-rule rule1293
- when
- $acc : Account(status == "standard", accountId == "acc1293")
- then
- System.out.println("rule1293 fired");
-end
-
-rule rule1294
- when
- $acc : Account(status == "standard", accountId == "acc1294")
- then
- System.out.println("rule1294 fired");
-end
-
-rule rule1295
- when
- $acc : Account(status == "standard", accountId == "acc1295")
- then
- System.out.println("rule1295 fired");
-end
-
-rule rule1296
- when
- $acc : Account(status == "standard", accountId == "acc1296")
- then
- System.out.println("rule1296 fired");
-end
-
-rule rule1297
- when
- $acc : Account(status == "standard", accountId == "acc1297")
- then
- System.out.println("rule1297 fired");
-end
-
-rule rule1298
- when
- $acc : Account(status == "standard", accountId == "acc1298")
- then
- System.out.println("rule1298 fired");
-end
-
-rule rule1299
- when
- $acc : Account(status == "standard", accountId == "acc1299")
- then
- System.out.println("rule1299 fired");
-end
-
-rule rule1300
- when
- $acc : Account(status == "standard", accountId == "acc1300")
- then
- System.out.println("rule1300 fired");
-end
-
-rule rule1301
- when
- $acc : Account(status == "standard", accountId == "acc1301")
- then
- System.out.println("rule1301 fired");
-end
-
-rule rule1302
- when
- $acc : Account(status == "standard", accountId == "acc1302")
- then
- System.out.println("rule1302 fired");
-end
-
-rule rule1303
- when
- $acc : Account(status == "standard", accountId == "acc1303")
- then
- System.out.println("rule1303 fired");
-end
-
-rule rule1304
- when
- $acc : Account(status == "standard", accountId == "acc1304")
- then
- System.out.println("rule1304 fired");
-end
-
-rule rule1305
- when
- $acc : Account(status == "standard", accountId == "acc1305")
- then
- System.out.println("rule1305 fired");
-end
-
-rule rule1306
- when
- $acc : Account(status == "standard", accountId == "acc1306")
- then
- System.out.println("rule1306 fired");
-end
-
-rule rule1307
- when
- $acc : Account(status == "standard", accountId == "acc1307")
- then
- System.out.println("rule1307 fired");
-end
-
-rule rule1308
- when
- $acc : Account(status == "standard", accountId == "acc1308")
- then
- System.out.println("rule1308 fired");
-end
-
-rule rule1309
- when
- $acc : Account(status == "standard", accountId == "acc1309")
- then
- System.out.println("rule1309 fired");
-end
-
-rule rule1310
- when
- $acc : Account(status == "standard", accountId == "acc1310")
- then
- System.out.println("rule1310 fired");
-end
-
-rule rule1311
- when
- $acc : Account(status == "standard", accountId == "acc1311")
- then
- System.out.println("rule1311 fired");
-end
-
-rule rule1312
- when
- $acc : Account(status == "standard", accountId == "acc1312")
- then
- System.out.println("rule1312 fired");
-end
-
-rule rule1313
- when
- $acc : Account(status == "standard", accountId == "acc1313")
- then
- System.out.println("rule1313 fired");
-end
-
-rule rule1314
- when
- $acc : Account(status == "standard", accountId == "acc1314")
- then
- System.out.println("rule1314 fired");
-end
-
-rule rule1315
- when
- $acc : Account(status == "standard", accountId == "acc1315")
- then
- System.out.println("rule1315 fired");
-end
-
-rule rule1316
- when
- $acc : Account(status == "standard", accountId == "acc1316")
- then
- System.out.println("rule1316 fired");
-end
-
-rule rule1317
- when
- $acc : Account(status == "standard", accountId == "acc1317")
- then
- System.out.println("rule1317 fired");
-end
-
-rule rule1318
- when
- $acc : Account(status == "standard", accountId == "acc1318")
- then
- System.out.println("rule1318 fired");
-end
-
-rule rule1319
- when
- $acc : Account(status == "standard", accountId == "acc1319")
- then
- System.out.println("rule1319 fired");
-end
-
-rule rule1320
- when
- $acc : Account(status == "standard", accountId == "acc1320")
- then
- System.out.println("rule1320 fired");
-end
-
-rule rule1321
- when
- $acc : Account(status == "standard", accountId == "acc1321")
- then
- System.out.println("rule1321 fired");
-end
-
-rule rule1322
- when
- $acc : Account(status == "standard", accountId == "acc1322")
- then
- System.out.println("rule1322 fired");
-end
-
-rule rule1323
- when
- $acc : Account(status == "standard", accountId == "acc1323")
- then
- System.out.println("rule1323 fired");
-end
-
-rule rule1324
- when
- $acc : Account(status == "standard", accountId == "acc1324")
- then
- System.out.println("rule1324 fired");
-end
-
-rule rule1325
- when
- $acc : Account(status == "standard", accountId == "acc1325")
- then
- System.out.println("rule1325 fired");
-end
-
-rule rule1326
- when
- $acc : Account(status == "standard", accountId == "acc1326")
- then
- System.out.println("rule1326 fired");
-end
-
-rule rule1327
- when
- $acc : Account(status == "standard", accountId == "acc1327")
- then
- System.out.println("rule1327 fired");
-end
-
-rule rule1328
- when
- $acc : Account(status == "standard", accountId == "acc1328")
- then
- System.out.println("rule1328 fired");
-end
-
-rule rule1329
- when
- $acc : Account(status == "standard", accountId == "acc1329")
- then
- System.out.println("rule1329 fired");
-end
-
-rule rule1330
- when
- $acc : Account(status == "standard", accountId == "acc1330")
- then
- System.out.println("rule1330 fired");
-end
-
-rule rule1331
- when
- $acc : Account(status == "standard", accountId == "acc1331")
- then
- System.out.println("rule1331 fired");
-end
-
-rule rule1332
- when
- $acc : Account(status == "standard", accountId == "acc1332")
- then
- System.out.println("rule1332 fired");
-end
-
-rule rule1333
- when
- $acc : Account(status == "standard", accountId == "acc1333")
- then
- System.out.println("rule1333 fired");
-end
-
-rule rule1334
- when
- $acc : Account(status == "standard", accountId == "acc1334")
- then
- System.out.println("rule1334 fired");
-end
-
-rule rule1335
- when
- $acc : Account(status == "standard", accountId == "acc1335")
- then
- System.out.println("rule1335 fired");
-end
-
-rule rule1336
- when
- $acc : Account(status == "standard", accountId == "acc1336")
- then
- System.out.println("rule1336 fired");
-end
-
-rule rule1337
- when
- $acc : Account(status == "standard", accountId == "acc1337")
- then
- System.out.println("rule1337 fired");
-end
-
-rule rule1338
- when
- $acc : Account(status == "standard", accountId == "acc1338")
- then
- System.out.println("rule1338 fired");
-end
-
-rule rule1339
- when
- $acc : Account(status == "standard", accountId == "acc1339")
- then
- System.out.println("rule1339 fired");
-end
-
-rule rule1340
- when
- $acc : Account(status == "standard", accountId == "acc1340")
- then
- System.out.println("rule1340 fired");
-end
-
-rule rule1341
- when
- $acc : Account(status == "standard", accountId == "acc1341")
- then
- System.out.println("rule1341 fired");
-end
-
-rule rule1342
- when
- $acc : Account(status == "standard", accountId == "acc1342")
- then
- System.out.println("rule1342 fired");
-end
-
-rule rule1343
- when
- $acc : Account(status == "standard", accountId == "acc1343")
- then
- System.out.println("rule1343 fired");
-end
-
-rule rule1344
- when
- $acc : Account(status == "standard", accountId == "acc1344")
- then
- System.out.println("rule1344 fired");
-end
-
-rule rule1345
- when
- $acc : Account(status == "standard", accountId == "acc1345")
- then
- System.out.println("rule1345 fired");
-end
-
-rule rule1346
- when
- $acc : Account(status == "standard", accountId == "acc1346")
- then
- System.out.println("rule1346 fired");
-end
-
-rule rule1347
- when
- $acc : Account(status == "standard", accountId == "acc1347")
- then
- System.out.println("rule1347 fired");
-end
-
-rule rule1348
- when
- $acc : Account(status == "standard", accountId == "acc1348")
- then
- System.out.println("rule1348 fired");
-end
-
-rule rule1349
- when
- $acc : Account(status == "standard", accountId == "acc1349")
- then
- System.out.println("rule1349 fired");
-end
-
-rule rule1350
- when
- $acc : Account(status == "standard", accountId == "acc1350")
- then
- System.out.println("rule1350 fired");
-end
-
-rule rule1351
- when
- $acc : Account(status == "standard", accountId == "acc1351")
- then
- System.out.println("rule1351 fired");
-end
-
-rule rule1352
- when
- $acc : Account(status == "standard", accountId == "acc1352")
- then
- System.out.println("rule1352 fired");
-end
-
-rule rule1353
- when
- $acc : Account(status == "standard", accountId == "acc1353")
- then
- System.out.println("rule1353 fired");
-end
-
-rule rule1354
- when
- $acc : Account(status == "standard", accountId == "acc1354")
- then
- System.out.println("rule1354 fired");
-end
-
-rule rule1355
- when
- $acc : Account(status == "standard", accountId == "acc1355")
- then
- System.out.println("rule1355 fired");
-end
-
-rule rule1356
- when
- $acc : Account(status == "standard", accountId == "acc1356")
- then
- System.out.println("rule1356 fired");
-end
-
-rule rule1357
- when
- $acc : Account(status == "standard", accountId == "acc1357")
- then
- System.out.println("rule1357 fired");
-end
-
-rule rule1358
- when
- $acc : Account(status == "standard", accountId == "acc1358")
- then
- System.out.println("rule1358 fired");
-end
-
-rule rule1359
- when
- $acc : Account(status == "standard", accountId == "acc1359")
- then
- System.out.println("rule1359 fired");
-end
-
-rule rule1360
- when
- $acc : Account(status == "standard", accountId == "acc1360")
- then
- System.out.println("rule1360 fired");
-end
-
-rule rule1361
- when
- $acc : Account(status == "standard", accountId == "acc1361")
- then
- System.out.println("rule1361 fired");
-end
-
-rule rule1362
- when
- $acc : Account(status == "standard", accountId == "acc1362")
- then
- System.out.println("rule1362 fired");
-end
-
-rule rule1363
- when
- $acc : Account(status == "standard", accountId == "acc1363")
- then
- System.out.println("rule1363 fired");
-end
-
-rule rule1364
- when
- $acc : Account(status == "standard", accountId == "acc1364")
- then
- System.out.println("rule1364 fired");
-end
-
-rule rule1365
- when
- $acc : Account(status == "standard", accountId == "acc1365")
- then
- System.out.println("rule1365 fired");
-end
-
-rule rule1366
- when
- $acc : Account(status == "standard", accountId == "acc1366")
- then
- System.out.println("rule1366 fired");
-end
-
-rule rule1367
- when
- $acc : Account(status == "standard", accountId == "acc1367")
- then
- System.out.println("rule1367 fired");
-end
-
-rule rule1368
- when
- $acc : Account(status == "standard", accountId == "acc1368")
- then
- System.out.println("rule1368 fired");
-end
-
-rule rule1369
- when
- $acc : Account(status == "standard", accountId == "acc1369")
- then
- System.out.println("rule1369 fired");
-end
-
-rule rule1370
- when
- $acc : Account(status == "standard", accountId == "acc1370")
- then
- System.out.println("rule1370 fired");
-end
-
-rule rule1371
- when
- $acc : Account(status == "standard", accountId == "acc1371")
- then
- System.out.println("rule1371 fired");
-end
-
-rule rule1372
- when
- $acc : Account(status == "standard", accountId == "acc1372")
- then
- System.out.println("rule1372 fired");
-end
-
-rule rule1373
- when
- $acc : Account(status == "standard", accountId == "acc1373")
- then
- System.out.println("rule1373 fired");
-end
-
-rule rule1374
- when
- $acc : Account(status == "standard", accountId == "acc1374")
- then
- System.out.println("rule1374 fired");
-end
-
-rule rule1375
- when
- $acc : Account(status == "standard", accountId == "acc1375")
- then
- System.out.println("rule1375 fired");
-end
-
-rule rule1376
- when
- $acc : Account(status == "standard", accountId == "acc1376")
- then
- System.out.println("rule1376 fired");
-end
-
-rule rule1377
- when
- $acc : Account(status == "standard", accountId == "acc1377")
- then
- System.out.println("rule1377 fired");
-end
-
-rule rule1378
- when
- $acc : Account(status == "standard", accountId == "acc1378")
- then
- System.out.println("rule1378 fired");
-end
-
-rule rule1379
- when
- $acc : Account(status == "standard", accountId == "acc1379")
- then
- System.out.println("rule1379 fired");
-end
-
-rule rule1380
- when
- $acc : Account(status == "standard", accountId == "acc1380")
- then
- System.out.println("rule1380 fired");
-end
-
-rule rule1381
- when
- $acc : Account(status == "standard", accountId == "acc1381")
- then
- System.out.println("rule1381 fired");
-end
-
-rule rule1382
- when
- $acc : Account(status == "standard", accountId == "acc1382")
- then
- System.out.println("rule1382 fired");
-end
-
-rule rule1383
- when
- $acc : Account(status == "standard", accountId == "acc1383")
- then
- System.out.println("rule1383 fired");
-end
-
-rule rule1384
- when
- $acc : Account(status == "standard", accountId == "acc1384")
- then
- System.out.println("rule1384 fired");
-end
-
-rule rule1385
- when
- $acc : Account(status == "standard", accountId == "acc1385")
- then
- System.out.println("rule1385 fired");
-end
-
-rule rule1386
- when
- $acc : Account(status == "standard", accountId == "acc1386")
- then
- System.out.println("rule1386 fired");
-end
-
-rule rule1387
- when
- $acc : Account(status == "standard", accountId == "acc1387")
- then
- System.out.println("rule1387 fired");
-end
-
-rule rule1388
- when
- $acc : Account(status == "standard", accountId == "acc1388")
- then
- System.out.println("rule1388 fired");
-end
-
-rule rule1389
- when
- $acc : Account(status == "standard", accountId == "acc1389")
- then
- System.out.println("rule1389 fired");
-end
-
-rule rule1390
- when
- $acc : Account(status == "standard", accountId == "acc1390")
- then
- System.out.println("rule1390 fired");
-end
-
-rule rule1391
- when
- $acc : Account(status == "standard", accountId == "acc1391")
- then
- System.out.println("rule1391 fired");
-end
-
-rule rule1392
- when
- $acc : Account(status == "standard", accountId == "acc1392")
- then
- System.out.println("rule1392 fired");
-end
-
-rule rule1393
- when
- $acc : Account(status == "standard", accountId == "acc1393")
- then
- System.out.println("rule1393 fired");
-end
-
-rule rule1394
- when
- $acc : Account(status == "standard", accountId == "acc1394")
- then
- System.out.println("rule1394 fired");
-end
-
-rule rule1395
- when
- $acc : Account(status == "standard", accountId == "acc1395")
- then
- System.out.println("rule1395 fired");
-end
-
-rule rule1396
- when
- $acc : Account(status == "standard", accountId == "acc1396")
- then
- System.out.println("rule1396 fired");
-end
-
-rule rule1397
- when
- $acc : Account(status == "standard", accountId == "acc1397")
- then
- System.out.println("rule1397 fired");
-end
-
-rule rule1398
- when
- $acc : Account(status == "standard", accountId == "acc1398")
- then
- System.out.println("rule1398 fired");
-end
-
-rule rule1399
- when
- $acc : Account(status == "standard", accountId == "acc1399")
- then
- System.out.println("rule1399 fired");
-end
-
-rule rule1400
- when
- $acc : Account(status == "standard", accountId == "acc1400")
- then
- System.out.println("rule1400 fired");
-end
-
-rule rule1401
- when
- $acc : Account(status == "standard", accountId == "acc1401")
- then
- System.out.println("rule1401 fired");
-end
-
-rule rule1402
- when
- $acc : Account(status == "standard", accountId == "acc1402")
- then
- System.out.println("rule1402 fired");
-end
-
-rule rule1403
- when
- $acc : Account(status == "standard", accountId == "acc1403")
- then
- System.out.println("rule1403 fired");
-end
-
-rule rule1404
- when
- $acc : Account(status == "standard", accountId == "acc1404")
- then
- System.out.println("rule1404 fired");
-end
-
-rule rule1405
- when
- $acc : Account(status == "standard", accountId == "acc1405")
- then
- System.out.println("rule1405 fired");
-end
-
-rule rule1406
- when
- $acc : Account(status == "standard", accountId == "acc1406")
- then
- System.out.println("rule1406 fired");
-end
-
-rule rule1407
- when
- $acc : Account(status == "standard", accountId == "acc1407")
- then
- System.out.println("rule1407 fired");
-end
-
-rule rule1408
- when
- $acc : Account(status == "standard", accountId == "acc1408")
- then
- System.out.println("rule1408 fired");
-end
-
-rule rule1409
- when
- $acc : Account(status == "standard", accountId == "acc1409")
- then
- System.out.println("rule1409 fired");
-end
-
-rule rule1410
- when
- $acc : Account(status == "standard", accountId == "acc1410")
- then
- System.out.println("rule1410 fired");
-end
-
-rule rule1411
- when
- $acc : Account(status == "standard", accountId == "acc1411")
- then
- System.out.println("rule1411 fired");
-end
-
-rule rule1412
- when
- $acc : Account(status == "standard", accountId == "acc1412")
- then
- System.out.println("rule1412 fired");
-end
-
-rule rule1413
- when
- $acc : Account(status == "standard", accountId == "acc1413")
- then
- System.out.println("rule1413 fired");
-end
-
-rule rule1414
- when
- $acc : Account(status == "standard", accountId == "acc1414")
- then
- System.out.println("rule1414 fired");
-end
-
-rule rule1415
- when
- $acc : Account(status == "standard", accountId == "acc1415")
- then
- System.out.println("rule1415 fired");
-end
-
-rule rule1416
- when
- $acc : Account(status == "standard", accountId == "acc1416")
- then
- System.out.println("rule1416 fired");
-end
-
-rule rule1417
- when
- $acc : Account(status == "standard", accountId == "acc1417")
- then
- System.out.println("rule1417 fired");
-end
-
-rule rule1418
- when
- $acc : Account(status == "standard", accountId == "acc1418")
- then
- System.out.println("rule1418 fired");
-end
-
-rule rule1419
- when
- $acc : Account(status == "standard", accountId == "acc1419")
- then
- System.out.println("rule1419 fired");
-end
-
-rule rule1420
- when
- $acc : Account(status == "standard", accountId == "acc1420")
- then
- System.out.println("rule1420 fired");
-end
-
-rule rule1421
- when
- $acc : Account(status == "standard", accountId == "acc1421")
- then
- System.out.println("rule1421 fired");
-end
-
-rule rule1422
- when
- $acc : Account(status == "standard", accountId == "acc1422")
- then
- System.out.println("rule1422 fired");
-end
-
-rule rule1423
- when
- $acc : Account(status == "standard", accountId == "acc1423")
- then
- System.out.println("rule1423 fired");
-end
-
-rule rule1424
- when
- $acc : Account(status == "standard", accountId == "acc1424")
- then
- System.out.println("rule1424 fired");
-end
-
-rule rule1425
- when
- $acc : Account(status == "standard", accountId == "acc1425")
- then
- System.out.println("rule1425 fired");
-end
-
-rule rule1426
- when
- $acc : Account(status == "standard", accountId == "acc1426")
- then
- System.out.println("rule1426 fired");
-end
-
-rule rule1427
- when
- $acc : Account(status == "standard", accountId == "acc1427")
- then
- System.out.println("rule1427 fired");
-end
-
-rule rule1428
- when
- $acc : Account(status == "standard", accountId == "acc1428")
- then
- System.out.println("rule1428 fired");
-end
-
-rule rule1429
- when
- $acc : Account(status == "standard", accountId == "acc1429")
- then
- System.out.println("rule1429 fired");
-end
-
-rule rule1430
- when
- $acc : Account(status == "standard", accountId == "acc1430")
- then
- System.out.println("rule1430 fired");
-end
-
-rule rule1431
- when
- $acc : Account(status == "standard", accountId == "acc1431")
- then
- System.out.println("rule1431 fired");
-end
-
-rule rule1432
- when
- $acc : Account(status == "standard", accountId == "acc1432")
- then
- System.out.println("rule1432 fired");
-end
-
-rule rule1433
- when
- $acc : Account(status == "standard", accountId == "acc1433")
- then
- System.out.println("rule1433 fired");
-end
-
-rule rule1434
- when
- $acc : Account(status == "standard", accountId == "acc1434")
- then
- System.out.println("rule1434 fired");
-end
-
-rule rule1435
- when
- $acc : Account(status == "standard", accountId == "acc1435")
- then
- System.out.println("rule1435 fired");
-end
-
-rule rule1436
- when
- $acc : Account(status == "standard", accountId == "acc1436")
- then
- System.out.println("rule1436 fired");
-end
-
-rule rule1437
- when
- $acc : Account(status == "standard", accountId == "acc1437")
- then
- System.out.println("rule1437 fired");
-end
-
-rule rule1438
- when
- $acc : Account(status == "standard", accountId == "acc1438")
- then
- System.out.println("rule1438 fired");
-end
-
-rule rule1439
- when
- $acc : Account(status == "standard", accountId == "acc1439")
- then
- System.out.println("rule1439 fired");
-end
-
-rule rule1440
- when
- $acc : Account(status == "standard", accountId == "acc1440")
- then
- System.out.println("rule1440 fired");
-end
-
-rule rule1441
- when
- $acc : Account(status == "standard", accountId == "acc1441")
- then
- System.out.println("rule1441 fired");
-end
-
-rule rule1442
- when
- $acc : Account(status == "standard", accountId == "acc1442")
- then
- System.out.println("rule1442 fired");
-end
-
-rule rule1443
- when
- $acc : Account(status == "standard", accountId == "acc1443")
- then
- System.out.println("rule1443 fired");
-end
-
-rule rule1444
- when
- $acc : Account(status == "standard", accountId == "acc1444")
- then
- System.out.println("rule1444 fired");
-end
-
-rule rule1445
- when
- $acc : Account(status == "standard", accountId == "acc1445")
- then
- System.out.println("rule1445 fired");
-end
-
-rule rule1446
- when
- $acc : Account(status == "standard", accountId == "acc1446")
- then
- System.out.println("rule1446 fired");
-end
-
-rule rule1447
- when
- $acc : Account(status == "standard", accountId == "acc1447")
- then
- System.out.println("rule1447 fired");
-end
-
-rule rule1448
- when
- $acc : Account(status == "standard", accountId == "acc1448")
- then
- System.out.println("rule1448 fired");
-end
-
-rule rule1449
- when
- $acc : Account(status == "standard", accountId == "acc1449")
- then
- System.out.println("rule1449 fired");
-end
-
-rule rule1450
- when
- $acc : Account(status == "standard", accountId == "acc1450")
- then
- System.out.println("rule1450 fired");
-end
-
-rule rule1451
- when
- $acc : Account(status == "standard", accountId == "acc1451")
- then
- System.out.println("rule1451 fired");
-end
-
-rule rule1452
- when
- $acc : Account(status == "standard", accountId == "acc1452")
- then
- System.out.println("rule1452 fired");
-end
-
-rule rule1453
- when
- $acc : Account(status == "standard", accountId == "acc1453")
- then
- System.out.println("rule1453 fired");
-end
-
-rule rule1454
- when
- $acc : Account(status == "standard", accountId == "acc1454")
- then
- System.out.println("rule1454 fired");
-end
-
-rule rule1455
- when
- $acc : Account(status == "standard", accountId == "acc1455")
- then
- System.out.println("rule1455 fired");
-end
-
-rule rule1456
- when
- $acc : Account(status == "standard", accountId == "acc1456")
- then
- System.out.println("rule1456 fired");
-end
-
-rule rule1457
- when
- $acc : Account(status == "standard", accountId == "acc1457")
- then
- System.out.println("rule1457 fired");
-end
-
-rule rule1458
- when
- $acc : Account(status == "standard", accountId == "acc1458")
- then
- System.out.println("rule1458 fired");
-end
-
-rule rule1459
- when
- $acc : Account(status == "standard", accountId == "acc1459")
- then
- System.out.println("rule1459 fired");
-end
-
-rule rule1460
- when
- $acc : Account(status == "standard", accountId == "acc1460")
- then
- System.out.println("rule1460 fired");
-end
-
-rule rule1461
- when
- $acc : Account(status == "standard", accountId == "acc1461")
- then
- System.out.println("rule1461 fired");
-end
-
-rule rule1462
- when
- $acc : Account(status == "standard", accountId == "acc1462")
- then
- System.out.println("rule1462 fired");
-end
-
-rule rule1463
- when
- $acc : Account(status == "standard", accountId == "acc1463")
- then
- System.out.println("rule1463 fired");
-end
-
-rule rule1464
- when
- $acc : Account(status == "standard", accountId == "acc1464")
- then
- System.out.println("rule1464 fired");
-end
-
-rule rule1465
- when
- $acc : Account(status == "standard", accountId == "acc1465")
- then
- System.out.println("rule1465 fired");
-end
-
-rule rule1466
- when
- $acc : Account(status == "standard", accountId == "acc1466")
- then
- System.out.println("rule1466 fired");
-end
-
-rule rule1467
- when
- $acc : Account(status == "standard", accountId == "acc1467")
- then
- System.out.println("rule1467 fired");
-end
-
-rule rule1468
- when
- $acc : Account(status == "standard", accountId == "acc1468")
- then
- System.out.println("rule1468 fired");
-end
-
-rule rule1469
- when
- $acc : Account(status == "standard", accountId == "acc1469")
- then
- System.out.println("rule1469 fired");
-end
-
-rule rule1470
- when
- $acc : Account(status == "standard", accountId == "acc1470")
- then
- System.out.println("rule1470 fired");
-end
-
-rule rule1471
- when
- $acc : Account(status == "standard", accountId == "acc1471")
- then
- System.out.println("rule1471 fired");
-end
-
-rule rule1472
- when
- $acc : Account(status == "standard", accountId == "acc1472")
- then
- System.out.println("rule1472 fired");
-end
-
-rule rule1473
- when
- $acc : Account(status == "standard", accountId == "acc1473")
- then
- System.out.println("rule1473 fired");
-end
-
-rule rule1474
- when
- $acc : Account(status == "standard", accountId == "acc1474")
- then
- System.out.println("rule1474 fired");
-end
-
-rule rule1475
- when
- $acc : Account(status == "standard", accountId == "acc1475")
- then
- System.out.println("rule1475 fired");
-end
-
-rule rule1476
- when
- $acc : Account(status == "standard", accountId == "acc1476")
- then
- System.out.println("rule1476 fired");
-end
-
-rule rule1477
- when
- $acc : Account(status == "standard", accountId == "acc1477")
- then
- System.out.println("rule1477 fired");
-end
-
-rule rule1478
- when
- $acc : Account(status == "standard", accountId == "acc1478")
- then
- System.out.println("rule1478 fired");
-end
-
-rule rule1479
- when
- $acc : Account(status == "standard", accountId == "acc1479")
- then
- System.out.println("rule1479 fired");
-end
-
-rule rule1480
- when
- $acc : Account(status == "standard", accountId == "acc1480")
- then
- System.out.println("rule1480 fired");
-end
-
-rule rule1481
- when
- $acc : Account(status == "standard", accountId == "acc1481")
- then
- System.out.println("rule1481 fired");
-end
-
-rule rule1482
- when
- $acc : Account(status == "standard", accountId == "acc1482")
- then
- System.out.println("rule1482 fired");
-end
-
-rule rule1483
- when
- $acc : Account(status == "standard", accountId == "acc1483")
- then
- System.out.println("rule1483 fired");
-end
-
-rule rule1484
- when
- $acc : Account(status == "standard", accountId == "acc1484")
- then
- System.out.println("rule1484 fired");
-end
-
-rule rule1485
- when
- $acc : Account(status == "standard", accountId == "acc1485")
- then
- System.out.println("rule1485 fired");
-end
-
-rule rule1486
- when
- $acc : Account(status == "standard", accountId == "acc1486")
- then
- System.out.println("rule1486 fired");
-end
-
-rule rule1487
- when
- $acc : Account(status == "standard", accountId == "acc1487")
- then
- System.out.println("rule1487 fired");
-end
-
-rule rule1488
- when
- $acc : Account(status == "standard", accountId == "acc1488")
- then
- System.out.println("rule1488 fired");
-end
-
-rule rule1489
- when
- $acc : Account(status == "standard", accountId == "acc1489")
- then
- System.out.println("rule1489 fired");
-end
-
-rule rule1490
- when
- $acc : Account(status == "standard", accountId == "acc1490")
- then
- System.out.println("rule1490 fired");
-end
-
-rule rule1491
- when
- $acc : Account(status == "standard", accountId == "acc1491")
- then
- System.out.println("rule1491 fired");
-end
-
-rule rule1492
- when
- $acc : Account(status == "standard", accountId == "acc1492")
- then
- System.out.println("rule1492 fired");
-end
-
-rule rule1493
- when
- $acc : Account(status == "standard", accountId == "acc1493")
- then
- System.out.println("rule1493 fired");
-end
-
-rule rule1494
- when
- $acc : Account(status == "standard", accountId == "acc1494")
- then
- System.out.println("rule1494 fired");
-end
-
-rule rule1495
- when
- $acc : Account(status == "standard", accountId == "acc1495")
- then
- System.out.println("rule1495 fired");
-end
-
-rule rule1496
- when
- $acc : Account(status == "standard", accountId == "acc1496")
- then
- System.out.println("rule1496 fired");
-end
-
-rule rule1497
- when
- $acc : Account(status == "standard", accountId == "acc1497")
- then
- System.out.println("rule1497 fired");
-end
-
-rule rule1498
- when
- $acc : Account(status == "standard", accountId == "acc1498")
- then
- System.out.println("rule1498 fired");
-end
-
-rule rule1499
- when
- $acc : Account(status == "standard", accountId == "acc1499")
- then
- System.out.println("rule1499 fired");
-end
-
-rule rule1500
- when
- $acc : Account(status == "standard", accountId == "acc1500")
- then
- System.out.println("rule1500 fired");
-end
-
-rule rule1501
- when
- $acc : Account(status == "standard", accountId == "acc1501")
- then
- System.out.println("rule1501 fired");
-end
-
-rule rule1502
- when
- $acc : Account(status == "standard", accountId == "acc1502")
- then
- System.out.println("rule1502 fired");
-end
-
-rule rule1503
- when
- $acc : Account(status == "standard", accountId == "acc1503")
- then
- System.out.println("rule1503 fired");
-end
-
-rule rule1504
- when
- $acc : Account(status == "standard", accountId == "acc1504")
- then
- System.out.println("rule1504 fired");
-end
-
-rule rule1505
- when
- $acc : Account(status == "standard", accountId == "acc1505")
- then
- System.out.println("rule1505 fired");
-end
-
-rule rule1506
- when
- $acc : Account(status == "standard", accountId == "acc1506")
- then
- System.out.println("rule1506 fired");
-end
-
-rule rule1507
- when
- $acc : Account(status == "standard", accountId == "acc1507")
- then
- System.out.println("rule1507 fired");
-end
-
-rule rule1508
- when
- $acc : Account(status == "standard", accountId == "acc1508")
- then
- System.out.println("rule1508 fired");
-end
-
-rule rule1509
- when
- $acc : Account(status == "standard", accountId == "acc1509")
- then
- System.out.println("rule1509 fired");
-end
-
-rule rule1510
- when
- $acc : Account(status == "standard", accountId == "acc1510")
- then
- System.out.println("rule1510 fired");
-end
-
-rule rule1511
- when
- $acc : Account(status == "standard", accountId == "acc1511")
- then
- System.out.println("rule1511 fired");
-end
-
-rule rule1512
- when
- $acc : Account(status == "standard", accountId == "acc1512")
- then
- System.out.println("rule1512 fired");
-end
-
-rule rule1513
- when
- $acc : Account(status == "standard", accountId == "acc1513")
- then
- System.out.println("rule1513 fired");
-end
-
-rule rule1514
- when
- $acc : Account(status == "standard", accountId == "acc1514")
- then
- System.out.println("rule1514 fired");
-end
-
-rule rule1515
- when
- $acc : Account(status == "standard", accountId == "acc1515")
- then
- System.out.println("rule1515 fired");
-end
-
-rule rule1516
- when
- $acc : Account(status == "standard", accountId == "acc1516")
- then
- System.out.println("rule1516 fired");
-end
-
-rule rule1517
- when
- $acc : Account(status == "standard", accountId == "acc1517")
- then
- System.out.println("rule1517 fired");
-end
-
-rule rule1518
- when
- $acc : Account(status == "standard", accountId == "acc1518")
- then
- System.out.println("rule1518 fired");
-end
-
-rule rule1519
- when
- $acc : Account(status == "standard", accountId == "acc1519")
- then
- System.out.println("rule1519 fired");
-end
-
-rule rule1520
- when
- $acc : Account(status == "standard", accountId == "acc1520")
- then
- System.out.println("rule1520 fired");
-end
-
-rule rule1521
- when
- $acc : Account(status == "standard", accountId == "acc1521")
- then
- System.out.println("rule1521 fired");
-end
-
-rule rule1522
- when
- $acc : Account(status == "standard", accountId == "acc1522")
- then
- System.out.println("rule1522 fired");
-end
-
-rule rule1523
- when
- $acc : Account(status == "standard", accountId == "acc1523")
- then
- System.out.println("rule1523 fired");
-end
-
-rule rule1524
- when
- $acc : Account(status == "standard", accountId == "acc1524")
- then
- System.out.println("rule1524 fired");
-end
-
-rule rule1525
- when
- $acc : Account(status == "standard", accountId == "acc1525")
- then
- System.out.println("rule1525 fired");
-end
-
-rule rule1526
- when
- $acc : Account(status == "standard", accountId == "acc1526")
- then
- System.out.println("rule1526 fired");
-end
-
-rule rule1527
- when
- $acc : Account(status == "standard", accountId == "acc1527")
- then
- System.out.println("rule1527 fired");
-end
-
-rule rule1528
- when
- $acc : Account(status == "standard", accountId == "acc1528")
- then
- System.out.println("rule1528 fired");
-end
-
-rule rule1529
- when
- $acc : Account(status == "standard", accountId == "acc1529")
- then
- System.out.println("rule1529 fired");
-end
-
-rule rule1530
- when
- $acc : Account(status == "standard", accountId == "acc1530")
- then
- System.out.println("rule1530 fired");
-end
-
-rule rule1531
- when
- $acc : Account(status == "standard", accountId == "acc1531")
- then
- System.out.println("rule1531 fired");
-end
-
-rule rule1532
- when
- $acc : Account(status == "standard", accountId == "acc1532")
- then
- System.out.println("rule1532 fired");
-end
-
-rule rule1533
- when
- $acc : Account(status == "standard", accountId == "acc1533")
- then
- System.out.println("rule1533 fired");
-end
-
-rule rule1534
- when
- $acc : Account(status == "standard", accountId == "acc1534")
- then
- System.out.println("rule1534 fired");
-end
-
-rule rule1535
- when
- $acc : Account(status == "standard", accountId == "acc1535")
- then
- System.out.println("rule1535 fired");
-end
-
-rule rule1536
- when
- $acc : Account(status == "standard", accountId == "acc1536")
- then
- System.out.println("rule1536 fired");
-end
-
-rule rule1537
- when
- $acc : Account(status == "standard", accountId == "acc1537")
- then
- System.out.println("rule1537 fired");
-end
-
-rule rule1538
- when
- $acc : Account(status == "standard", accountId == "acc1538")
- then
- System.out.println("rule1538 fired");
-end
-
-rule rule1539
- when
- $acc : Account(status == "standard", accountId == "acc1539")
- then
- System.out.println("rule1539 fired");
-end
-
-rule rule1540
- when
- $acc : Account(status == "standard", accountId == "acc1540")
- then
- System.out.println("rule1540 fired");
-end
-
-rule rule1541
- when
- $acc : Account(status == "standard", accountId == "acc1541")
- then
- System.out.println("rule1541 fired");
-end
-
-rule rule1542
- when
- $acc : Account(status == "standard", accountId == "acc1542")
- then
- System.out.println("rule1542 fired");
-end
-
-rule rule1543
- when
- $acc : Account(status == "standard", accountId == "acc1543")
- then
- System.out.println("rule1543 fired");
-end
-
-rule rule1544
- when
- $acc : Account(status == "standard", accountId == "acc1544")
- then
- System.out.println("rule1544 fired");
-end
-
-rule rule1545
- when
- $acc : Account(status == "standard", accountId == "acc1545")
- then
- System.out.println("rule1545 fired");
-end
-
-rule rule1546
- when
- $acc : Account(status == "standard", accountId == "acc1546")
- then
- System.out.println("rule1546 fired");
-end
-
-rule rule1547
- when
- $acc : Account(status == "standard", accountId == "acc1547")
- then
- System.out.println("rule1547 fired");
-end
-
-rule rule1548
- when
- $acc : Account(status == "standard", accountId == "acc1548")
- then
- System.out.println("rule1548 fired");
-end
-
-rule rule1549
- when
- $acc : Account(status == "standard", accountId == "acc1549")
- then
- System.out.println("rule1549 fired");
-end
-
-rule rule1550
- when
- $acc : Account(status == "standard", accountId == "acc1550")
- then
- System.out.println("rule1550 fired");
-end
-
-rule rule1551
- when
- $acc : Account(status == "standard", accountId == "acc1551")
- then
- System.out.println("rule1551 fired");
-end
-
-rule rule1552
- when
- $acc : Account(status == "standard", accountId == "acc1552")
- then
- System.out.println("rule1552 fired");
-end
-
-rule rule1553
- when
- $acc : Account(status == "standard", accountId == "acc1553")
- then
- System.out.println("rule1553 fired");
-end
-
-rule rule1554
- when
- $acc : Account(status == "standard", accountId == "acc1554")
- then
- System.out.println("rule1554 fired");
-end
-
-rule rule1555
- when
- $acc : Account(status == "standard", accountId == "acc1555")
- then
- System.out.println("rule1555 fired");
-end
-
-rule rule1556
- when
- $acc : Account(status == "standard", accountId == "acc1556")
- then
- System.out.println("rule1556 fired");
-end
-
-rule rule1557
- when
- $acc : Account(status == "standard", accountId == "acc1557")
- then
- System.out.println("rule1557 fired");
-end
-
-rule rule1558
- when
- $acc : Account(status == "standard", accountId == "acc1558")
- then
- System.out.println("rule1558 fired");
-end
-
-rule rule1559
- when
- $acc : Account(status == "standard", accountId == "acc1559")
- then
- System.out.println("rule1559 fired");
-end
-
-rule rule1560
- when
- $acc : Account(status == "standard", accountId == "acc1560")
- then
- System.out.println("rule1560 fired");
-end
-
-rule rule1561
- when
- $acc : Account(status == "standard", accountId == "acc1561")
- then
- System.out.println("rule1561 fired");
-end
-
-rule rule1562
- when
- $acc : Account(status == "standard", accountId == "acc1562")
- then
- System.out.println("rule1562 fired");
-end
-
-rule rule1563
- when
- $acc : Account(status == "standard", accountId == "acc1563")
- then
- System.out.println("rule1563 fired");
-end
-
-rule rule1564
- when
- $acc : Account(status == "standard", accountId == "acc1564")
- then
- System.out.println("rule1564 fired");
-end
-
-rule rule1565
- when
- $acc : Account(status == "standard", accountId == "acc1565")
- then
- System.out.println("rule1565 fired");
-end
-
-rule rule1566
- when
- $acc : Account(status == "standard", accountId == "acc1566")
- then
- System.out.println("rule1566 fired");
-end
-
-rule rule1567
- when
- $acc : Account(status == "standard", accountId == "acc1567")
- then
- System.out.println("rule1567 fired");
-end
-
-rule rule1568
- when
- $acc : Account(status == "standard", accountId == "acc1568")
- then
- System.out.println("rule1568 fired");
-end
-
-rule rule1569
- when
- $acc : Account(status == "standard", accountId == "acc1569")
- then
- System.out.println("rule1569 fired");
-end
-
-rule rule1570
- when
- $acc : Account(status == "standard", accountId == "acc1570")
- then
- System.out.println("rule1570 fired");
-end
-
-rule rule1571
- when
- $acc : Account(status == "standard", accountId == "acc1571")
- then
- System.out.println("rule1571 fired");
-end
-
-rule rule1572
- when
- $acc : Account(status == "standard", accountId == "acc1572")
- then
- System.out.println("rule1572 fired");
-end
-
-rule rule1573
- when
- $acc : Account(status == "standard", accountId == "acc1573")
- then
- System.out.println("rule1573 fired");
-end
-
-rule rule1574
- when
- $acc : Account(status == "standard", accountId == "acc1574")
- then
- System.out.println("rule1574 fired");
-end
-
-rule rule1575
- when
- $acc : Account(status == "standard", accountId == "acc1575")
- then
- System.out.println("rule1575 fired");
-end
-
-rule rule1576
- when
- $acc : Account(status == "standard", accountId == "acc1576")
- then
- System.out.println("rule1576 fired");
-end
-
-rule rule1577
- when
- $acc : Account(status == "standard", accountId == "acc1577")
- then
- System.out.println("rule1577 fired");
-end
-
-rule rule1578
- when
- $acc : Account(status == "standard", accountId == "acc1578")
- then
- System.out.println("rule1578 fired");
-end
-
-rule rule1579
- when
- $acc : Account(status == "standard", accountId == "acc1579")
- then
- System.out.println("rule1579 fired");
-end
-
-rule rule1580
- when
- $acc : Account(status == "standard", accountId == "acc1580")
- then
- System.out.println("rule1580 fired");
-end
-
-rule rule1581
- when
- $acc : Account(status == "standard", accountId == "acc1581")
- then
- System.out.println("rule1581 fired");
-end
-
-rule rule1582
- when
- $acc : Account(status == "standard", accountId == "acc1582")
- then
- System.out.println("rule1582 fired");
-end
-
-rule rule1583
- when
- $acc : Account(status == "standard", accountId == "acc1583")
- then
- System.out.println("rule1583 fired");
-end
-
-rule rule1584
- when
- $acc : Account(status == "standard", accountId == "acc1584")
- then
- System.out.println("rule1584 fired");
-end
-
-rule rule1585
- when
- $acc : Account(status == "standard", accountId == "acc1585")
- then
- System.out.println("rule1585 fired");
-end
-
-rule rule1586
- when
- $acc : Account(status == "standard", accountId == "acc1586")
- then
- System.out.println("rule1586 fired");
-end
-
-rule rule1587
- when
- $acc : Account(status == "standard", accountId == "acc1587")
- then
- System.out.println("rule1587 fired");
-end
-
-rule rule1588
- when
- $acc : Account(status == "standard", accountId == "acc1588")
- then
- System.out.println("rule1588 fired");
-end
-
-rule rule1589
- when
- $acc : Account(status == "standard", accountId == "acc1589")
- then
- System.out.println("rule1589 fired");
-end
-
-rule rule1590
- when
- $acc : Account(status == "standard", accountId == "acc1590")
- then
- System.out.println("rule1590 fired");
-end
-
-rule rule1591
- when
- $acc : Account(status == "standard", accountId == "acc1591")
- then
- System.out.println("rule1591 fired");
-end
-
-rule rule1592
- when
- $acc : Account(status == "standard", accountId == "acc1592")
- then
- System.out.println("rule1592 fired");
-end
-
-rule rule1593
- when
- $acc : Account(status == "standard", accountId == "acc1593")
- then
- System.out.println("rule1593 fired");
-end
-
-rule rule1594
- when
- $acc : Account(status == "standard", accountId == "acc1594")
- then
- System.out.println("rule1594 fired");
-end
-
-rule rule1595
- when
- $acc : Account(status == "standard", accountId == "acc1595")
- then
- System.out.println("rule1595 fired");
-end
-
-rule rule1596
- when
- $acc : Account(status == "standard", accountId == "acc1596")
- then
- System.out.println("rule1596 fired");
-end
-
-rule rule1597
- when
- $acc : Account(status == "standard", accountId == "acc1597")
- then
- System.out.println("rule1597 fired");
-end
-
-rule rule1598
- when
- $acc : Account(status == "standard", accountId == "acc1598")
- then
- System.out.println("rule1598 fired");
-end
-
-rule rule1599
- when
- $acc : Account(status == "standard", accountId == "acc1599")
- then
- System.out.println("rule1599 fired");
-end
-
-rule rule1600
- when
- $acc : Account(status == "standard", accountId == "acc1600")
- then
- System.out.println("rule1600 fired");
-end
-
-rule rule1601
- when
- $acc : Account(status == "standard", accountId == "acc1601")
- then
- System.out.println("rule1601 fired");
-end
-
-rule rule1602
- when
- $acc : Account(status == "standard", accountId == "acc1602")
- then
- System.out.println("rule1602 fired");
-end
-
-rule rule1603
- when
- $acc : Account(status == "standard", accountId == "acc1603")
- then
- System.out.println("rule1603 fired");
-end
-
-rule rule1604
- when
- $acc : Account(status == "standard", accountId == "acc1604")
- then
- System.out.println("rule1604 fired");
-end
-
-rule rule1605
- when
- $acc : Account(status == "standard", accountId == "acc1605")
- then
- System.out.println("rule1605 fired");
-end
-
-rule rule1606
- when
- $acc : Account(status == "standard", accountId == "acc1606")
- then
- System.out.println("rule1606 fired");
-end
-
-rule rule1607
- when
- $acc : Account(status == "standard", accountId == "acc1607")
- then
- System.out.println("rule1607 fired");
-end
-
-rule rule1608
- when
- $acc : Account(status == "standard", accountId == "acc1608")
- then
- System.out.println("rule1608 fired");
-end
-
-rule rule1609
- when
- $acc : Account(status == "standard", accountId == "acc1609")
- then
- System.out.println("rule1609 fired");
-end
-
-rule rule1610
- when
- $acc : Account(status == "standard", accountId == "acc1610")
- then
- System.out.println("rule1610 fired");
-end
-
-rule rule1611
- when
- $acc : Account(status == "standard", accountId == "acc1611")
- then
- System.out.println("rule1611 fired");
-end
-
-rule rule1612
- when
- $acc : Account(status == "standard", accountId == "acc1612")
- then
- System.out.println("rule1612 fired");
-end
-
-rule rule1613
- when
- $acc : Account(status == "standard", accountId == "acc1613")
- then
- System.out.println("rule1613 fired");
-end
-
-rule rule1614
- when
- $acc : Account(status == "standard", accountId == "acc1614")
- then
- System.out.println("rule1614 fired");
-end
-
-rule rule1615
- when
- $acc : Account(status == "standard", accountId == "acc1615")
- then
- System.out.println("rule1615 fired");
-end
-
-rule rule1616
- when
- $acc : Account(status == "standard", accountId == "acc1616")
- then
- System.out.println("rule1616 fired");
-end
-
-rule rule1617
- when
- $acc : Account(status == "standard", accountId == "acc1617")
- then
- System.out.println("rule1617 fired");
-end
-
-rule rule1618
- when
- $acc : Account(status == "standard", accountId == "acc1618")
- then
- System.out.println("rule1618 fired");
-end
-
-rule rule1619
- when
- $acc : Account(status == "standard", accountId == "acc1619")
- then
- System.out.println("rule1619 fired");
-end
-
-rule rule1620
- when
- $acc : Account(status == "standard", accountId == "acc1620")
- then
- System.out.println("rule1620 fired");
-end
-
-rule rule1621
- when
- $acc : Account(status == "standard", accountId == "acc1621")
- then
- System.out.println("rule1621 fired");
-end
-
-rule rule1622
- when
- $acc : Account(status == "standard", accountId == "acc1622")
- then
- System.out.println("rule1622 fired");
-end
-
-rule rule1623
- when
- $acc : Account(status == "standard", accountId == "acc1623")
- then
- System.out.println("rule1623 fired");
-end
-
-rule rule1624
- when
- $acc : Account(status == "standard", accountId == "acc1624")
- then
- System.out.println("rule1624 fired");
-end
-
-rule rule1625
- when
- $acc : Account(status == "standard", accountId == "acc1625")
- then
- System.out.println("rule1625 fired");
-end
-
-rule rule1626
- when
- $acc : Account(status == "standard", accountId == "acc1626")
- then
- System.out.println("rule1626 fired");
-end
-
-rule rule1627
- when
- $acc : Account(status == "standard", accountId == "acc1627")
- then
- System.out.println("rule1627 fired");
-end
-
-rule rule1628
- when
- $acc : Account(status == "standard", accountId == "acc1628")
- then
- System.out.println("rule1628 fired");
-end
-
-rule rule1629
- when
- $acc : Account(status == "standard", accountId == "acc1629")
- then
- System.out.println("rule1629 fired");
-end
-
-rule rule1630
- when
- $acc : Account(status == "standard", accountId == "acc1630")
- then
- System.out.println("rule1630 fired");
-end
-
-rule rule1631
- when
- $acc : Account(status == "standard", accountId == "acc1631")
- then
- System.out.println("rule1631 fired");
-end
-
-rule rule1632
- when
- $acc : Account(status == "standard", accountId == "acc1632")
- then
- System.out.println("rule1632 fired");
-end
-
-rule rule1633
- when
- $acc : Account(status == "standard", accountId == "acc1633")
- then
- System.out.println("rule1633 fired");
-end
-
-rule rule1634
- when
- $acc : Account(status == "standard", accountId == "acc1634")
- then
- System.out.println("rule1634 fired");
-end
-
-rule rule1635
- when
- $acc : Account(status == "standard", accountId == "acc1635")
- then
- System.out.println("rule1635 fired");
-end
-
-rule rule1636
- when
- $acc : Account(status == "standard", accountId == "acc1636")
- then
- System.out.println("rule1636 fired");
-end
-
-rule rule1637
- when
- $acc : Account(status == "standard", accountId == "acc1637")
- then
- System.out.println("rule1637 fired");
-end
-
-rule rule1638
- when
- $acc : Account(status == "standard", accountId == "acc1638")
- then
- System.out.println("rule1638 fired");
-end
-
-rule rule1639
- when
- $acc : Account(status == "standard", accountId == "acc1639")
- then
- System.out.println("rule1639 fired");
-end
-
-rule rule1640
- when
- $acc : Account(status == "standard", accountId == "acc1640")
- then
- System.out.println("rule1640 fired");
-end
-
-rule rule1641
- when
- $acc : Account(status == "standard", accountId == "acc1641")
- then
- System.out.println("rule1641 fired");
-end
-
-rule rule1642
- when
- $acc : Account(status == "standard", accountId == "acc1642")
- then
- System.out.println("rule1642 fired");
-end
-
-rule rule1643
- when
- $acc : Account(status == "standard", accountId == "acc1643")
- then
- System.out.println("rule1643 fired");
-end
-
-rule rule1644
- when
- $acc : Account(status == "standard", accountId == "acc1644")
- then
- System.out.println("rule1644 fired");
-end
-
-rule rule1645
- when
- $acc : Account(status == "standard", accountId == "acc1645")
- then
- System.out.println("rule1645 fired");
-end
-
-rule rule1646
- when
- $acc : Account(status == "standard", accountId == "acc1646")
- then
- System.out.println("rule1646 fired");
-end
-
-rule rule1647
- when
- $acc : Account(status == "standard", accountId == "acc1647")
- then
- System.out.println("rule1647 fired");
-end
-
-rule rule1648
- when
- $acc : Account(status == "standard", accountId == "acc1648")
- then
- System.out.println("rule1648 fired");
-end
-
-rule rule1649
- when
- $acc : Account(status == "standard", accountId == "acc1649")
- then
- System.out.println("rule1649 fired");
-end
-
-rule rule1650
- when
- $acc : Account(status == "standard", accountId == "acc1650")
- then
- System.out.println("rule1650 fired");
-end
-
-rule rule1651
- when
- $acc : Account(status == "standard", accountId == "acc1651")
- then
- System.out.println("rule1651 fired");
-end
-
-rule rule1652
- when
- $acc : Account(status == "standard", accountId == "acc1652")
- then
- System.out.println("rule1652 fired");
-end
-
-rule rule1653
- when
- $acc : Account(status == "standard", accountId == "acc1653")
- then
- System.out.println("rule1653 fired");
-end
-
-rule rule1654
- when
- $acc : Account(status == "standard", accountId == "acc1654")
- then
- System.out.println("rule1654 fired");
-end
-
-rule rule1655
- when
- $acc : Account(status == "standard", accountId == "acc1655")
- then
- System.out.println("rule1655 fired");
-end
-
-rule rule1656
- when
- $acc : Account(status == "standard", accountId == "acc1656")
- then
- System.out.println("rule1656 fired");
-end
-
-rule rule1657
- when
- $acc : Account(status == "standard", accountId == "acc1657")
- then
- System.out.println("rule1657 fired");
-end
-
-rule rule1658
- when
- $acc : Account(status == "standard", accountId == "acc1658")
- then
- System.out.println("rule1658 fired");
-end
-
-rule rule1659
- when
- $acc : Account(status == "standard", accountId == "acc1659")
- then
- System.out.println("rule1659 fired");
-end
-
-rule rule1660
- when
- $acc : Account(status == "standard", accountId == "acc1660")
- then
- System.out.println("rule1660 fired");
-end
-
-rule rule1661
- when
- $acc : Account(status == "standard", accountId == "acc1661")
- then
- System.out.println("rule1661 fired");
-end
-
-rule rule1662
- when
- $acc : Account(status == "standard", accountId == "acc1662")
- then
- System.out.println("rule1662 fired");
-end
-
-rule rule1663
- when
- $acc : Account(status == "standard", accountId == "acc1663")
- then
- System.out.println("rule1663 fired");
-end
-
-rule rule1664
- when
- $acc : Account(status == "standard", accountId == "acc1664")
- then
- System.out.println("rule1664 fired");
-end
-
-rule rule1665
- when
- $acc : Account(status == "standard", accountId == "acc1665")
- then
- System.out.println("rule1665 fired");
-end
-
-rule rule1666
- when
- $acc : Account(status == "standard", accountId == "acc1666")
- then
- System.out.println("rule1666 fired");
-end
-
-rule rule1667
- when
- $acc : Account(status == "standard", accountId == "acc1667")
- then
- System.out.println("rule1667 fired");
-end
-
-rule rule1668
- when
- $acc : Account(status == "standard", accountId == "acc1668")
- then
- System.out.println("rule1668 fired");
-end
-
-rule rule1669
- when
- $acc : Account(status == "standard", accountId == "acc1669")
- then
- System.out.println("rule1669 fired");
-end
-
-rule rule1670
- when
- $acc : Account(status == "standard", accountId == "acc1670")
- then
- System.out.println("rule1670 fired");
-end
-
-rule rule1671
- when
- $acc : Account(status == "standard", accountId == "acc1671")
- then
- System.out.println("rule1671 fired");
-end
-
-rule rule1672
- when
- $acc : Account(status == "standard", accountId == "acc1672")
- then
- System.out.println("rule1672 fired");
-end
-
-rule rule1673
- when
- $acc : Account(status == "standard", accountId == "acc1673")
- then
- System.out.println("rule1673 fired");
-end
-
-rule rule1674
- when
- $acc : Account(status == "standard", accountId == "acc1674")
- then
- System.out.println("rule1674 fired");
-end
-
-rule rule1675
- when
- $acc : Account(status == "standard", accountId == "acc1675")
- then
- System.out.println("rule1675 fired");
-end
-
-rule rule1676
- when
- $acc : Account(status == "standard", accountId == "acc1676")
- then
- System.out.println("rule1676 fired");
-end
-
-rule rule1677
- when
- $acc : Account(status == "standard", accountId == "acc1677")
- then
- System.out.println("rule1677 fired");
-end
-
-rule rule1678
- when
- $acc : Account(status == "standard", accountId == "acc1678")
- then
- System.out.println("rule1678 fired");
-end
-
-rule rule1679
- when
- $acc : Account(status == "standard", accountId == "acc1679")
- then
- System.out.println("rule1679 fired");
-end
-
-rule rule1680
- when
- $acc : Account(status == "standard", accountId == "acc1680")
- then
- System.out.println("rule1680 fired");
-end
-
-rule rule1681
- when
- $acc : Account(status == "standard", accountId == "acc1681")
- then
- System.out.println("rule1681 fired");
-end
-
-rule rule1682
- when
- $acc : Account(status == "standard", accountId == "acc1682")
- then
- System.out.println("rule1682 fired");
-end
-
-rule rule1683
- when
- $acc : Account(status == "standard", accountId == "acc1683")
- then
- System.out.println("rule1683 fired");
-end
-
-rule rule1684
- when
- $acc : Account(status == "standard", accountId == "acc1684")
- then
- System.out.println("rule1684 fired");
-end
-
-rule rule1685
- when
- $acc : Account(status == "standard", accountId == "acc1685")
- then
- System.out.println("rule1685 fired");
-end
-
-rule rule1686
- when
- $acc : Account(status == "standard", accountId == "acc1686")
- then
- System.out.println("rule1686 fired");
-end
-
-rule rule1687
- when
- $acc : Account(status == "standard", accountId == "acc1687")
- then
- System.out.println("rule1687 fired");
-end
-
-rule rule1688
- when
- $acc : Account(status == "standard", accountId == "acc1688")
- then
- System.out.println("rule1688 fired");
-end
-
-rule rule1689
- when
- $acc : Account(status == "standard", accountId == "acc1689")
- then
- System.out.println("rule1689 fired");
-end
-
-rule rule1690
- when
- $acc : Account(status == "standard", accountId == "acc1690")
- then
- System.out.println("rule1690 fired");
-end
-
-rule rule1691
- when
- $acc : Account(status == "standard", accountId == "acc1691")
- then
- System.out.println("rule1691 fired");
-end
-
-rule rule1692
- when
- $acc : Account(status == "standard", accountId == "acc1692")
- then
- System.out.println("rule1692 fired");
-end
-
-rule rule1693
- when
- $acc : Account(status == "standard", accountId == "acc1693")
- then
- System.out.println("rule1693 fired");
-end
-
-rule rule1694
- when
- $acc : Account(status == "standard", accountId == "acc1694")
- then
- System.out.println("rule1694 fired");
-end
-
-rule rule1695
- when
- $acc : Account(status == "standard", accountId == "acc1695")
- then
- System.out.println("rule1695 fired");
-end
-
-rule rule1696
- when
- $acc : Account(status == "standard", accountId == "acc1696")
- then
- System.out.println("rule1696 fired");
-end
-
-rule rule1697
- when
- $acc : Account(status == "standard", accountId == "acc1697")
- then
- System.out.println("rule1697 fired");
-end
-
-rule rule1698
- when
- $acc : Account(status == "standard", accountId == "acc1698")
- then
- System.out.println("rule1698 fired");
-end
-
-rule rule1699
- when
- $acc : Account(status == "standard", accountId == "acc1699")
- then
- System.out.println("rule1699 fired");
-end
-
-rule rule1700
- when
- $acc : Account(status == "standard", accountId == "acc1700")
- then
- System.out.println("rule1700 fired");
-end
-
-rule rule1701
- when
- $acc : Account(status == "standard", accountId == "acc1701")
- then
- System.out.println("rule1701 fired");
-end
-
-rule rule1702
- when
- $acc : Account(status == "standard", accountId == "acc1702")
- then
- System.out.println("rule1702 fired");
-end
-
-rule rule1703
- when
- $acc : Account(status == "standard", accountId == "acc1703")
- then
- System.out.println("rule1703 fired");
-end
-
-rule rule1704
- when
- $acc : Account(status == "standard", accountId == "acc1704")
- then
- System.out.println("rule1704 fired");
-end
-
-rule rule1705
- when
- $acc : Account(status == "standard", accountId == "acc1705")
- then
- System.out.println("rule1705 fired");
-end
-
-rule rule1706
- when
- $acc : Account(status == "standard", accountId == "acc1706")
- then
- System.out.println("rule1706 fired");
-end
-
-rule rule1707
- when
- $acc : Account(status == "standard", accountId == "acc1707")
- then
- System.out.println("rule1707 fired");
-end
-
-rule rule1708
- when
- $acc : Account(status == "standard", accountId == "acc1708")
- then
- System.out.println("rule1708 fired");
-end
-
-rule rule1709
- when
- $acc : Account(status == "standard", accountId == "acc1709")
- then
- System.out.println("rule1709 fired");
-end
-
-rule rule1710
- when
- $acc : Account(status == "standard", accountId == "acc1710")
- then
- System.out.println("rule1710 fired");
-end
-
-rule rule1711
- when
- $acc : Account(status == "standard", accountId == "acc1711")
- then
- System.out.println("rule1711 fired");
-end
-
-rule rule1712
- when
- $acc : Account(status == "standard", accountId == "acc1712")
- then
- System.out.println("rule1712 fired");
-end
-
-rule rule1713
- when
- $acc : Account(status == "standard", accountId == "acc1713")
- then
- System.out.println("rule1713 fired");
-end
-
-rule rule1714
- when
- $acc : Account(status == "standard", accountId == "acc1714")
- then
- System.out.println("rule1714 fired");
-end
-
-rule rule1715
- when
- $acc : Account(status == "standard", accountId == "acc1715")
- then
- System.out.println("rule1715 fired");
-end
-
-rule rule1716
- when
- $acc : Account(status == "standard", accountId == "acc1716")
- then
- System.out.println("rule1716 fired");
-end
-
-rule rule1717
- when
- $acc : Account(status == "standard", accountId == "acc1717")
- then
- System.out.println("rule1717 fired");
-end
-
-rule rule1718
- when
- $acc : Account(status == "standard", accountId == "acc1718")
- then
- System.out.println("rule1718 fired");
-end
-
-rule rule1719
- when
- $acc : Account(status == "standard", accountId == "acc1719")
- then
- System.out.println("rule1719 fired");
-end
-
-rule rule1720
- when
- $acc : Account(status == "standard", accountId == "acc1720")
- then
- System.out.println("rule1720 fired");
-end
-
-rule rule1721
- when
- $acc : Account(status == "standard", accountId == "acc1721")
- then
- System.out.println("rule1721 fired");
-end
-
-rule rule1722
- when
- $acc : Account(status == "standard", accountId == "acc1722")
- then
- System.out.println("rule1722 fired");
-end
-
-rule rule1723
- when
- $acc : Account(status == "standard", accountId == "acc1723")
- then
- System.out.println("rule1723 fired");
-end
-
-rule rule1724
- when
- $acc : Account(status == "standard", accountId == "acc1724")
- then
- System.out.println("rule1724 fired");
-end
-
-rule rule1725
- when
- $acc : Account(status == "standard", accountId == "acc1725")
- then
- System.out.println("rule1725 fired");
-end
-
-rule rule1726
- when
- $acc : Account(status == "standard", accountId == "acc1726")
- then
- System.out.println("rule1726 fired");
-end
-
-rule rule1727
- when
- $acc : Account(status == "standard", accountId == "acc1727")
- then
- System.out.println("rule1727 fired");
-end
-
-rule rule1728
- when
- $acc : Account(status == "standard", accountId == "acc1728")
- then
- System.out.println("rule1728 fired");
-end
-
-rule rule1729
- when
- $acc : Account(status == "standard", accountId == "acc1729")
- then
- System.out.println("rule1729 fired");
-end
-
-rule rule1730
- when
- $acc : Account(status == "standard", accountId == "acc1730")
- then
- System.out.println("rule1730 fired");
-end
-
-rule rule1731
- when
- $acc : Account(status == "standard", accountId == "acc1731")
- then
- System.out.println("rule1731 fired");
-end
-
-rule rule1732
- when
- $acc : Account(status == "standard", accountId == "acc1732")
- then
- System.out.println("rule1732 fired");
-end
-
-rule rule1733
- when
- $acc : Account(status == "standard", accountId == "acc1733")
- then
- System.out.println("rule1733 fired");
-end
-
-rule rule1734
- when
- $acc : Account(status == "standard", accountId == "acc1734")
- then
- System.out.println("rule1734 fired");
-end
-
-rule rule1735
- when
- $acc : Account(status == "standard", accountId == "acc1735")
- then
- System.out.println("rule1735 fired");
-end
-
-rule rule1736
- when
- $acc : Account(status == "standard", accountId == "acc1736")
- then
- System.out.println("rule1736 fired");
-end
-
-rule rule1737
- when
- $acc : Account(status == "standard", accountId == "acc1737")
- then
- System.out.println("rule1737 fired");
-end
-
-rule rule1738
- when
- $acc : Account(status == "standard", accountId == "acc1738")
- then
- System.out.println("rule1738 fired");
-end
-
-rule rule1739
- when
- $acc : Account(status == "standard", accountId == "acc1739")
- then
- System.out.println("rule1739 fired");
-end
-
-rule rule1740
- when
- $acc : Account(status == "standard", accountId == "acc1740")
- then
- System.out.println("rule1740 fired");
-end
-
-rule rule1741
- when
- $acc : Account(status == "standard", accountId == "acc1741")
- then
- System.out.println("rule1741 fired");
-end
-
-rule rule1742
- when
- $acc : Account(status == "standard", accountId == "acc1742")
- then
- System.out.println("rule1742 fired");
-end
-
-rule rule1743
- when
- $acc : Account(status == "standard", accountId == "acc1743")
- then
- System.out.println("rule1743 fired");
-end
-
-rule rule1744
- when
- $acc : Account(status == "standard", accountId == "acc1744")
- then
- System.out.println("rule1744 fired");
-end
-
-rule rule1745
- when
- $acc : Account(status == "standard", accountId == "acc1745")
- then
- System.out.println("rule1745 fired");
-end
-
-rule rule1746
- when
- $acc : Account(status == "standard", accountId == "acc1746")
- then
- System.out.println("rule1746 fired");
-end
-
-rule rule1747
- when
- $acc : Account(status == "standard", accountId == "acc1747")
- then
- System.out.println("rule1747 fired");
-end
-
-rule rule1748
- when
- $acc : Account(status == "standard", accountId == "acc1748")
- then
- System.out.println("rule1748 fired");
-end
-
-rule rule1749
- when
- $acc : Account(status == "standard", accountId == "acc1749")
- then
- System.out.println("rule1749 fired");
-end
-
-rule rule1750
- when
- $acc : Account(status == "standard", accountId == "acc1750")
- then
- System.out.println("rule1750 fired");
-end
-
-rule rule1751
- when
- $acc : Account(status == "standard", accountId == "acc1751")
- then
- System.out.println("rule1751 fired");
-end
-
-rule rule1752
- when
- $acc : Account(status == "standard", accountId == "acc1752")
- then
- System.out.println("rule1752 fired");
-end
-
-rule rule1753
- when
- $acc : Account(status == "standard", accountId == "acc1753")
- then
- System.out.println("rule1753 fired");
-end
-
-rule rule1754
- when
- $acc : Account(status == "standard", accountId == "acc1754")
- then
- System.out.println("rule1754 fired");
-end
-
-rule rule1755
- when
- $acc : Account(status == "standard", accountId == "acc1755")
- then
- System.out.println("rule1755 fired");
-end
-
-rule rule1756
- when
- $acc : Account(status == "standard", accountId == "acc1756")
- then
- System.out.println("rule1756 fired");
-end
-
-rule rule1757
- when
- $acc : Account(status == "standard", accountId == "acc1757")
- then
- System.out.println("rule1757 fired");
-end
-
-rule rule1758
- when
- $acc : Account(status == "standard", accountId == "acc1758")
- then
- System.out.println("rule1758 fired");
-end
-
-rule rule1759
- when
- $acc : Account(status == "standard", accountId == "acc1759")
- then
- System.out.println("rule1759 fired");
-end
-
-rule rule1760
- when
- $acc : Account(status == "standard", accountId == "acc1760")
- then
- System.out.println("rule1760 fired");
-end
-
-rule rule1761
- when
- $acc : Account(status == "standard", accountId == "acc1761")
- then
- System.out.println("rule1761 fired");
-end
-
-rule rule1762
- when
- $acc : Account(status == "standard", accountId == "acc1762")
- then
- System.out.println("rule1762 fired");
-end
-
-rule rule1763
- when
- $acc : Account(status == "standard", accountId == "acc1763")
- then
- System.out.println("rule1763 fired");
-end
-
-rule rule1764
- when
- $acc : Account(status == "standard", accountId == "acc1764")
- then
- System.out.println("rule1764 fired");
-end
-
-rule rule1765
- when
- $acc : Account(status == "standard", accountId == "acc1765")
- then
- System.out.println("rule1765 fired");
-end
-
-rule rule1766
- when
- $acc : Account(status == "standard", accountId == "acc1766")
- then
- System.out.println("rule1766 fired");
-end
-
-rule rule1767
- when
- $acc : Account(status == "standard", accountId == "acc1767")
- then
- System.out.println("rule1767 fired");
-end
-
-rule rule1768
- when
- $acc : Account(status == "standard", accountId == "acc1768")
- then
- System.out.println("rule1768 fired");
-end
-
-rule rule1769
- when
- $acc : Account(status == "standard", accountId == "acc1769")
- then
- System.out.println("rule1769 fired");
-end
-
-rule rule1770
- when
- $acc : Account(status == "standard", accountId == "acc1770")
- then
- System.out.println("rule1770 fired");
-end
-
-rule rule1771
- when
- $acc : Account(status == "standard", accountId == "acc1771")
- then
- System.out.println("rule1771 fired");
-end
-
-rule rule1772
- when
- $acc : Account(status == "standard", accountId == "acc1772")
- then
- System.out.println("rule1772 fired");
-end
-
-rule rule1773
- when
- $acc : Account(status == "standard", accountId == "acc1773")
- then
- System.out.println("rule1773 fired");
-end
-
-rule rule1774
- when
- $acc : Account(status == "standard", accountId == "acc1774")
- then
- System.out.println("rule1774 fired");
-end
-
-rule rule1775
- when
- $acc : Account(status == "standard", accountId == "acc1775")
- then
- System.out.println("rule1775 fired");
-end
-
-rule rule1776
- when
- $acc : Account(status == "standard", accountId == "acc1776")
- then
- System.out.println("rule1776 fired");
-end
-
-rule rule1777
- when
- $acc : Account(status == "standard", accountId == "acc1777")
- then
- System.out.println("rule1777 fired");
-end
-
-rule rule1778
- when
- $acc : Account(status == "standard", accountId == "acc1778")
- then
- System.out.println("rule1778 fired");
-end
-
-rule rule1779
- when
- $acc : Account(status == "standard", accountId == "acc1779")
- then
- System.out.println("rule1779 fired");
-end
-
-rule rule1780
- when
- $acc : Account(status == "standard", accountId == "acc1780")
- then
- System.out.println("rule1780 fired");
-end
-
-rule rule1781
- when
- $acc : Account(status == "standard", accountId == "acc1781")
- then
- System.out.println("rule1781 fired");
-end
-
-rule rule1782
- when
- $acc : Account(status == "standard", accountId == "acc1782")
- then
- System.out.println("rule1782 fired");
-end
-
-rule rule1783
- when
- $acc : Account(status == "standard", accountId == "acc1783")
- then
- System.out.println("rule1783 fired");
-end
-
-rule rule1784
- when
- $acc : Account(status == "standard", accountId == "acc1784")
- then
- System.out.println("rule1784 fired");
-end
-
-rule rule1785
- when
- $acc : Account(status == "standard", accountId == "acc1785")
- then
- System.out.println("rule1785 fired");
-end
-
-rule rule1786
- when
- $acc : Account(status == "standard", accountId == "acc1786")
- then
- System.out.println("rule1786 fired");
-end
-
-rule rule1787
- when
- $acc : Account(status == "standard", accountId == "acc1787")
- then
- System.out.println("rule1787 fired");
-end
-
-rule rule1788
- when
- $acc : Account(status == "standard", accountId == "acc1788")
- then
- System.out.println("rule1788 fired");
-end
-
-rule rule1789
- when
- $acc : Account(status == "standard", accountId == "acc1789")
- then
- System.out.println("rule1789 fired");
-end
-
-rule rule1790
- when
- $acc : Account(status == "standard", accountId == "acc1790")
- then
- System.out.println("rule1790 fired");
-end
-
-rule rule1791
- when
- $acc : Account(status == "standard", accountId == "acc1791")
- then
- System.out.println("rule1791 fired");
-end
-
-rule rule1792
- when
- $acc : Account(status == "standard", accountId == "acc1792")
- then
- System.out.println("rule1792 fired");
-end
-
-rule rule1793
- when
- $acc : Account(status == "standard", accountId == "acc1793")
- then
- System.out.println("rule1793 fired");
-end
-
-rule rule1794
- when
- $acc : Account(status == "standard", accountId == "acc1794")
- then
- System.out.println("rule1794 fired");
-end
-
-rule rule1795
- when
- $acc : Account(status == "standard", accountId == "acc1795")
- then
- System.out.println("rule1795 fired");
-end
-
-rule rule1796
- when
- $acc : Account(status == "standard", accountId == "acc1796")
- then
- System.out.println("rule1796 fired");
-end
-
-rule rule1797
- when
- $acc : Account(status == "standard", accountId == "acc1797")
- then
- System.out.println("rule1797 fired");
-end
-
-rule rule1798
- when
- $acc : Account(status == "standard", accountId == "acc1798")
- then
- System.out.println("rule1798 fired");
-end
-
-rule rule1799
- when
- $acc : Account(status == "standard", accountId == "acc1799")
- then
- System.out.println("rule1799 fired");
-end
-
-rule rule1800
- when
- $acc : Account(status == "standard", accountId == "acc1800")
- then
- System.out.println("rule1800 fired");
-end
-
-rule rule1801
- when
- $acc : Account(status == "standard", accountId == "acc1801")
- then
- System.out.println("rule1801 fired");
-end
-
-rule rule1802
- when
- $acc : Account(status == "standard", accountId == "acc1802")
- then
- System.out.println("rule1802 fired");
-end
-
-rule rule1803
- when
- $acc : Account(status == "standard", accountId == "acc1803")
- then
- System.out.println("rule1803 fired");
-end
-
-rule rule1804
- when
- $acc : Account(status == "standard", accountId == "acc1804")
- then
- System.out.println("rule1804 fired");
-end
-
-rule rule1805
- when
- $acc : Account(status == "standard", accountId == "acc1805")
- then
- System.out.println("rule1805 fired");
-end
-
-rule rule1806
- when
- $acc : Account(status == "standard", accountId == "acc1806")
- then
- System.out.println("rule1806 fired");
-end
-
-rule rule1807
- when
- $acc : Account(status == "standard", accountId == "acc1807")
- then
- System.out.println("rule1807 fired");
-end
-
-rule rule1808
- when
- $acc : Account(status == "standard", accountId == "acc1808")
- then
- System.out.println("rule1808 fired");
-end
-
-rule rule1809
- when
- $acc : Account(status == "standard", accountId == "acc1809")
- then
- System.out.println("rule1809 fired");
-end
-
-rule rule1810
- when
- $acc : Account(status == "standard", accountId == "acc1810")
- then
- System.out.println("rule1810 fired");
-end
-
-rule rule1811
- when
- $acc : Account(status == "standard", accountId == "acc1811")
- then
- System.out.println("rule1811 fired");
-end
-
-rule rule1812
- when
- $acc : Account(status == "standard", accountId == "acc1812")
- then
- System.out.println("rule1812 fired");
-end
-
-rule rule1813
- when
- $acc : Account(status == "standard", accountId == "acc1813")
- then
- System.out.println("rule1813 fired");
-end
-
-rule rule1814
- when
- $acc : Account(status == "standard", accountId == "acc1814")
- then
- System.out.println("rule1814 fired");
-end
-
-rule rule1815
- when
- $acc : Account(status == "standard", accountId == "acc1815")
- then
- System.out.println("rule1815 fired");
-end
-
-rule rule1816
- when
- $acc : Account(status == "standard", accountId == "acc1816")
- then
- System.out.println("rule1816 fired");
-end
-
-rule rule1817
- when
- $acc : Account(status == "standard", accountId == "acc1817")
- then
- System.out.println("rule1817 fired");
-end
-
-rule rule1818
- when
- $acc : Account(status == "standard", accountId == "acc1818")
- then
- System.out.println("rule1818 fired");
-end
-
-rule rule1819
- when
- $acc : Account(status == "standard", accountId == "acc1819")
- then
- System.out.println("rule1819 fired");
-end
-
-rule rule1820
- when
- $acc : Account(status == "standard", accountId == "acc1820")
- then
- System.out.println("rule1820 fired");
-end
-
-rule rule1821
- when
- $acc : Account(status == "standard", accountId == "acc1821")
- then
- System.out.println("rule1821 fired");
-end
-
-rule rule1822
- when
- $acc : Account(status == "standard", accountId == "acc1822")
- then
- System.out.println("rule1822 fired");
-end
-
-rule rule1823
- when
- $acc : Account(status == "standard", accountId == "acc1823")
- then
- System.out.println("rule1823 fired");
-end
-
-rule rule1824
- when
- $acc : Account(status == "standard", accountId == "acc1824")
- then
- System.out.println("rule1824 fired");
-end
-
-rule rule1825
- when
- $acc : Account(status == "standard", accountId == "acc1825")
- then
- System.out.println("rule1825 fired");
-end
-
-rule rule1826
- when
- $acc : Account(status == "standard", accountId == "acc1826")
- then
- System.out.println("rule1826 fired");
-end
-
-rule rule1827
- when
- $acc : Account(status == "standard", accountId == "acc1827")
- then
- System.out.println("rule1827 fired");
-end
-
-rule rule1828
- when
- $acc : Account(status == "standard", accountId == "acc1828")
- then
- System.out.println("rule1828 fired");
-end
-
-rule rule1829
- when
- $acc : Account(status == "standard", accountId == "acc1829")
- then
- System.out.println("rule1829 fired");
-end
-
-rule rule1830
- when
- $acc : Account(status == "standard", accountId == "acc1830")
- then
- System.out.println("rule1830 fired");
-end
-
-rule rule1831
- when
- $acc : Account(status == "standard", accountId == "acc1831")
- then
- System.out.println("rule1831 fired");
-end
-
-rule rule1832
- when
- $acc : Account(status == "standard", accountId == "acc1832")
- then
- System.out.println("rule1832 fired");
-end
-
-rule rule1833
- when
- $acc : Account(status == "standard", accountId == "acc1833")
- then
- System.out.println("rule1833 fired");
-end
-
-rule rule1834
- when
- $acc : Account(status == "standard", accountId == "acc1834")
- then
- System.out.println("rule1834 fired");
-end
-
-rule rule1835
- when
- $acc : Account(status == "standard", accountId == "acc1835")
- then
- System.out.println("rule1835 fired");
-end
-
-rule rule1836
- when
- $acc : Account(status == "standard", accountId == "acc1836")
- then
- System.out.println("rule1836 fired");
-end
-
-rule rule1837
- when
- $acc : Account(status == "standard", accountId == "acc1837")
- then
- System.out.println("rule1837 fired");
-end
-
-rule rule1838
- when
- $acc : Account(status == "standard", accountId == "acc1838")
- then
- System.out.println("rule1838 fired");
-end
-
-rule rule1839
- when
- $acc : Account(status == "standard", accountId == "acc1839")
- then
- System.out.println("rule1839 fired");
-end
-
-rule rule1840
- when
- $acc : Account(status == "standard", accountId == "acc1840")
- then
- System.out.println("rule1840 fired");
-end
-
-rule rule1841
- when
- $acc : Account(status == "standard", accountId == "acc1841")
- then
- System.out.println("rule1841 fired");
-end
-
-rule rule1842
- when
- $acc : Account(status == "standard", accountId == "acc1842")
- then
- System.out.println("rule1842 fired");
-end
-
-rule rule1843
- when
- $acc : Account(status == "standard", accountId == "acc1843")
- then
- System.out.println("rule1843 fired");
-end
-
-rule rule1844
- when
- $acc : Account(status == "standard", accountId == "acc1844")
- then
- System.out.println("rule1844 fired");
-end
-
-rule rule1845
- when
- $acc : Account(status == "standard", accountId == "acc1845")
- then
- System.out.println("rule1845 fired");
-end
-
-rule rule1846
- when
- $acc : Account(status == "standard", accountId == "acc1846")
- then
- System.out.println("rule1846 fired");
-end
-
-rule rule1847
- when
- $acc : Account(status == "standard", accountId == "acc1847")
- then
- System.out.println("rule1847 fired");
-end
-
-rule rule1848
- when
- $acc : Account(status == "standard", accountId == "acc1848")
- then
- System.out.println("rule1848 fired");
-end
-
-rule rule1849
- when
- $acc : Account(status == "standard", accountId == "acc1849")
- then
- System.out.println("rule1849 fired");
-end
-
-rule rule1850
- when
- $acc : Account(status == "standard", accountId == "acc1850")
- then
- System.out.println("rule1850 fired");
-end
-
-rule rule1851
- when
- $acc : Account(status == "standard", accountId == "acc1851")
- then
- System.out.println("rule1851 fired");
-end
-
-rule rule1852
- when
- $acc : Account(status == "standard", accountId == "acc1852")
- then
- System.out.println("rule1852 fired");
-end
-
-rule rule1853
- when
- $acc : Account(status == "standard", accountId == "acc1853")
- then
- System.out.println("rule1853 fired");
-end
-
-rule rule1854
- when
- $acc : Account(status == "standard", accountId == "acc1854")
- then
- System.out.println("rule1854 fired");
-end
-
-rule rule1855
- when
- $acc : Account(status == "standard", accountId == "acc1855")
- then
- System.out.println("rule1855 fired");
-end
-
-rule rule1856
- when
- $acc : Account(status == "standard", accountId == "acc1856")
- then
- System.out.println("rule1856 fired");
-end
-
-rule rule1857
- when
- $acc : Account(status == "standard", accountId == "acc1857")
- then
- System.out.println("rule1857 fired");
-end
-
-rule rule1858
- when
- $acc : Account(status == "standard", accountId == "acc1858")
- then
- System.out.println("rule1858 fired");
-end
-
-rule rule1859
- when
- $acc : Account(status == "standard", accountId == "acc1859")
- then
- System.out.println("rule1859 fired");
-end
-
-rule rule1860
- when
- $acc : Account(status == "standard", accountId == "acc1860")
- then
- System.out.println("rule1860 fired");
-end
-
-rule rule1861
- when
- $acc : Account(status == "standard", accountId == "acc1861")
- then
- System.out.println("rule1861 fired");
-end
-
-rule rule1862
- when
- $acc : Account(status == "standard", accountId == "acc1862")
- then
- System.out.println("rule1862 fired");
-end
-
-rule rule1863
- when
- $acc : Account(status == "standard", accountId == "acc1863")
- then
- System.out.println("rule1863 fired");
-end
-
-rule rule1864
- when
- $acc : Account(status == "standard", accountId == "acc1864")
- then
- System.out.println("rule1864 fired");
-end
-
-rule rule1865
- when
- $acc : Account(status == "standard", accountId == "acc1865")
- then
- System.out.println("rule1865 fired");
-end
-
-rule rule1866
- when
- $acc : Account(status == "standard", accountId == "acc1866")
- then
- System.out.println("rule1866 fired");
-end
-
-rule rule1867
- when
- $acc : Account(status == "standard", accountId == "acc1867")
- then
- System.out.println("rule1867 fired");
-end
-
-rule rule1868
- when
- $acc : Account(status == "standard", accountId == "acc1868")
- then
- System.out.println("rule1868 fired");
-end
-
-rule rule1869
- when
- $acc : Account(status == "standard", accountId == "acc1869")
- then
- System.out.println("rule1869 fired");
-end
-
-rule rule1870
- when
- $acc : Account(status == "standard", accountId == "acc1870")
- then
- System.out.println("rule1870 fired");
-end
-
-rule rule1871
- when
- $acc : Account(status == "standard", accountId == "acc1871")
- then
- System.out.println("rule1871 fired");
-end
-
-rule rule1872
- when
- $acc : Account(status == "standard", accountId == "acc1872")
- then
- System.out.println("rule1872 fired");
-end
-
-rule rule1873
- when
- $acc : Account(status == "standard", accountId == "acc1873")
- then
- System.out.println("rule1873 fired");
-end
-
-rule rule1874
- when
- $acc : Account(status == "standard", accountId == "acc1874")
- then
- System.out.println("rule1874 fired");
-end
-
-rule rule1875
- when
- $acc : Account(status == "standard", accountId == "acc1875")
- then
- System.out.println("rule1875 fired");
-end
-
-rule rule1876
- when
- $acc : Account(status == "standard", accountId == "acc1876")
- then
- System.out.println("rule1876 fired");
-end
-
-rule rule1877
- when
- $acc : Account(status == "standard", accountId == "acc1877")
- then
- System.out.println("rule1877 fired");
-end
-
-rule rule1878
- when
- $acc : Account(status == "standard", accountId == "acc1878")
- then
- System.out.println("rule1878 fired");
-end
-
-rule rule1879
- when
- $acc : Account(status == "standard", accountId == "acc1879")
- then
- System.out.println("rule1879 fired");
-end
-
-rule rule1880
- when
- $acc : Account(status == "standard", accountId == "acc1880")
- then
- System.out.println("rule1880 fired");
-end
-
-rule rule1881
- when
- $acc : Account(status == "standard", accountId == "acc1881")
- then
- System.out.println("rule1881 fired");
-end
-
-rule rule1882
- when
- $acc : Account(status == "standard", accountId == "acc1882")
- then
- System.out.println("rule1882 fired");
-end
-
-rule rule1883
- when
- $acc : Account(status == "standard", accountId == "acc1883")
- then
- System.out.println("rule1883 fired");
-end
-
-rule rule1884
- when
- $acc : Account(status == "standard", accountId == "acc1884")
- then
- System.out.println("rule1884 fired");
-end
-
-rule rule1885
- when
- $acc : Account(status == "standard", accountId == "acc1885")
- then
- System.out.println("rule1885 fired");
-end
-
-rule rule1886
- when
- $acc : Account(status == "standard", accountId == "acc1886")
- then
- System.out.println("rule1886 fired");
-end
-
-rule rule1887
- when
- $acc : Account(status == "standard", accountId == "acc1887")
- then
- System.out.println("rule1887 fired");
-end
-
-rule rule1888
- when
- $acc : Account(status == "standard", accountId == "acc1888")
- then
- System.out.println("rule1888 fired");
-end
-
-rule rule1889
- when
- $acc : Account(status == "standard", accountId == "acc1889")
- then
- System.out.println("rule1889 fired");
-end
-
-rule rule1890
- when
- $acc : Account(status == "standard", accountId == "acc1890")
- then
- System.out.println("rule1890 fired");
-end
-
-rule rule1891
- when
- $acc : Account(status == "standard", accountId == "acc1891")
- then
- System.out.println("rule1891 fired");
-end
-
-rule rule1892
- when
- $acc : Account(status == "standard", accountId == "acc1892")
- then
- System.out.println("rule1892 fired");
-end
-
-rule rule1893
- when
- $acc : Account(status == "standard", accountId == "acc1893")
- then
- System.out.println("rule1893 fired");
-end
-
-rule rule1894
- when
- $acc : Account(status == "standard", accountId == "acc1894")
- then
- System.out.println("rule1894 fired");
-end
-
-rule rule1895
- when
- $acc : Account(status == "standard", accountId == "acc1895")
- then
- System.out.println("rule1895 fired");
-end
-
-rule rule1896
- when
- $acc : Account(status == "standard", accountId == "acc1896")
- then
- System.out.println("rule1896 fired");
-end
-
-rule rule1897
- when
- $acc : Account(status == "standard", accountId == "acc1897")
- then
- System.out.println("rule1897 fired");
-end
-
-rule rule1898
- when
- $acc : Account(status == "standard", accountId == "acc1898")
- then
- System.out.println("rule1898 fired");
-end
-
-rule rule1899
- when
- $acc : Account(status == "standard", accountId == "acc1899")
- then
- System.out.println("rule1899 fired");
-end
-
-rule rule1900
- when
- $acc : Account(status == "standard", accountId == "acc1900")
- then
- System.out.println("rule1900 fired");
-end
-
-rule rule1901
- when
- $acc : Account(status == "standard", accountId == "acc1901")
- then
- System.out.println("rule1901 fired");
-end
-
-rule rule1902
- when
- $acc : Account(status == "standard", accountId == "acc1902")
- then
- System.out.println("rule1902 fired");
-end
-
-rule rule1903
- when
- $acc : Account(status == "standard", accountId == "acc1903")
- then
- System.out.println("rule1903 fired");
-end
-
-rule rule1904
- when
- $acc : Account(status == "standard", accountId == "acc1904")
- then
- System.out.println("rule1904 fired");
-end
-
-rule rule1905
- when
- $acc : Account(status == "standard", accountId == "acc1905")
- then
- System.out.println("rule1905 fired");
-end
-
-rule rule1906
- when
- $acc : Account(status == "standard", accountId == "acc1906")
- then
- System.out.println("rule1906 fired");
-end
-
-rule rule1907
- when
- $acc : Account(status == "standard", accountId == "acc1907")
- then
- System.out.println("rule1907 fired");
-end
-
-rule rule1908
- when
- $acc : Account(status == "standard", accountId == "acc1908")
- then
- System.out.println("rule1908 fired");
-end
-
-rule rule1909
- when
- $acc : Account(status == "standard", accountId == "acc1909")
- then
- System.out.println("rule1909 fired");
-end
-
-rule rule1910
- when
- $acc : Account(status == "standard", accountId == "acc1910")
- then
- System.out.println("rule1910 fired");
-end
-
-rule rule1911
- when
- $acc : Account(status == "standard", accountId == "acc1911")
- then
- System.out.println("rule1911 fired");
-end
-
-rule rule1912
- when
- $acc : Account(status == "standard", accountId == "acc1912")
- then
- System.out.println("rule1912 fired");
-end
-
-rule rule1913
- when
- $acc : Account(status == "standard", accountId == "acc1913")
- then
- System.out.println("rule1913 fired");
-end
-
-rule rule1914
- when
- $acc : Account(status == "standard", accountId == "acc1914")
- then
- System.out.println("rule1914 fired");
-end
-
-rule rule1915
- when
- $acc : Account(status == "standard", accountId == "acc1915")
- then
- System.out.println("rule1915 fired");
-end
-
-rule rule1916
- when
- $acc : Account(status == "standard", accountId == "acc1916")
- then
- System.out.println("rule1916 fired");
-end
-
-rule rule1917
- when
- $acc : Account(status == "standard", accountId == "acc1917")
- then
- System.out.println("rule1917 fired");
-end
-
-rule rule1918
- when
- $acc : Account(status == "standard", accountId == "acc1918")
- then
- System.out.println("rule1918 fired");
-end
-
-rule rule1919
- when
- $acc : Account(status == "standard", accountId == "acc1919")
- then
- System.out.println("rule1919 fired");
-end
-
-rule rule1920
- when
- $acc : Account(status == "standard", accountId == "acc1920")
- then
- System.out.println("rule1920 fired");
-end
-
-rule rule1921
- when
- $acc : Account(status == "standard", accountId == "acc1921")
- then
- System.out.println("rule1921 fired");
-end
-
-rule rule1922
- when
- $acc : Account(status == "standard", accountId == "acc1922")
- then
- System.out.println("rule1922 fired");
-end
-
-rule rule1923
- when
- $acc : Account(status == "standard", accountId == "acc1923")
- then
- System.out.println("rule1923 fired");
-end
-
-rule rule1924
- when
- $acc : Account(status == "standard", accountId == "acc1924")
- then
- System.out.println("rule1924 fired");
-end
-
-rule rule1925
- when
- $acc : Account(status == "standard", accountId == "acc1925")
- then
- System.out.println("rule1925 fired");
-end
-
-rule rule1926
- when
- $acc : Account(status == "standard", accountId == "acc1926")
- then
- System.out.println("rule1926 fired");
-end
-
-rule rule1927
- when
- $acc : Account(status == "standard", accountId == "acc1927")
- then
- System.out.println("rule1927 fired");
-end
-
-rule rule1928
- when
- $acc : Account(status == "standard", accountId == "acc1928")
- then
- System.out.println("rule1928 fired");
-end
-
-rule rule1929
- when
- $acc : Account(status == "standard", accountId == "acc1929")
- then
- System.out.println("rule1929 fired");
-end
-
-rule rule1930
- when
- $acc : Account(status == "standard", accountId == "acc1930")
- then
- System.out.println("rule1930 fired");
-end
-
-rule rule1931
- when
- $acc : Account(status == "standard", accountId == "acc1931")
- then
- System.out.println("rule1931 fired");
-end
-
-rule rule1932
- when
- $acc : Account(status == "standard", accountId == "acc1932")
- then
- System.out.println("rule1932 fired");
-end
-
-rule rule1933
- when
- $acc : Account(status == "standard", accountId == "acc1933")
- then
- System.out.println("rule1933 fired");
-end
-
-rule rule1934
- when
- $acc : Account(status == "standard", accountId == "acc1934")
- then
- System.out.println("rule1934 fired");
-end
-
-rule rule1935
- when
- $acc : Account(status == "standard", accountId == "acc1935")
- then
- System.out.println("rule1935 fired");
-end
-
-rule rule1936
- when
- $acc : Account(status == "standard", accountId == "acc1936")
- then
- System.out.println("rule1936 fired");
-end
-
-rule rule1937
- when
- $acc : Account(status == "standard", accountId == "acc1937")
- then
- System.out.println("rule1937 fired");
-end
-
-rule rule1938
- when
- $acc : Account(status == "standard", accountId == "acc1938")
- then
- System.out.println("rule1938 fired");
-end
-
-rule rule1939
- when
- $acc : Account(status == "standard", accountId == "acc1939")
- then
- System.out.println("rule1939 fired");
-end
-
-rule rule1940
- when
- $acc : Account(status == "standard", accountId == "acc1940")
- then
- System.out.println("rule1940 fired");
-end
-
-rule rule1941
- when
- $acc : Account(status == "standard", accountId == "acc1941")
- then
- System.out.println("rule1941 fired");
-end
-
-rule rule1942
- when
- $acc : Account(status == "standard", accountId == "acc1942")
- then
- System.out.println("rule1942 fired");
-end
-
-rule rule1943
- when
- $acc : Account(status == "standard", accountId == "acc1943")
- then
- System.out.println("rule1943 fired");
-end
-
-rule rule1944
- when
- $acc : Account(status == "standard", accountId == "acc1944")
- then
- System.out.println("rule1944 fired");
-end
-
-rule rule1945
- when
- $acc : Account(status == "standard", accountId == "acc1945")
- then
- System.out.println("rule1945 fired");
-end
-
-rule rule1946
- when
- $acc : Account(status == "standard", accountId == "acc1946")
- then
- System.out.println("rule1946 fired");
-end
-
-rule rule1947
- when
- $acc : Account(status == "standard", accountId == "acc1947")
- then
- System.out.println("rule1947 fired");
-end
-
-rule rule1948
- when
- $acc : Account(status == "standard", accountId == "acc1948")
- then
- System.out.println("rule1948 fired");
-end
-
-rule rule1949
- when
- $acc : Account(status == "standard", accountId == "acc1949")
- then
- System.out.println("rule1949 fired");
-end
-
-rule rule1950
- when
- $acc : Account(status == "standard", accountId == "acc1950")
- then
- System.out.println("rule1950 fired");
-end
-
-rule rule1951
- when
- $acc : Account(status == "standard", accountId == "acc1951")
- then
- System.out.println("rule1951 fired");
-end
-
-rule rule1952
- when
- $acc : Account(status == "standard", accountId == "acc1952")
- then
- System.out.println("rule1952 fired");
-end
-
-rule rule1953
- when
- $acc : Account(status == "standard", accountId == "acc1953")
- then
- System.out.println("rule1953 fired");
-end
-
-rule rule1954
- when
- $acc : Account(status == "standard", accountId == "acc1954")
- then
- System.out.println("rule1954 fired");
-end
-
-rule rule1955
- when
- $acc : Account(status == "standard", accountId == "acc1955")
- then
- System.out.println("rule1955 fired");
-end
-
-rule rule1956
- when
- $acc : Account(status == "standard", accountId == "acc1956")
- then
- System.out.println("rule1956 fired");
-end
-
-rule rule1957
- when
- $acc : Account(status == "standard", accountId == "acc1957")
- then
- System.out.println("rule1957 fired");
-end
-
-rule rule1958
- when
- $acc : Account(status == "standard", accountId == "acc1958")
- then
- System.out.println("rule1958 fired");
-end
-
-rule rule1959
- when
- $acc : Account(status == "standard", accountId == "acc1959")
- then
- System.out.println("rule1959 fired");
-end
-
-rule rule1960
- when
- $acc : Account(status == "standard", accountId == "acc1960")
- then
- System.out.println("rule1960 fired");
-end
-
-rule rule1961
- when
- $acc : Account(status == "standard", accountId == "acc1961")
- then
- System.out.println("rule1961 fired");
-end
-
-rule rule1962
- when
- $acc : Account(status == "standard", accountId == "acc1962")
- then
- System.out.println("rule1962 fired");
-end
-
-rule rule1963
- when
- $acc : Account(status == "standard", accountId == "acc1963")
- then
- System.out.println("rule1963 fired");
-end
-
-rule rule1964
- when
- $acc : Account(status == "standard", accountId == "acc1964")
- then
- System.out.println("rule1964 fired");
-end
-
-rule rule1965
- when
- $acc : Account(status == "standard", accountId == "acc1965")
- then
- System.out.println("rule1965 fired");
-end
-
-rule rule1966
- when
- $acc : Account(status == "standard", accountId == "acc1966")
- then
- System.out.println("rule1966 fired");
-end
-
-rule rule1967
- when
- $acc : Account(status == "standard", accountId == "acc1967")
- then
- System.out.println("rule1967 fired");
-end
-
-rule rule1968
- when
- $acc : Account(status == "standard", accountId == "acc1968")
- then
- System.out.println("rule1968 fired");
-end
-
-rule rule1969
- when
- $acc : Account(status == "standard", accountId == "acc1969")
- then
- System.out.println("rule1969 fired");
-end
-
-rule rule1970
- when
- $acc : Account(status == "standard", accountId == "acc1970")
- then
- System.out.println("rule1970 fired");
-end
-
-rule rule1971
- when
- $acc : Account(status == "standard", accountId == "acc1971")
- then
- System.out.println("rule1971 fired");
-end
-
-rule rule1972
- when
- $acc : Account(status == "standard", accountId == "acc1972")
- then
- System.out.println("rule1972 fired");
-end
-
-rule rule1973
- when
- $acc : Account(status == "standard", accountId == "acc1973")
- then
- System.out.println("rule1973 fired");
-end
-
-rule rule1974
- when
- $acc : Account(status == "standard", accountId == "acc1974")
- then
- System.out.println("rule1974 fired");
-end
-
-rule rule1975
- when
- $acc : Account(status == "standard", accountId == "acc1975")
- then
- System.out.println("rule1975 fired");
-end
-
-rule rule1976
- when
- $acc : Account(status == "standard", accountId == "acc1976")
- then
- System.out.println("rule1976 fired");
-end
-
-rule rule1977
- when
- $acc : Account(status == "standard", accountId == "acc1977")
- then
- System.out.println("rule1977 fired");
-end
-
-rule rule1978
- when
- $acc : Account(status == "standard", accountId == "acc1978")
- then
- System.out.println("rule1978 fired");
-end
-
-rule rule1979
- when
- $acc : Account(status == "standard", accountId == "acc1979")
- then
- System.out.println("rule1979 fired");
-end
-
-rule rule1980
- when
- $acc : Account(status == "standard", accountId == "acc1980")
- then
- System.out.println("rule1980 fired");
-end
-
-rule rule1981
- when
- $acc : Account(status == "standard", accountId == "acc1981")
- then
- System.out.println("rule1981 fired");
-end
-
-rule rule1982
- when
- $acc : Account(status == "standard", accountId == "acc1982")
- then
- System.out.println("rule1982 fired");
-end
-
-rule rule1983
- when
- $acc : Account(status == "standard", accountId == "acc1983")
- then
- System.out.println("rule1983 fired");
-end
-
-rule rule1984
- when
- $acc : Account(status == "standard", accountId == "acc1984")
- then
- System.out.println("rule1984 fired");
-end
-
-rule rule1985
- when
- $acc : Account(status == "standard", accountId == "acc1985")
- then
- System.out.println("rule1985 fired");
-end
-
-rule rule1986
- when
- $acc : Account(status == "standard", accountId == "acc1986")
- then
- System.out.println("rule1986 fired");
-end
-
-rule rule1987
- when
- $acc : Account(status == "standard", accountId == "acc1987")
- then
- System.out.println("rule1987 fired");
-end
-
-rule rule1988
- when
- $acc : Account(status == "standard", accountId == "acc1988")
- then
- System.out.println("rule1988 fired");
-end
-
-rule rule1989
- when
- $acc : Account(status == "standard", accountId == "acc1989")
- then
- System.out.println("rule1989 fired");
-end
-
-rule rule1990
- when
- $acc : Account(status == "standard", accountId == "acc1990")
- then
- System.out.println("rule1990 fired");
-end
-
-rule rule1991
- when
- $acc : Account(status == "standard", accountId == "acc1991")
- then
- System.out.println("rule1991 fired");
-end
-
-rule rule1992
- when
- $acc : Account(status == "standard", accountId == "acc1992")
- then
- System.out.println("rule1992 fired");
-end
-
-rule rule1993
- when
- $acc : Account(status == "standard", accountId == "acc1993")
- then
- System.out.println("rule1993 fired");
-end
-
-rule rule1994
- when
- $acc : Account(status == "standard", accountId == "acc1994")
- then
- System.out.println("rule1994 fired");
-end
-
-rule rule1995
- when
- $acc : Account(status == "standard", accountId == "acc1995")
- then
- System.out.println("rule1995 fired");
-end
-
-rule rule1996
- when
- $acc : Account(status == "standard", accountId == "acc1996")
- then
- System.out.println("rule1996 fired");
-end
-
-rule rule1997
- when
- $acc : Account(status == "standard", accountId == "acc1997")
- then
- System.out.println("rule1997 fired");
-end
-
-rule rule1998
- when
- $acc : Account(status == "standard", accountId == "acc1998")
- then
- System.out.println("rule1998 fired");
-end
-
-rule rule1999
- when
- $acc : Account(status == "standard", accountId == "acc1999")
- then
- System.out.println("rule1999 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_3condition.rule
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_3condition.rule 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/2000_rules_3condition.rule 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,14003 +0,0 @@
-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
-
-rule rule378
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc378")
- then
- System.out.println("rule378 fired");
-end
-
-rule rule379
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc379")
- then
- System.out.println("rule379 fired");
-end
-
-rule rule380
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc380")
- then
- System.out.println("rule380 fired");
-end
-
-rule rule381
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc381")
- then
- System.out.println("rule381 fired");
-end
-
-rule rule382
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc382")
- then
- System.out.println("rule382 fired");
-end
-
-rule rule383
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc383")
- then
- System.out.println("rule383 fired");
-end
-
-rule rule384
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc384")
- then
- System.out.println("rule384 fired");
-end
-
-rule rule385
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc385")
- then
- System.out.println("rule385 fired");
-end
-
-rule rule386
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc386")
- then
- System.out.println("rule386 fired");
-end
-
-rule rule387
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc387")
- then
- System.out.println("rule387 fired");
-end
-
-rule rule388
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc388")
- then
- System.out.println("rule388 fired");
-end
-
-rule rule389
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc389")
- then
- System.out.println("rule389 fired");
-end
-
-rule rule390
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc390")
- then
- System.out.println("rule390 fired");
-end
-
-rule rule391
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc391")
- then
- System.out.println("rule391 fired");
-end
-
-rule rule392
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc392")
- then
- System.out.println("rule392 fired");
-end
-
-rule rule393
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc393")
- then
- System.out.println("rule393 fired");
-end
-
-rule rule394
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc394")
- then
- System.out.println("rule394 fired");
-end
-
-rule rule395
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc395")
- then
- System.out.println("rule395 fired");
-end
-
-rule rule396
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc396")
- then
- System.out.println("rule396 fired");
-end
-
-rule rule397
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc397")
- then
- System.out.println("rule397 fired");
-end
-
-rule rule398
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc398")
- then
- System.out.println("rule398 fired");
-end
-
-rule rule399
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc399")
- then
- System.out.println("rule399 fired");
-end
-
-rule rule400
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc400")
- then
- System.out.println("rule400 fired");
-end
-
-rule rule401
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc401")
- then
- System.out.println("rule401 fired");
-end
-
-rule rule402
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc402")
- then
- System.out.println("rule402 fired");
-end
-
-rule rule403
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc403")
- then
- System.out.println("rule403 fired");
-end
-
-rule rule404
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc404")
- then
- System.out.println("rule404 fired");
-end
-
-rule rule405
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc405")
- then
- System.out.println("rule405 fired");
-end
-
-rule rule406
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc406")
- then
- System.out.println("rule406 fired");
-end
-
-rule rule407
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc407")
- then
- System.out.println("rule407 fired");
-end
-
-rule rule408
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc408")
- then
- System.out.println("rule408 fired");
-end
-
-rule rule409
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc409")
- then
- System.out.println("rule409 fired");
-end
-
-rule rule410
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc410")
- then
- System.out.println("rule410 fired");
-end
-
-rule rule411
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc411")
- then
- System.out.println("rule411 fired");
-end
-
-rule rule412
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc412")
- then
- System.out.println("rule412 fired");
-end
-
-rule rule413
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc413")
- then
- System.out.println("rule413 fired");
-end
-
-rule rule414
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc414")
- then
- System.out.println("rule414 fired");
-end
-
-rule rule415
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc415")
- then
- System.out.println("rule415 fired");
-end
-
-rule rule416
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc416")
- then
- System.out.println("rule416 fired");
-end
-
-rule rule417
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc417")
- then
- System.out.println("rule417 fired");
-end
-
-rule rule418
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc418")
- then
- System.out.println("rule418 fired");
-end
-
-rule rule419
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc419")
- then
- System.out.println("rule419 fired");
-end
-
-rule rule420
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc420")
- then
- System.out.println("rule420 fired");
-end
-
-rule rule421
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc421")
- then
- System.out.println("rule421 fired");
-end
-
-rule rule422
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc422")
- then
- System.out.println("rule422 fired");
-end
-
-rule rule423
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc423")
- then
- System.out.println("rule423 fired");
-end
-
-rule rule424
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc424")
- then
- System.out.println("rule424 fired");
-end
-
-rule rule425
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc425")
- then
- System.out.println("rule425 fired");
-end
-
-rule rule426
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc426")
- then
- System.out.println("rule426 fired");
-end
-
-rule rule427
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc427")
- then
- System.out.println("rule427 fired");
-end
-
-rule rule428
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc428")
- then
- System.out.println("rule428 fired");
-end
-
-rule rule429
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc429")
- then
- System.out.println("rule429 fired");
-end
-
-rule rule430
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc430")
- then
- System.out.println("rule430 fired");
-end
-
-rule rule431
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc431")
- then
- System.out.println("rule431 fired");
-end
-
-rule rule432
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc432")
- then
- System.out.println("rule432 fired");
-end
-
-rule rule433
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc433")
- then
- System.out.println("rule433 fired");
-end
-
-rule rule434
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc434")
- then
- System.out.println("rule434 fired");
-end
-
-rule rule435
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc435")
- then
- System.out.println("rule435 fired");
-end
-
-rule rule436
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc436")
- then
- System.out.println("rule436 fired");
-end
-
-rule rule437
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc437")
- then
- System.out.println("rule437 fired");
-end
-
-rule rule438
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc438")
- then
- System.out.println("rule438 fired");
-end
-
-rule rule439
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc439")
- then
- System.out.println("rule439 fired");
-end
-
-rule rule440
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc440")
- then
- System.out.println("rule440 fired");
-end
-
-rule rule441
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc441")
- then
- System.out.println("rule441 fired");
-end
-
-rule rule442
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc442")
- then
- System.out.println("rule442 fired");
-end
-
-rule rule443
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc443")
- then
- System.out.println("rule443 fired");
-end
-
-rule rule444
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc444")
- then
- System.out.println("rule444 fired");
-end
-
-rule rule445
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc445")
- then
- System.out.println("rule445 fired");
-end
-
-rule rule446
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc446")
- then
- System.out.println("rule446 fired");
-end
-
-rule rule447
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc447")
- then
- System.out.println("rule447 fired");
-end
-
-rule rule448
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc448")
- then
- System.out.println("rule448 fired");
-end
-
-rule rule449
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc449")
- then
- System.out.println("rule449 fired");
-end
-
-rule rule450
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc450")
- then
- System.out.println("rule450 fired");
-end
-
-rule rule451
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc451")
- then
- System.out.println("rule451 fired");
-end
-
-rule rule452
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc452")
- then
- System.out.println("rule452 fired");
-end
-
-rule rule453
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc453")
- then
- System.out.println("rule453 fired");
-end
-
-rule rule454
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc454")
- then
- System.out.println("rule454 fired");
-end
-
-rule rule455
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc455")
- then
- System.out.println("rule455 fired");
-end
-
-rule rule456
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc456")
- then
- System.out.println("rule456 fired");
-end
-
-rule rule457
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc457")
- then
- System.out.println("rule457 fired");
-end
-
-rule rule458
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc458")
- then
- System.out.println("rule458 fired");
-end
-
-rule rule459
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc459")
- then
- System.out.println("rule459 fired");
-end
-
-rule rule460
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc460")
- then
- System.out.println("rule460 fired");
-end
-
-rule rule461
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc461")
- then
- System.out.println("rule461 fired");
-end
-
-rule rule462
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc462")
- then
- System.out.println("rule462 fired");
-end
-
-rule rule463
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc463")
- then
- System.out.println("rule463 fired");
-end
-
-rule rule464
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc464")
- then
- System.out.println("rule464 fired");
-end
-
-rule rule465
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc465")
- then
- System.out.println("rule465 fired");
-end
-
-rule rule466
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc466")
- then
- System.out.println("rule466 fired");
-end
-
-rule rule467
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc467")
- then
- System.out.println("rule467 fired");
-end
-
-rule rule468
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc468")
- then
- System.out.println("rule468 fired");
-end
-
-rule rule469
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc469")
- then
- System.out.println("rule469 fired");
-end
-
-rule rule470
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc470")
- then
- System.out.println("rule470 fired");
-end
-
-rule rule471
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc471")
- then
- System.out.println("rule471 fired");
-end
-
-rule rule472
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc472")
- then
- System.out.println("rule472 fired");
-end
-
-rule rule473
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc473")
- then
- System.out.println("rule473 fired");
-end
-
-rule rule474
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc474")
- then
- System.out.println("rule474 fired");
-end
-
-rule rule475
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc475")
- then
- System.out.println("rule475 fired");
-end
-
-rule rule476
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc476")
- then
- System.out.println("rule476 fired");
-end
-
-rule rule477
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc477")
- then
- System.out.println("rule477 fired");
-end
-
-rule rule478
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc478")
- then
- System.out.println("rule478 fired");
-end
-
-rule rule479
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc479")
- then
- System.out.println("rule479 fired");
-end
-
-rule rule480
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc480")
- then
- System.out.println("rule480 fired");
-end
-
-rule rule481
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc481")
- then
- System.out.println("rule481 fired");
-end
-
-rule rule482
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc482")
- then
- System.out.println("rule482 fired");
-end
-
-rule rule483
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc483")
- then
- System.out.println("rule483 fired");
-end
-
-rule rule484
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc484")
- then
- System.out.println("rule484 fired");
-end
-
-rule rule485
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc485")
- then
- System.out.println("rule485 fired");
-end
-
-rule rule486
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc486")
- then
- System.out.println("rule486 fired");
-end
-
-rule rule487
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc487")
- then
- System.out.println("rule487 fired");
-end
-
-rule rule488
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc488")
- then
- System.out.println("rule488 fired");
-end
-
-rule rule489
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc489")
- then
- System.out.println("rule489 fired");
-end
-
-rule rule490
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc490")
- then
- System.out.println("rule490 fired");
-end
-
-rule rule491
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc491")
- then
- System.out.println("rule491 fired");
-end
-
-rule rule492
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc492")
- then
- System.out.println("rule492 fired");
-end
-
-rule rule493
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc493")
- then
- System.out.println("rule493 fired");
-end
-
-rule rule494
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc494")
- then
- System.out.println("rule494 fired");
-end
-
-rule rule495
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc495")
- then
- System.out.println("rule495 fired");
-end
-
-rule rule496
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc496")
- then
- System.out.println("rule496 fired");
-end
-
-rule rule497
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc497")
- then
- System.out.println("rule497 fired");
-end
-
-rule rule498
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc498")
- then
- System.out.println("rule498 fired");
-end
-
-rule rule499
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc499")
- then
- System.out.println("rule499 fired");
-end
-
-rule rule500
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc500")
- then
- System.out.println("rule500 fired");
-end
-
-rule rule501
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc501")
- then
- System.out.println("rule501 fired");
-end
-
-rule rule502
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc502")
- then
- System.out.println("rule502 fired");
-end
-
-rule rule503
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc503")
- then
- System.out.println("rule503 fired");
-end
-
-rule rule504
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc504")
- then
- System.out.println("rule504 fired");
-end
-
-rule rule505
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc505")
- then
- System.out.println("rule505 fired");
-end
-
-rule rule506
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc506")
- then
- System.out.println("rule506 fired");
-end
-
-rule rule507
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc507")
- then
- System.out.println("rule507 fired");
-end
-
-rule rule508
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc508")
- then
- System.out.println("rule508 fired");
-end
-
-rule rule509
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc509")
- then
- System.out.println("rule509 fired");
-end
-
-rule rule510
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc510")
- then
- System.out.println("rule510 fired");
-end
-
-rule rule511
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc511")
- then
- System.out.println("rule511 fired");
-end
-
-rule rule512
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc512")
- then
- System.out.println("rule512 fired");
-end
-
-rule rule513
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc513")
- then
- System.out.println("rule513 fired");
-end
-
-rule rule514
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc514")
- then
- System.out.println("rule514 fired");
-end
-
-rule rule515
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc515")
- then
- System.out.println("rule515 fired");
-end
-
-rule rule516
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc516")
- then
- System.out.println("rule516 fired");
-end
-
-rule rule517
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc517")
- then
- System.out.println("rule517 fired");
-end
-
-rule rule518
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc518")
- then
- System.out.println("rule518 fired");
-end
-
-rule rule519
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc519")
- then
- System.out.println("rule519 fired");
-end
-
-rule rule520
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc520")
- then
- System.out.println("rule520 fired");
-end
-
-rule rule521
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc521")
- then
- System.out.println("rule521 fired");
-end
-
-rule rule522
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc522")
- then
- System.out.println("rule522 fired");
-end
-
-rule rule523
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc523")
- then
- System.out.println("rule523 fired");
-end
-
-rule rule524
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc524")
- then
- System.out.println("rule524 fired");
-end
-
-rule rule525
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc525")
- then
- System.out.println("rule525 fired");
-end
-
-rule rule526
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc526")
- then
- System.out.println("rule526 fired");
-end
-
-rule rule527
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc527")
- then
- System.out.println("rule527 fired");
-end
-
-rule rule528
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc528")
- then
- System.out.println("rule528 fired");
-end
-
-rule rule529
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc529")
- then
- System.out.println("rule529 fired");
-end
-
-rule rule530
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc530")
- then
- System.out.println("rule530 fired");
-end
-
-rule rule531
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc531")
- then
- System.out.println("rule531 fired");
-end
-
-rule rule532
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc532")
- then
- System.out.println("rule532 fired");
-end
-
-rule rule533
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc533")
- then
- System.out.println("rule533 fired");
-end
-
-rule rule534
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc534")
- then
- System.out.println("rule534 fired");
-end
-
-rule rule535
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc535")
- then
- System.out.println("rule535 fired");
-end
-
-rule rule536
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc536")
- then
- System.out.println("rule536 fired");
-end
-
-rule rule537
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc537")
- then
- System.out.println("rule537 fired");
-end
-
-rule rule538
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc538")
- then
- System.out.println("rule538 fired");
-end
-
-rule rule539
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc539")
- then
- System.out.println("rule539 fired");
-end
-
-rule rule540
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc540")
- then
- System.out.println("rule540 fired");
-end
-
-rule rule541
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc541")
- then
- System.out.println("rule541 fired");
-end
-
-rule rule542
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc542")
- then
- System.out.println("rule542 fired");
-end
-
-rule rule543
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc543")
- then
- System.out.println("rule543 fired");
-end
-
-rule rule544
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc544")
- then
- System.out.println("rule544 fired");
-end
-
-rule rule545
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc545")
- then
- System.out.println("rule545 fired");
-end
-
-rule rule546
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc546")
- then
- System.out.println("rule546 fired");
-end
-
-rule rule547
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc547")
- then
- System.out.println("rule547 fired");
-end
-
-rule rule548
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc548")
- then
- System.out.println("rule548 fired");
-end
-
-rule rule549
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc549")
- then
- System.out.println("rule549 fired");
-end
-
-rule rule550
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc550")
- then
- System.out.println("rule550 fired");
-end
-
-rule rule551
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc551")
- then
- System.out.println("rule551 fired");
-end
-
-rule rule552
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc552")
- then
- System.out.println("rule552 fired");
-end
-
-rule rule553
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc553")
- then
- System.out.println("rule553 fired");
-end
-
-rule rule554
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc554")
- then
- System.out.println("rule554 fired");
-end
-
-rule rule555
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc555")
- then
- System.out.println("rule555 fired");
-end
-
-rule rule556
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc556")
- then
- System.out.println("rule556 fired");
-end
-
-rule rule557
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc557")
- then
- System.out.println("rule557 fired");
-end
-
-rule rule558
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc558")
- then
- System.out.println("rule558 fired");
-end
-
-rule rule559
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc559")
- then
- System.out.println("rule559 fired");
-end
-
-rule rule560
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc560")
- then
- System.out.println("rule560 fired");
-end
-
-rule rule561
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc561")
- then
- System.out.println("rule561 fired");
-end
-
-rule rule562
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc562")
- then
- System.out.println("rule562 fired");
-end
-
-rule rule563
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc563")
- then
- System.out.println("rule563 fired");
-end
-
-rule rule564
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc564")
- then
- System.out.println("rule564 fired");
-end
-
-rule rule565
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc565")
- then
- System.out.println("rule565 fired");
-end
-
-rule rule566
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc566")
- then
- System.out.println("rule566 fired");
-end
-
-rule rule567
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc567")
- then
- System.out.println("rule567 fired");
-end
-
-rule rule568
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc568")
- then
- System.out.println("rule568 fired");
-end
-
-rule rule569
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc569")
- then
- System.out.println("rule569 fired");
-end
-
-rule rule570
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc570")
- then
- System.out.println("rule570 fired");
-end
-
-rule rule571
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc571")
- then
- System.out.println("rule571 fired");
-end
-
-rule rule572
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc572")
- then
- System.out.println("rule572 fired");
-end
-
-rule rule573
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc573")
- then
- System.out.println("rule573 fired");
-end
-
-rule rule574
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc574")
- then
- System.out.println("rule574 fired");
-end
-
-rule rule575
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc575")
- then
- System.out.println("rule575 fired");
-end
-
-rule rule576
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc576")
- then
- System.out.println("rule576 fired");
-end
-
-rule rule577
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc577")
- then
- System.out.println("rule577 fired");
-end
-
-rule rule578
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc578")
- then
- System.out.println("rule578 fired");
-end
-
-rule rule579
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc579")
- then
- System.out.println("rule579 fired");
-end
-
-rule rule580
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc580")
- then
- System.out.println("rule580 fired");
-end
-
-rule rule581
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc581")
- then
- System.out.println("rule581 fired");
-end
-
-rule rule582
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc582")
- then
- System.out.println("rule582 fired");
-end
-
-rule rule583
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc583")
- then
- System.out.println("rule583 fired");
-end
-
-rule rule584
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc584")
- then
- System.out.println("rule584 fired");
-end
-
-rule rule585
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc585")
- then
- System.out.println("rule585 fired");
-end
-
-rule rule586
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc586")
- then
- System.out.println("rule586 fired");
-end
-
-rule rule587
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc587")
- then
- System.out.println("rule587 fired");
-end
-
-rule rule588
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc588")
- then
- System.out.println("rule588 fired");
-end
-
-rule rule589
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc589")
- then
- System.out.println("rule589 fired");
-end
-
-rule rule590
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc590")
- then
- System.out.println("rule590 fired");
-end
-
-rule rule591
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc591")
- then
- System.out.println("rule591 fired");
-end
-
-rule rule592
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc592")
- then
- System.out.println("rule592 fired");
-end
-
-rule rule593
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc593")
- then
- System.out.println("rule593 fired");
-end
-
-rule rule594
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc594")
- then
- System.out.println("rule594 fired");
-end
-
-rule rule595
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc595")
- then
- System.out.println("rule595 fired");
-end
-
-rule rule596
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc596")
- then
- System.out.println("rule596 fired");
-end
-
-rule rule597
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc597")
- then
- System.out.println("rule597 fired");
-end
-
-rule rule598
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc598")
- then
- System.out.println("rule598 fired");
-end
-
-rule rule599
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc599")
- then
- System.out.println("rule599 fired");
-end
-
-rule rule600
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc600")
- then
- System.out.println("rule600 fired");
-end
-
-rule rule601
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc601")
- then
- System.out.println("rule601 fired");
-end
-
-rule rule602
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc602")
- then
- System.out.println("rule602 fired");
-end
-
-rule rule603
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc603")
- then
- System.out.println("rule603 fired");
-end
-
-rule rule604
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc604")
- then
- System.out.println("rule604 fired");
-end
-
-rule rule605
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc605")
- then
- System.out.println("rule605 fired");
-end
-
-rule rule606
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc606")
- then
- System.out.println("rule606 fired");
-end
-
-rule rule607
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc607")
- then
- System.out.println("rule607 fired");
-end
-
-rule rule608
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc608")
- then
- System.out.println("rule608 fired");
-end
-
-rule rule609
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc609")
- then
- System.out.println("rule609 fired");
-end
-
-rule rule610
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc610")
- then
- System.out.println("rule610 fired");
-end
-
-rule rule611
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc611")
- then
- System.out.println("rule611 fired");
-end
-
-rule rule612
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc612")
- then
- System.out.println("rule612 fired");
-end
-
-rule rule613
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc613")
- then
- System.out.println("rule613 fired");
-end
-
-rule rule614
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc614")
- then
- System.out.println("rule614 fired");
-end
-
-rule rule615
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc615")
- then
- System.out.println("rule615 fired");
-end
-
-rule rule616
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc616")
- then
- System.out.println("rule616 fired");
-end
-
-rule rule617
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc617")
- then
- System.out.println("rule617 fired");
-end
-
-rule rule618
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc618")
- then
- System.out.println("rule618 fired");
-end
-
-rule rule619
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc619")
- then
- System.out.println("rule619 fired");
-end
-
-rule rule620
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc620")
- then
- System.out.println("rule620 fired");
-end
-
-rule rule621
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc621")
- then
- System.out.println("rule621 fired");
-end
-
-rule rule622
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc622")
- then
- System.out.println("rule622 fired");
-end
-
-rule rule623
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc623")
- then
- System.out.println("rule623 fired");
-end
-
-rule rule624
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc624")
- then
- System.out.println("rule624 fired");
-end
-
-rule rule625
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc625")
- then
- System.out.println("rule625 fired");
-end
-
-rule rule626
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc626")
- then
- System.out.println("rule626 fired");
-end
-
-rule rule627
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc627")
- then
- System.out.println("rule627 fired");
-end
-
-rule rule628
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc628")
- then
- System.out.println("rule628 fired");
-end
-
-rule rule629
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc629")
- then
- System.out.println("rule629 fired");
-end
-
-rule rule630
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc630")
- then
- System.out.println("rule630 fired");
-end
-
-rule rule631
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc631")
- then
- System.out.println("rule631 fired");
-end
-
-rule rule632
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc632")
- then
- System.out.println("rule632 fired");
-end
-
-rule rule633
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc633")
- then
- System.out.println("rule633 fired");
-end
-
-rule rule634
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc634")
- then
- System.out.println("rule634 fired");
-end
-
-rule rule635
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc635")
- then
- System.out.println("rule635 fired");
-end
-
-rule rule636
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc636")
- then
- System.out.println("rule636 fired");
-end
-
-rule rule637
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc637")
- then
- System.out.println("rule637 fired");
-end
-
-rule rule638
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc638")
- then
- System.out.println("rule638 fired");
-end
-
-rule rule639
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc639")
- then
- System.out.println("rule639 fired");
-end
-
-rule rule640
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc640")
- then
- System.out.println("rule640 fired");
-end
-
-rule rule641
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc641")
- then
- System.out.println("rule641 fired");
-end
-
-rule rule642
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc642")
- then
- System.out.println("rule642 fired");
-end
-
-rule rule643
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc643")
- then
- System.out.println("rule643 fired");
-end
-
-rule rule644
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc644")
- then
- System.out.println("rule644 fired");
-end
-
-rule rule645
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc645")
- then
- System.out.println("rule645 fired");
-end
-
-rule rule646
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc646")
- then
- System.out.println("rule646 fired");
-end
-
-rule rule647
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc647")
- then
- System.out.println("rule647 fired");
-end
-
-rule rule648
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc648")
- then
- System.out.println("rule648 fired");
-end
-
-rule rule649
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc649")
- then
- System.out.println("rule649 fired");
-end
-
-rule rule650
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc650")
- then
- System.out.println("rule650 fired");
-end
-
-rule rule651
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc651")
- then
- System.out.println("rule651 fired");
-end
-
-rule rule652
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc652")
- then
- System.out.println("rule652 fired");
-end
-
-rule rule653
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc653")
- then
- System.out.println("rule653 fired");
-end
-
-rule rule654
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc654")
- then
- System.out.println("rule654 fired");
-end
-
-rule rule655
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc655")
- then
- System.out.println("rule655 fired");
-end
-
-rule rule656
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc656")
- then
- System.out.println("rule656 fired");
-end
-
-rule rule657
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc657")
- then
- System.out.println("rule657 fired");
-end
-
-rule rule658
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc658")
- then
- System.out.println("rule658 fired");
-end
-
-rule rule659
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc659")
- then
- System.out.println("rule659 fired");
-end
-
-rule rule660
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc660")
- then
- System.out.println("rule660 fired");
-end
-
-rule rule661
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc661")
- then
- System.out.println("rule661 fired");
-end
-
-rule rule662
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc662")
- then
- System.out.println("rule662 fired");
-end
-
-rule rule663
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc663")
- then
- System.out.println("rule663 fired");
-end
-
-rule rule664
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc664")
- then
- System.out.println("rule664 fired");
-end
-
-rule rule665
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc665")
- then
- System.out.println("rule665 fired");
-end
-
-rule rule666
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc666")
- then
- System.out.println("rule666 fired");
-end
-
-rule rule667
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc667")
- then
- System.out.println("rule667 fired");
-end
-
-rule rule668
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc668")
- then
- System.out.println("rule668 fired");
-end
-
-rule rule669
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc669")
- then
- System.out.println("rule669 fired");
-end
-
-rule rule670
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc670")
- then
- System.out.println("rule670 fired");
-end
-
-rule rule671
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc671")
- then
- System.out.println("rule671 fired");
-end
-
-rule rule672
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc672")
- then
- System.out.println("rule672 fired");
-end
-
-rule rule673
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc673")
- then
- System.out.println("rule673 fired");
-end
-
-rule rule674
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc674")
- then
- System.out.println("rule674 fired");
-end
-
-rule rule675
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc675")
- then
- System.out.println("rule675 fired");
-end
-
-rule rule676
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc676")
- then
- System.out.println("rule676 fired");
-end
-
-rule rule677
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc677")
- then
- System.out.println("rule677 fired");
-end
-
-rule rule678
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc678")
- then
- System.out.println("rule678 fired");
-end
-
-rule rule679
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc679")
- then
- System.out.println("rule679 fired");
-end
-
-rule rule680
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc680")
- then
- System.out.println("rule680 fired");
-end
-
-rule rule681
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc681")
- then
- System.out.println("rule681 fired");
-end
-
-rule rule682
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc682")
- then
- System.out.println("rule682 fired");
-end
-
-rule rule683
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc683")
- then
- System.out.println("rule683 fired");
-end
-
-rule rule684
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc684")
- then
- System.out.println("rule684 fired");
-end
-
-rule rule685
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc685")
- then
- System.out.println("rule685 fired");
-end
-
-rule rule686
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc686")
- then
- System.out.println("rule686 fired");
-end
-
-rule rule687
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc687")
- then
- System.out.println("rule687 fired");
-end
-
-rule rule688
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc688")
- then
- System.out.println("rule688 fired");
-end
-
-rule rule689
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc689")
- then
- System.out.println("rule689 fired");
-end
-
-rule rule690
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc690")
- then
- System.out.println("rule690 fired");
-end
-
-rule rule691
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc691")
- then
- System.out.println("rule691 fired");
-end
-
-rule rule692
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc692")
- then
- System.out.println("rule692 fired");
-end
-
-rule rule693
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc693")
- then
- System.out.println("rule693 fired");
-end
-
-rule rule694
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc694")
- then
- System.out.println("rule694 fired");
-end
-
-rule rule695
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc695")
- then
- System.out.println("rule695 fired");
-end
-
-rule rule696
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc696")
- then
- System.out.println("rule696 fired");
-end
-
-rule rule697
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc697")
- then
- System.out.println("rule697 fired");
-end
-
-rule rule698
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc698")
- then
- System.out.println("rule698 fired");
-end
-
-rule rule699
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc699")
- then
- System.out.println("rule699 fired");
-end
-
-rule rule700
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc700")
- then
- System.out.println("rule700 fired");
-end
-
-rule rule701
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc701")
- then
- System.out.println("rule701 fired");
-end
-
-rule rule702
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc702")
- then
- System.out.println("rule702 fired");
-end
-
-rule rule703
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc703")
- then
- System.out.println("rule703 fired");
-end
-
-rule rule704
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc704")
- then
- System.out.println("rule704 fired");
-end
-
-rule rule705
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc705")
- then
- System.out.println("rule705 fired");
-end
-
-rule rule706
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc706")
- then
- System.out.println("rule706 fired");
-end
-
-rule rule707
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc707")
- then
- System.out.println("rule707 fired");
-end
-
-rule rule708
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc708")
- then
- System.out.println("rule708 fired");
-end
-
-rule rule709
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc709")
- then
- System.out.println("rule709 fired");
-end
-
-rule rule710
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc710")
- then
- System.out.println("rule710 fired");
-end
-
-rule rule711
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc711")
- then
- System.out.println("rule711 fired");
-end
-
-rule rule712
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc712")
- then
- System.out.println("rule712 fired");
-end
-
-rule rule713
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc713")
- then
- System.out.println("rule713 fired");
-end
-
-rule rule714
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc714")
- then
- System.out.println("rule714 fired");
-end
-
-rule rule715
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc715")
- then
- System.out.println("rule715 fired");
-end
-
-rule rule716
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc716")
- then
- System.out.println("rule716 fired");
-end
-
-rule rule717
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc717")
- then
- System.out.println("rule717 fired");
-end
-
-rule rule718
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc718")
- then
- System.out.println("rule718 fired");
-end
-
-rule rule719
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc719")
- then
- System.out.println("rule719 fired");
-end
-
-rule rule720
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc720")
- then
- System.out.println("rule720 fired");
-end
-
-rule rule721
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc721")
- then
- System.out.println("rule721 fired");
-end
-
-rule rule722
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc722")
- then
- System.out.println("rule722 fired");
-end
-
-rule rule723
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc723")
- then
- System.out.println("rule723 fired");
-end
-
-rule rule724
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc724")
- then
- System.out.println("rule724 fired");
-end
-
-rule rule725
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc725")
- then
- System.out.println("rule725 fired");
-end
-
-rule rule726
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc726")
- then
- System.out.println("rule726 fired");
-end
-
-rule rule727
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc727")
- then
- System.out.println("rule727 fired");
-end
-
-rule rule728
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc728")
- then
- System.out.println("rule728 fired");
-end
-
-rule rule729
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc729")
- then
- System.out.println("rule729 fired");
-end
-
-rule rule730
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc730")
- then
- System.out.println("rule730 fired");
-end
-
-rule rule731
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc731")
- then
- System.out.println("rule731 fired");
-end
-
-rule rule732
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc732")
- then
- System.out.println("rule732 fired");
-end
-
-rule rule733
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc733")
- then
- System.out.println("rule733 fired");
-end
-
-rule rule734
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc734")
- then
- System.out.println("rule734 fired");
-end
-
-rule rule735
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc735")
- then
- System.out.println("rule735 fired");
-end
-
-rule rule736
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc736")
- then
- System.out.println("rule736 fired");
-end
-
-rule rule737
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc737")
- then
- System.out.println("rule737 fired");
-end
-
-rule rule738
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc738")
- then
- System.out.println("rule738 fired");
-end
-
-rule rule739
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc739")
- then
- System.out.println("rule739 fired");
-end
-
-rule rule740
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc740")
- then
- System.out.println("rule740 fired");
-end
-
-rule rule741
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc741")
- then
- System.out.println("rule741 fired");
-end
-
-rule rule742
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc742")
- then
- System.out.println("rule742 fired");
-end
-
-rule rule743
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc743")
- then
- System.out.println("rule743 fired");
-end
-
-rule rule744
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc744")
- then
- System.out.println("rule744 fired");
-end
-
-rule rule745
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc745")
- then
- System.out.println("rule745 fired");
-end
-
-rule rule746
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc746")
- then
- System.out.println("rule746 fired");
-end
-
-rule rule747
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc747")
- then
- System.out.println("rule747 fired");
-end
-
-rule rule748
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc748")
- then
- System.out.println("rule748 fired");
-end
-
-rule rule749
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc749")
- then
- System.out.println("rule749 fired");
-end
-
-rule rule750
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc750")
- then
- System.out.println("rule750 fired");
-end
-
-rule rule751
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc751")
- then
- System.out.println("rule751 fired");
-end
-
-rule rule752
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc752")
- then
- System.out.println("rule752 fired");
-end
-
-rule rule753
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc753")
- then
- System.out.println("rule753 fired");
-end
-
-rule rule754
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc754")
- then
- System.out.println("rule754 fired");
-end
-
-rule rule755
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc755")
- then
- System.out.println("rule755 fired");
-end
-
-rule rule756
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc756")
- then
- System.out.println("rule756 fired");
-end
-
-rule rule757
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc757")
- then
- System.out.println("rule757 fired");
-end
-
-rule rule758
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc758")
- then
- System.out.println("rule758 fired");
-end
-
-rule rule759
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc759")
- then
- System.out.println("rule759 fired");
-end
-
-rule rule760
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc760")
- then
- System.out.println("rule760 fired");
-end
-
-rule rule761
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc761")
- then
- System.out.println("rule761 fired");
-end
-
-rule rule762
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc762")
- then
- System.out.println("rule762 fired");
-end
-
-rule rule763
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc763")
- then
- System.out.println("rule763 fired");
-end
-
-rule rule764
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc764")
- then
- System.out.println("rule764 fired");
-end
-
-rule rule765
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc765")
- then
- System.out.println("rule765 fired");
-end
-
-rule rule766
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc766")
- then
- System.out.println("rule766 fired");
-end
-
-rule rule767
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc767")
- then
- System.out.println("rule767 fired");
-end
-
-rule rule768
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc768")
- then
- System.out.println("rule768 fired");
-end
-
-rule rule769
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc769")
- then
- System.out.println("rule769 fired");
-end
-
-rule rule770
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc770")
- then
- System.out.println("rule770 fired");
-end
-
-rule rule771
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc771")
- then
- System.out.println("rule771 fired");
-end
-
-rule rule772
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc772")
- then
- System.out.println("rule772 fired");
-end
-
-rule rule773
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc773")
- then
- System.out.println("rule773 fired");
-end
-
-rule rule774
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc774")
- then
- System.out.println("rule774 fired");
-end
-
-rule rule775
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc775")
- then
- System.out.println("rule775 fired");
-end
-
-rule rule776
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc776")
- then
- System.out.println("rule776 fired");
-end
-
-rule rule777
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc777")
- then
- System.out.println("rule777 fired");
-end
-
-rule rule778
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc778")
- then
- System.out.println("rule778 fired");
-end
-
-rule rule779
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc779")
- then
- System.out.println("rule779 fired");
-end
-
-rule rule780
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc780")
- then
- System.out.println("rule780 fired");
-end
-
-rule rule781
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc781")
- then
- System.out.println("rule781 fired");
-end
-
-rule rule782
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc782")
- then
- System.out.println("rule782 fired");
-end
-
-rule rule783
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc783")
- then
- System.out.println("rule783 fired");
-end
-
-rule rule784
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc784")
- then
- System.out.println("rule784 fired");
-end
-
-rule rule785
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc785")
- then
- System.out.println("rule785 fired");
-end
-
-rule rule786
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc786")
- then
- System.out.println("rule786 fired");
-end
-
-rule rule787
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc787")
- then
- System.out.println("rule787 fired");
-end
-
-rule rule788
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc788")
- then
- System.out.println("rule788 fired");
-end
-
-rule rule789
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc789")
- then
- System.out.println("rule789 fired");
-end
-
-rule rule790
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc790")
- then
- System.out.println("rule790 fired");
-end
-
-rule rule791
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc791")
- then
- System.out.println("rule791 fired");
-end
-
-rule rule792
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc792")
- then
- System.out.println("rule792 fired");
-end
-
-rule rule793
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc793")
- then
- System.out.println("rule793 fired");
-end
-
-rule rule794
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc794")
- then
- System.out.println("rule794 fired");
-end
-
-rule rule795
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc795")
- then
- System.out.println("rule795 fired");
-end
-
-rule rule796
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc796")
- then
- System.out.println("rule796 fired");
-end
-
-rule rule797
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc797")
- then
- System.out.println("rule797 fired");
-end
-
-rule rule798
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc798")
- then
- System.out.println("rule798 fired");
-end
-
-rule rule799
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc799")
- then
- System.out.println("rule799 fired");
-end
-
-rule rule800
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc800")
- then
- System.out.println("rule800 fired");
-end
-
-rule rule801
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc801")
- then
- System.out.println("rule801 fired");
-end
-
-rule rule802
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc802")
- then
- System.out.println("rule802 fired");
-end
-
-rule rule803
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc803")
- then
- System.out.println("rule803 fired");
-end
-
-rule rule804
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc804")
- then
- System.out.println("rule804 fired");
-end
-
-rule rule805
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc805")
- then
- System.out.println("rule805 fired");
-end
-
-rule rule806
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc806")
- then
- System.out.println("rule806 fired");
-end
-
-rule rule807
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc807")
- then
- System.out.println("rule807 fired");
-end
-
-rule rule808
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc808")
- then
- System.out.println("rule808 fired");
-end
-
-rule rule809
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc809")
- then
- System.out.println("rule809 fired");
-end
-
-rule rule810
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc810")
- then
- System.out.println("rule810 fired");
-end
-
-rule rule811
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc811")
- then
- System.out.println("rule811 fired");
-end
-
-rule rule812
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc812")
- then
- System.out.println("rule812 fired");
-end
-
-rule rule813
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc813")
- then
- System.out.println("rule813 fired");
-end
-
-rule rule814
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc814")
- then
- System.out.println("rule814 fired");
-end
-
-rule rule815
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc815")
- then
- System.out.println("rule815 fired");
-end
-
-rule rule816
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc816")
- then
- System.out.println("rule816 fired");
-end
-
-rule rule817
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc817")
- then
- System.out.println("rule817 fired");
-end
-
-rule rule818
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc818")
- then
- System.out.println("rule818 fired");
-end
-
-rule rule819
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc819")
- then
- System.out.println("rule819 fired");
-end
-
-rule rule820
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc820")
- then
- System.out.println("rule820 fired");
-end
-
-rule rule821
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc821")
- then
- System.out.println("rule821 fired");
-end
-
-rule rule822
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc822")
- then
- System.out.println("rule822 fired");
-end
-
-rule rule823
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc823")
- then
- System.out.println("rule823 fired");
-end
-
-rule rule824
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc824")
- then
- System.out.println("rule824 fired");
-end
-
-rule rule825
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc825")
- then
- System.out.println("rule825 fired");
-end
-
-rule rule826
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc826")
- then
- System.out.println("rule826 fired");
-end
-
-rule rule827
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc827")
- then
- System.out.println("rule827 fired");
-end
-
-rule rule828
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc828")
- then
- System.out.println("rule828 fired");
-end
-
-rule rule829
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc829")
- then
- System.out.println("rule829 fired");
-end
-
-rule rule830
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc830")
- then
- System.out.println("rule830 fired");
-end
-
-rule rule831
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc831")
- then
- System.out.println("rule831 fired");
-end
-
-rule rule832
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc832")
- then
- System.out.println("rule832 fired");
-end
-
-rule rule833
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc833")
- then
- System.out.println("rule833 fired");
-end
-
-rule rule834
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc834")
- then
- System.out.println("rule834 fired");
-end
-
-rule rule835
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc835")
- then
- System.out.println("rule835 fired");
-end
-
-rule rule836
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc836")
- then
- System.out.println("rule836 fired");
-end
-
-rule rule837
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc837")
- then
- System.out.println("rule837 fired");
-end
-
-rule rule838
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc838")
- then
- System.out.println("rule838 fired");
-end
-
-rule rule839
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc839")
- then
- System.out.println("rule839 fired");
-end
-
-rule rule840
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc840")
- then
- System.out.println("rule840 fired");
-end
-
-rule rule841
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc841")
- then
- System.out.println("rule841 fired");
-end
-
-rule rule842
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc842")
- then
- System.out.println("rule842 fired");
-end
-
-rule rule843
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc843")
- then
- System.out.println("rule843 fired");
-end
-
-rule rule844
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc844")
- then
- System.out.println("rule844 fired");
-end
-
-rule rule845
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc845")
- then
- System.out.println("rule845 fired");
-end
-
-rule rule846
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc846")
- then
- System.out.println("rule846 fired");
-end
-
-rule rule847
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc847")
- then
- System.out.println("rule847 fired");
-end
-
-rule rule848
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc848")
- then
- System.out.println("rule848 fired");
-end
-
-rule rule849
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc849")
- then
- System.out.println("rule849 fired");
-end
-
-rule rule850
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc850")
- then
- System.out.println("rule850 fired");
-end
-
-rule rule851
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc851")
- then
- System.out.println("rule851 fired");
-end
-
-rule rule852
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc852")
- then
- System.out.println("rule852 fired");
-end
-
-rule rule853
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc853")
- then
- System.out.println("rule853 fired");
-end
-
-rule rule854
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc854")
- then
- System.out.println("rule854 fired");
-end
-
-rule rule855
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc855")
- then
- System.out.println("rule855 fired");
-end
-
-rule rule856
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc856")
- then
- System.out.println("rule856 fired");
-end
-
-rule rule857
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc857")
- then
- System.out.println("rule857 fired");
-end
-
-rule rule858
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc858")
- then
- System.out.println("rule858 fired");
-end
-
-rule rule859
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc859")
- then
- System.out.println("rule859 fired");
-end
-
-rule rule860
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc860")
- then
- System.out.println("rule860 fired");
-end
-
-rule rule861
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc861")
- then
- System.out.println("rule861 fired");
-end
-
-rule rule862
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc862")
- then
- System.out.println("rule862 fired");
-end
-
-rule rule863
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc863")
- then
- System.out.println("rule863 fired");
-end
-
-rule rule864
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc864")
- then
- System.out.println("rule864 fired");
-end
-
-rule rule865
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc865")
- then
- System.out.println("rule865 fired");
-end
-
-rule rule866
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc866")
- then
- System.out.println("rule866 fired");
-end
-
-rule rule867
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc867")
- then
- System.out.println("rule867 fired");
-end
-
-rule rule868
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc868")
- then
- System.out.println("rule868 fired");
-end
-
-rule rule869
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc869")
- then
- System.out.println("rule869 fired");
-end
-
-rule rule870
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc870")
- then
- System.out.println("rule870 fired");
-end
-
-rule rule871
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc871")
- then
- System.out.println("rule871 fired");
-end
-
-rule rule872
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc872")
- then
- System.out.println("rule872 fired");
-end
-
-rule rule873
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc873")
- then
- System.out.println("rule873 fired");
-end
-
-rule rule874
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc874")
- then
- System.out.println("rule874 fired");
-end
-
-rule rule875
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc875")
- then
- System.out.println("rule875 fired");
-end
-
-rule rule876
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc876")
- then
- System.out.println("rule876 fired");
-end
-
-rule rule877
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc877")
- then
- System.out.println("rule877 fired");
-end
-
-rule rule878
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc878")
- then
- System.out.println("rule878 fired");
-end
-
-rule rule879
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc879")
- then
- System.out.println("rule879 fired");
-end
-
-rule rule880
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc880")
- then
- System.out.println("rule880 fired");
-end
-
-rule rule881
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc881")
- then
- System.out.println("rule881 fired");
-end
-
-rule rule882
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc882")
- then
- System.out.println("rule882 fired");
-end
-
-rule rule883
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc883")
- then
- System.out.println("rule883 fired");
-end
-
-rule rule884
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc884")
- then
- System.out.println("rule884 fired");
-end
-
-rule rule885
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc885")
- then
- System.out.println("rule885 fired");
-end
-
-rule rule886
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc886")
- then
- System.out.println("rule886 fired");
-end
-
-rule rule887
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc887")
- then
- System.out.println("rule887 fired");
-end
-
-rule rule888
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc888")
- then
- System.out.println("rule888 fired");
-end
-
-rule rule889
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc889")
- then
- System.out.println("rule889 fired");
-end
-
-rule rule890
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc890")
- then
- System.out.println("rule890 fired");
-end
-
-rule rule891
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc891")
- then
- System.out.println("rule891 fired");
-end
-
-rule rule892
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc892")
- then
- System.out.println("rule892 fired");
-end
-
-rule rule893
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc893")
- then
- System.out.println("rule893 fired");
-end
-
-rule rule894
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc894")
- then
- System.out.println("rule894 fired");
-end
-
-rule rule895
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc895")
- then
- System.out.println("rule895 fired");
-end
-
-rule rule896
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc896")
- then
- System.out.println("rule896 fired");
-end
-
-rule rule897
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc897")
- then
- System.out.println("rule897 fired");
-end
-
-rule rule898
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc898")
- then
- System.out.println("rule898 fired");
-end
-
-rule rule899
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc899")
- then
- System.out.println("rule899 fired");
-end
-
-rule rule900
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc900")
- then
- System.out.println("rule900 fired");
-end
-
-rule rule901
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc901")
- then
- System.out.println("rule901 fired");
-end
-
-rule rule902
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc902")
- then
- System.out.println("rule902 fired");
-end
-
-rule rule903
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc903")
- then
- System.out.println("rule903 fired");
-end
-
-rule rule904
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc904")
- then
- System.out.println("rule904 fired");
-end
-
-rule rule905
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc905")
- then
- System.out.println("rule905 fired");
-end
-
-rule rule906
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc906")
- then
- System.out.println("rule906 fired");
-end
-
-rule rule907
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc907")
- then
- System.out.println("rule907 fired");
-end
-
-rule rule908
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc908")
- then
- System.out.println("rule908 fired");
-end
-
-rule rule909
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc909")
- then
- System.out.println("rule909 fired");
-end
-
-rule rule910
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc910")
- then
- System.out.println("rule910 fired");
-end
-
-rule rule911
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc911")
- then
- System.out.println("rule911 fired");
-end
-
-rule rule912
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc912")
- then
- System.out.println("rule912 fired");
-end
-
-rule rule913
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc913")
- then
- System.out.println("rule913 fired");
-end
-
-rule rule914
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc914")
- then
- System.out.println("rule914 fired");
-end
-
-rule rule915
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc915")
- then
- System.out.println("rule915 fired");
-end
-
-rule rule916
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc916")
- then
- System.out.println("rule916 fired");
-end
-
-rule rule917
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc917")
- then
- System.out.println("rule917 fired");
-end
-
-rule rule918
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc918")
- then
- System.out.println("rule918 fired");
-end
-
-rule rule919
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc919")
- then
- System.out.println("rule919 fired");
-end
-
-rule rule920
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc920")
- then
- System.out.println("rule920 fired");
-end
-
-rule rule921
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc921")
- then
- System.out.println("rule921 fired");
-end
-
-rule rule922
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc922")
- then
- System.out.println("rule922 fired");
-end
-
-rule rule923
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc923")
- then
- System.out.println("rule923 fired");
-end
-
-rule rule924
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc924")
- then
- System.out.println("rule924 fired");
-end
-
-rule rule925
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc925")
- then
- System.out.println("rule925 fired");
-end
-
-rule rule926
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc926")
- then
- System.out.println("rule926 fired");
-end
-
-rule rule927
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc927")
- then
- System.out.println("rule927 fired");
-end
-
-rule rule928
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc928")
- then
- System.out.println("rule928 fired");
-end
-
-rule rule929
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc929")
- then
- System.out.println("rule929 fired");
-end
-
-rule rule930
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc930")
- then
- System.out.println("rule930 fired");
-end
-
-rule rule931
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc931")
- then
- System.out.println("rule931 fired");
-end
-
-rule rule932
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc932")
- then
- System.out.println("rule932 fired");
-end
-
-rule rule933
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc933")
- then
- System.out.println("rule933 fired");
-end
-
-rule rule934
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc934")
- then
- System.out.println("rule934 fired");
-end
-
-rule rule935
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc935")
- then
- System.out.println("rule935 fired");
-end
-
-rule rule936
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc936")
- then
- System.out.println("rule936 fired");
-end
-
-rule rule937
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc937")
- then
- System.out.println("rule937 fired");
-end
-
-rule rule938
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc938")
- then
- System.out.println("rule938 fired");
-end
-
-rule rule939
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc939")
- then
- System.out.println("rule939 fired");
-end
-
-rule rule940
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc940")
- then
- System.out.println("rule940 fired");
-end
-
-rule rule941
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc941")
- then
- System.out.println("rule941 fired");
-end
-
-rule rule942
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc942")
- then
- System.out.println("rule942 fired");
-end
-
-rule rule943
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc943")
- then
- System.out.println("rule943 fired");
-end
-
-rule rule944
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc944")
- then
- System.out.println("rule944 fired");
-end
-
-rule rule945
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc945")
- then
- System.out.println("rule945 fired");
-end
-
-rule rule946
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc946")
- then
- System.out.println("rule946 fired");
-end
-
-rule rule947
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc947")
- then
- System.out.println("rule947 fired");
-end
-
-rule rule948
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc948")
- then
- System.out.println("rule948 fired");
-end
-
-rule rule949
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc949")
- then
- System.out.println("rule949 fired");
-end
-
-rule rule950
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc950")
- then
- System.out.println("rule950 fired");
-end
-
-rule rule951
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc951")
- then
- System.out.println("rule951 fired");
-end
-
-rule rule952
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc952")
- then
- System.out.println("rule952 fired");
-end
-
-rule rule953
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc953")
- then
- System.out.println("rule953 fired");
-end
-
-rule rule954
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc954")
- then
- System.out.println("rule954 fired");
-end
-
-rule rule955
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc955")
- then
- System.out.println("rule955 fired");
-end
-
-rule rule956
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc956")
- then
- System.out.println("rule956 fired");
-end
-
-rule rule957
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc957")
- then
- System.out.println("rule957 fired");
-end
-
-rule rule958
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc958")
- then
- System.out.println("rule958 fired");
-end
-
-rule rule959
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc959")
- then
- System.out.println("rule959 fired");
-end
-
-rule rule960
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc960")
- then
- System.out.println("rule960 fired");
-end
-
-rule rule961
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc961")
- then
- System.out.println("rule961 fired");
-end
-
-rule rule962
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc962")
- then
- System.out.println("rule962 fired");
-end
-
-rule rule963
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc963")
- then
- System.out.println("rule963 fired");
-end
-
-rule rule964
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc964")
- then
- System.out.println("rule964 fired");
-end
-
-rule rule965
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc965")
- then
- System.out.println("rule965 fired");
-end
-
-rule rule966
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc966")
- then
- System.out.println("rule966 fired");
-end
-
-rule rule967
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc967")
- then
- System.out.println("rule967 fired");
-end
-
-rule rule968
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc968")
- then
- System.out.println("rule968 fired");
-end
-
-rule rule969
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc969")
- then
- System.out.println("rule969 fired");
-end
-
-rule rule970
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc970")
- then
- System.out.println("rule970 fired");
-end
-
-rule rule971
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc971")
- then
- System.out.println("rule971 fired");
-end
-
-rule rule972
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc972")
- then
- System.out.println("rule972 fired");
-end
-
-rule rule973
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc973")
- then
- System.out.println("rule973 fired");
-end
-
-rule rule974
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc974")
- then
- System.out.println("rule974 fired");
-end
-
-rule rule975
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc975")
- then
- System.out.println("rule975 fired");
-end
-
-rule rule976
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc976")
- then
- System.out.println("rule976 fired");
-end
-
-rule rule977
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc977")
- then
- System.out.println("rule977 fired");
-end
-
-rule rule978
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc978")
- then
- System.out.println("rule978 fired");
-end
-
-rule rule979
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc979")
- then
- System.out.println("rule979 fired");
-end
-
-rule rule980
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc980")
- then
- System.out.println("rule980 fired");
-end
-
-rule rule981
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc981")
- then
- System.out.println("rule981 fired");
-end
-
-rule rule982
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc982")
- then
- System.out.println("rule982 fired");
-end
-
-rule rule983
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc983")
- then
- System.out.println("rule983 fired");
-end
-
-rule rule984
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc984")
- then
- System.out.println("rule984 fired");
-end
-
-rule rule985
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc985")
- then
- System.out.println("rule985 fired");
-end
-
-rule rule986
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc986")
- then
- System.out.println("rule986 fired");
-end
-
-rule rule987
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc987")
- then
- System.out.println("rule987 fired");
-end
-
-rule rule988
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc988")
- then
- System.out.println("rule988 fired");
-end
-
-rule rule989
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc989")
- then
- System.out.println("rule989 fired");
-end
-
-rule rule990
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc990")
- then
- System.out.println("rule990 fired");
-end
-
-rule rule991
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc991")
- then
- System.out.println("rule991 fired");
-end
-
-rule rule992
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc992")
- then
- System.out.println("rule992 fired");
-end
-
-rule rule993
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc993")
- then
- System.out.println("rule993 fired");
-end
-
-rule rule994
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc994")
- then
- System.out.println("rule994 fired");
-end
-
-rule rule995
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc995")
- then
- System.out.println("rule995 fired");
-end
-
-rule rule996
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc996")
- then
- System.out.println("rule996 fired");
-end
-
-rule rule997
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc997")
- then
- System.out.println("rule997 fired");
-end
-
-rule rule998
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc998")
- then
- System.out.println("rule998 fired");
-end
-
-rule rule999
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc999")
- then
- System.out.println("rule999 fired");
-end
-
-rule rule1000
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1000")
- then
- System.out.println("rule1000 fired");
-end
-
-rule rule1001
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1001")
- then
- System.out.println("rule1001 fired");
-end
-
-rule rule1002
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1002")
- then
- System.out.println("rule1002 fired");
-end
-
-rule rule1003
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1003")
- then
- System.out.println("rule1003 fired");
-end
-
-rule rule1004
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1004")
- then
- System.out.println("rule1004 fired");
-end
-
-rule rule1005
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1005")
- then
- System.out.println("rule1005 fired");
-end
-
-rule rule1006
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1006")
- then
- System.out.println("rule1006 fired");
-end
-
-rule rule1007
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1007")
- then
- System.out.println("rule1007 fired");
-end
-
-rule rule1008
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1008")
- then
- System.out.println("rule1008 fired");
-end
-
-rule rule1009
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1009")
- then
- System.out.println("rule1009 fired");
-end
-
-rule rule1010
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1010")
- then
- System.out.println("rule1010 fired");
-end
-
-rule rule1011
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1011")
- then
- System.out.println("rule1011 fired");
-end
-
-rule rule1012
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1012")
- then
- System.out.println("rule1012 fired");
-end
-
-rule rule1013
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1013")
- then
- System.out.println("rule1013 fired");
-end
-
-rule rule1014
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1014")
- then
- System.out.println("rule1014 fired");
-end
-
-rule rule1015
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1015")
- then
- System.out.println("rule1015 fired");
-end
-
-rule rule1016
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1016")
- then
- System.out.println("rule1016 fired");
-end
-
-rule rule1017
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1017")
- then
- System.out.println("rule1017 fired");
-end
-
-rule rule1018
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1018")
- then
- System.out.println("rule1018 fired");
-end
-
-rule rule1019
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1019")
- then
- System.out.println("rule1019 fired");
-end
-
-rule rule1020
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1020")
- then
- System.out.println("rule1020 fired");
-end
-
-rule rule1021
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1021")
- then
- System.out.println("rule1021 fired");
-end
-
-rule rule1022
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1022")
- then
- System.out.println("rule1022 fired");
-end
-
-rule rule1023
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1023")
- then
- System.out.println("rule1023 fired");
-end
-
-rule rule1024
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1024")
- then
- System.out.println("rule1024 fired");
-end
-
-rule rule1025
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1025")
- then
- System.out.println("rule1025 fired");
-end
-
-rule rule1026
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1026")
- then
- System.out.println("rule1026 fired");
-end
-
-rule rule1027
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1027")
- then
- System.out.println("rule1027 fired");
-end
-
-rule rule1028
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1028")
- then
- System.out.println("rule1028 fired");
-end
-
-rule rule1029
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1029")
- then
- System.out.println("rule1029 fired");
-end
-
-rule rule1030
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1030")
- then
- System.out.println("rule1030 fired");
-end
-
-rule rule1031
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1031")
- then
- System.out.println("rule1031 fired");
-end
-
-rule rule1032
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1032")
- then
- System.out.println("rule1032 fired");
-end
-
-rule rule1033
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1033")
- then
- System.out.println("rule1033 fired");
-end
-
-rule rule1034
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1034")
- then
- System.out.println("rule1034 fired");
-end
-
-rule rule1035
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1035")
- then
- System.out.println("rule1035 fired");
-end
-
-rule rule1036
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1036")
- then
- System.out.println("rule1036 fired");
-end
-
-rule rule1037
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1037")
- then
- System.out.println("rule1037 fired");
-end
-
-rule rule1038
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1038")
- then
- System.out.println("rule1038 fired");
-end
-
-rule rule1039
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1039")
- then
- System.out.println("rule1039 fired");
-end
-
-rule rule1040
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1040")
- then
- System.out.println("rule1040 fired");
-end
-
-rule rule1041
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1041")
- then
- System.out.println("rule1041 fired");
-end
-
-rule rule1042
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1042")
- then
- System.out.println("rule1042 fired");
-end
-
-rule rule1043
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1043")
- then
- System.out.println("rule1043 fired");
-end
-
-rule rule1044
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1044")
- then
- System.out.println("rule1044 fired");
-end
-
-rule rule1045
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1045")
- then
- System.out.println("rule1045 fired");
-end
-
-rule rule1046
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1046")
- then
- System.out.println("rule1046 fired");
-end
-
-rule rule1047
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1047")
- then
- System.out.println("rule1047 fired");
-end
-
-rule rule1048
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1048")
- then
- System.out.println("rule1048 fired");
-end
-
-rule rule1049
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1049")
- then
- System.out.println("rule1049 fired");
-end
-
-rule rule1050
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1050")
- then
- System.out.println("rule1050 fired");
-end
-
-rule rule1051
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1051")
- then
- System.out.println("rule1051 fired");
-end
-
-rule rule1052
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1052")
- then
- System.out.println("rule1052 fired");
-end
-
-rule rule1053
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1053")
- then
- System.out.println("rule1053 fired");
-end
-
-rule rule1054
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1054")
- then
- System.out.println("rule1054 fired");
-end
-
-rule rule1055
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1055")
- then
- System.out.println("rule1055 fired");
-end
-
-rule rule1056
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1056")
- then
- System.out.println("rule1056 fired");
-end
-
-rule rule1057
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1057")
- then
- System.out.println("rule1057 fired");
-end
-
-rule rule1058
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1058")
- then
- System.out.println("rule1058 fired");
-end
-
-rule rule1059
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1059")
- then
- System.out.println("rule1059 fired");
-end
-
-rule rule1060
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1060")
- then
- System.out.println("rule1060 fired");
-end
-
-rule rule1061
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1061")
- then
- System.out.println("rule1061 fired");
-end
-
-rule rule1062
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1062")
- then
- System.out.println("rule1062 fired");
-end
-
-rule rule1063
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1063")
- then
- System.out.println("rule1063 fired");
-end
-
-rule rule1064
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1064")
- then
- System.out.println("rule1064 fired");
-end
-
-rule rule1065
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1065")
- then
- System.out.println("rule1065 fired");
-end
-
-rule rule1066
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1066")
- then
- System.out.println("rule1066 fired");
-end
-
-rule rule1067
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1067")
- then
- System.out.println("rule1067 fired");
-end
-
-rule rule1068
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1068")
- then
- System.out.println("rule1068 fired");
-end
-
-rule rule1069
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1069")
- then
- System.out.println("rule1069 fired");
-end
-
-rule rule1070
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1070")
- then
- System.out.println("rule1070 fired");
-end
-
-rule rule1071
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1071")
- then
- System.out.println("rule1071 fired");
-end
-
-rule rule1072
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1072")
- then
- System.out.println("rule1072 fired");
-end
-
-rule rule1073
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1073")
- then
- System.out.println("rule1073 fired");
-end
-
-rule rule1074
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1074")
- then
- System.out.println("rule1074 fired");
-end
-
-rule rule1075
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1075")
- then
- System.out.println("rule1075 fired");
-end
-
-rule rule1076
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1076")
- then
- System.out.println("rule1076 fired");
-end
-
-rule rule1077
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1077")
- then
- System.out.println("rule1077 fired");
-end
-
-rule rule1078
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1078")
- then
- System.out.println("rule1078 fired");
-end
-
-rule rule1079
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1079")
- then
- System.out.println("rule1079 fired");
-end
-
-rule rule1080
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1080")
- then
- System.out.println("rule1080 fired");
-end
-
-rule rule1081
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1081")
- then
- System.out.println("rule1081 fired");
-end
-
-rule rule1082
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1082")
- then
- System.out.println("rule1082 fired");
-end
-
-rule rule1083
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1083")
- then
- System.out.println("rule1083 fired");
-end
-
-rule rule1084
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1084")
- then
- System.out.println("rule1084 fired");
-end
-
-rule rule1085
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1085")
- then
- System.out.println("rule1085 fired");
-end
-
-rule rule1086
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1086")
- then
- System.out.println("rule1086 fired");
-end
-
-rule rule1087
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1087")
- then
- System.out.println("rule1087 fired");
-end
-
-rule rule1088
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1088")
- then
- System.out.println("rule1088 fired");
-end
-
-rule rule1089
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1089")
- then
- System.out.println("rule1089 fired");
-end
-
-rule rule1090
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1090")
- then
- System.out.println("rule1090 fired");
-end
-
-rule rule1091
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1091")
- then
- System.out.println("rule1091 fired");
-end
-
-rule rule1092
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1092")
- then
- System.out.println("rule1092 fired");
-end
-
-rule rule1093
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1093")
- then
- System.out.println("rule1093 fired");
-end
-
-rule rule1094
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1094")
- then
- System.out.println("rule1094 fired");
-end
-
-rule rule1095
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1095")
- then
- System.out.println("rule1095 fired");
-end
-
-rule rule1096
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1096")
- then
- System.out.println("rule1096 fired");
-end
-
-rule rule1097
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1097")
- then
- System.out.println("rule1097 fired");
-end
-
-rule rule1098
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1098")
- then
- System.out.println("rule1098 fired");
-end
-
-rule rule1099
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1099")
- then
- System.out.println("rule1099 fired");
-end
-
-rule rule1100
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1100")
- then
- System.out.println("rule1100 fired");
-end
-
-rule rule1101
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1101")
- then
- System.out.println("rule1101 fired");
-end
-
-rule rule1102
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1102")
- then
- System.out.println("rule1102 fired");
-end
-
-rule rule1103
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1103")
- then
- System.out.println("rule1103 fired");
-end
-
-rule rule1104
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1104")
- then
- System.out.println("rule1104 fired");
-end
-
-rule rule1105
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1105")
- then
- System.out.println("rule1105 fired");
-end
-
-rule rule1106
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1106")
- then
- System.out.println("rule1106 fired");
-end
-
-rule rule1107
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1107")
- then
- System.out.println("rule1107 fired");
-end
-
-rule rule1108
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1108")
- then
- System.out.println("rule1108 fired");
-end
-
-rule rule1109
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1109")
- then
- System.out.println("rule1109 fired");
-end
-
-rule rule1110
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1110")
- then
- System.out.println("rule1110 fired");
-end
-
-rule rule1111
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1111")
- then
- System.out.println("rule1111 fired");
-end
-
-rule rule1112
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1112")
- then
- System.out.println("rule1112 fired");
-end
-
-rule rule1113
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1113")
- then
- System.out.println("rule1113 fired");
-end
-
-rule rule1114
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1114")
- then
- System.out.println("rule1114 fired");
-end
-
-rule rule1115
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1115")
- then
- System.out.println("rule1115 fired");
-end
-
-rule rule1116
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1116")
- then
- System.out.println("rule1116 fired");
-end
-
-rule rule1117
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1117")
- then
- System.out.println("rule1117 fired");
-end
-
-rule rule1118
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1118")
- then
- System.out.println("rule1118 fired");
-end
-
-rule rule1119
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1119")
- then
- System.out.println("rule1119 fired");
-end
-
-rule rule1120
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1120")
- then
- System.out.println("rule1120 fired");
-end
-
-rule rule1121
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1121")
- then
- System.out.println("rule1121 fired");
-end
-
-rule rule1122
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1122")
- then
- System.out.println("rule1122 fired");
-end
-
-rule rule1123
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1123")
- then
- System.out.println("rule1123 fired");
-end
-
-rule rule1124
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1124")
- then
- System.out.println("rule1124 fired");
-end
-
-rule rule1125
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1125")
- then
- System.out.println("rule1125 fired");
-end
-
-rule rule1126
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1126")
- then
- System.out.println("rule1126 fired");
-end
-
-rule rule1127
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1127")
- then
- System.out.println("rule1127 fired");
-end
-
-rule rule1128
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1128")
- then
- System.out.println("rule1128 fired");
-end
-
-rule rule1129
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1129")
- then
- System.out.println("rule1129 fired");
-end
-
-rule rule1130
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1130")
- then
- System.out.println("rule1130 fired");
-end
-
-rule rule1131
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1131")
- then
- System.out.println("rule1131 fired");
-end
-
-rule rule1132
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1132")
- then
- System.out.println("rule1132 fired");
-end
-
-rule rule1133
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1133")
- then
- System.out.println("rule1133 fired");
-end
-
-rule rule1134
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1134")
- then
- System.out.println("rule1134 fired");
-end
-
-rule rule1135
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1135")
- then
- System.out.println("rule1135 fired");
-end
-
-rule rule1136
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1136")
- then
- System.out.println("rule1136 fired");
-end
-
-rule rule1137
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1137")
- then
- System.out.println("rule1137 fired");
-end
-
-rule rule1138
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1138")
- then
- System.out.println("rule1138 fired");
-end
-
-rule rule1139
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1139")
- then
- System.out.println("rule1139 fired");
-end
-
-rule rule1140
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1140")
- then
- System.out.println("rule1140 fired");
-end
-
-rule rule1141
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1141")
- then
- System.out.println("rule1141 fired");
-end
-
-rule rule1142
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1142")
- then
- System.out.println("rule1142 fired");
-end
-
-rule rule1143
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1143")
- then
- System.out.println("rule1143 fired");
-end
-
-rule rule1144
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1144")
- then
- System.out.println("rule1144 fired");
-end
-
-rule rule1145
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1145")
- then
- System.out.println("rule1145 fired");
-end
-
-rule rule1146
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1146")
- then
- System.out.println("rule1146 fired");
-end
-
-rule rule1147
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1147")
- then
- System.out.println("rule1147 fired");
-end
-
-rule rule1148
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1148")
- then
- System.out.println("rule1148 fired");
-end
-
-rule rule1149
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1149")
- then
- System.out.println("rule1149 fired");
-end
-
-rule rule1150
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1150")
- then
- System.out.println("rule1150 fired");
-end
-
-rule rule1151
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1151")
- then
- System.out.println("rule1151 fired");
-end
-
-rule rule1152
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1152")
- then
- System.out.println("rule1152 fired");
-end
-
-rule rule1153
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1153")
- then
- System.out.println("rule1153 fired");
-end
-
-rule rule1154
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1154")
- then
- System.out.println("rule1154 fired");
-end
-
-rule rule1155
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1155")
- then
- System.out.println("rule1155 fired");
-end
-
-rule rule1156
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1156")
- then
- System.out.println("rule1156 fired");
-end
-
-rule rule1157
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1157")
- then
- System.out.println("rule1157 fired");
-end
-
-rule rule1158
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1158")
- then
- System.out.println("rule1158 fired");
-end
-
-rule rule1159
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1159")
- then
- System.out.println("rule1159 fired");
-end
-
-rule rule1160
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1160")
- then
- System.out.println("rule1160 fired");
-end
-
-rule rule1161
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1161")
- then
- System.out.println("rule1161 fired");
-end
-
-rule rule1162
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1162")
- then
- System.out.println("rule1162 fired");
-end
-
-rule rule1163
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1163")
- then
- System.out.println("rule1163 fired");
-end
-
-rule rule1164
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1164")
- then
- System.out.println("rule1164 fired");
-end
-
-rule rule1165
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1165")
- then
- System.out.println("rule1165 fired");
-end
-
-rule rule1166
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1166")
- then
- System.out.println("rule1166 fired");
-end
-
-rule rule1167
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1167")
- then
- System.out.println("rule1167 fired");
-end
-
-rule rule1168
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1168")
- then
- System.out.println("rule1168 fired");
-end
-
-rule rule1169
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1169")
- then
- System.out.println("rule1169 fired");
-end
-
-rule rule1170
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1170")
- then
- System.out.println("rule1170 fired");
-end
-
-rule rule1171
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1171")
- then
- System.out.println("rule1171 fired");
-end
-
-rule rule1172
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1172")
- then
- System.out.println("rule1172 fired");
-end
-
-rule rule1173
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1173")
- then
- System.out.println("rule1173 fired");
-end
-
-rule rule1174
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1174")
- then
- System.out.println("rule1174 fired");
-end
-
-rule rule1175
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1175")
- then
- System.out.println("rule1175 fired");
-end
-
-rule rule1176
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1176")
- then
- System.out.println("rule1176 fired");
-end
-
-rule rule1177
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1177")
- then
- System.out.println("rule1177 fired");
-end
-
-rule rule1178
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1178")
- then
- System.out.println("rule1178 fired");
-end
-
-rule rule1179
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1179")
- then
- System.out.println("rule1179 fired");
-end
-
-rule rule1180
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1180")
- then
- System.out.println("rule1180 fired");
-end
-
-rule rule1181
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1181")
- then
- System.out.println("rule1181 fired");
-end
-
-rule rule1182
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1182")
- then
- System.out.println("rule1182 fired");
-end
-
-rule rule1183
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1183")
- then
- System.out.println("rule1183 fired");
-end
-
-rule rule1184
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1184")
- then
- System.out.println("rule1184 fired");
-end
-
-rule rule1185
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1185")
- then
- System.out.println("rule1185 fired");
-end
-
-rule rule1186
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1186")
- then
- System.out.println("rule1186 fired");
-end
-
-rule rule1187
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1187")
- then
- System.out.println("rule1187 fired");
-end
-
-rule rule1188
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1188")
- then
- System.out.println("rule1188 fired");
-end
-
-rule rule1189
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1189")
- then
- System.out.println("rule1189 fired");
-end
-
-rule rule1190
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1190")
- then
- System.out.println("rule1190 fired");
-end
-
-rule rule1191
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1191")
- then
- System.out.println("rule1191 fired");
-end
-
-rule rule1192
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1192")
- then
- System.out.println("rule1192 fired");
-end
-
-rule rule1193
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1193")
- then
- System.out.println("rule1193 fired");
-end
-
-rule rule1194
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1194")
- then
- System.out.println("rule1194 fired");
-end
-
-rule rule1195
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1195")
- then
- System.out.println("rule1195 fired");
-end
-
-rule rule1196
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1196")
- then
- System.out.println("rule1196 fired");
-end
-
-rule rule1197
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1197")
- then
- System.out.println("rule1197 fired");
-end
-
-rule rule1198
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1198")
- then
- System.out.println("rule1198 fired");
-end
-
-rule rule1199
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1199")
- then
- System.out.println("rule1199 fired");
-end
-
-rule rule1200
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1200")
- then
- System.out.println("rule1200 fired");
-end
-
-rule rule1201
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1201")
- then
- System.out.println("rule1201 fired");
-end
-
-rule rule1202
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1202")
- then
- System.out.println("rule1202 fired");
-end
-
-rule rule1203
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1203")
- then
- System.out.println("rule1203 fired");
-end
-
-rule rule1204
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1204")
- then
- System.out.println("rule1204 fired");
-end
-
-rule rule1205
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1205")
- then
- System.out.println("rule1205 fired");
-end
-
-rule rule1206
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1206")
- then
- System.out.println("rule1206 fired");
-end
-
-rule rule1207
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1207")
- then
- System.out.println("rule1207 fired");
-end
-
-rule rule1208
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1208")
- then
- System.out.println("rule1208 fired");
-end
-
-rule rule1209
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1209")
- then
- System.out.println("rule1209 fired");
-end
-
-rule rule1210
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1210")
- then
- System.out.println("rule1210 fired");
-end
-
-rule rule1211
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1211")
- then
- System.out.println("rule1211 fired");
-end
-
-rule rule1212
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1212")
- then
- System.out.println("rule1212 fired");
-end
-
-rule rule1213
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1213")
- then
- System.out.println("rule1213 fired");
-end
-
-rule rule1214
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1214")
- then
- System.out.println("rule1214 fired");
-end
-
-rule rule1215
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1215")
- then
- System.out.println("rule1215 fired");
-end
-
-rule rule1216
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1216")
- then
- System.out.println("rule1216 fired");
-end
-
-rule rule1217
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1217")
- then
- System.out.println("rule1217 fired");
-end
-
-rule rule1218
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1218")
- then
- System.out.println("rule1218 fired");
-end
-
-rule rule1219
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1219")
- then
- System.out.println("rule1219 fired");
-end
-
-rule rule1220
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1220")
- then
- System.out.println("rule1220 fired");
-end
-
-rule rule1221
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1221")
- then
- System.out.println("rule1221 fired");
-end
-
-rule rule1222
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1222")
- then
- System.out.println("rule1222 fired");
-end
-
-rule rule1223
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1223")
- then
- System.out.println("rule1223 fired");
-end
-
-rule rule1224
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1224")
- then
- System.out.println("rule1224 fired");
-end
-
-rule rule1225
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1225")
- then
- System.out.println("rule1225 fired");
-end
-
-rule rule1226
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1226")
- then
- System.out.println("rule1226 fired");
-end
-
-rule rule1227
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1227")
- then
- System.out.println("rule1227 fired");
-end
-
-rule rule1228
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1228")
- then
- System.out.println("rule1228 fired");
-end
-
-rule rule1229
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1229")
- then
- System.out.println("rule1229 fired");
-end
-
-rule rule1230
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1230")
- then
- System.out.println("rule1230 fired");
-end
-
-rule rule1231
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1231")
- then
- System.out.println("rule1231 fired");
-end
-
-rule rule1232
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1232")
- then
- System.out.println("rule1232 fired");
-end
-
-rule rule1233
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1233")
- then
- System.out.println("rule1233 fired");
-end
-
-rule rule1234
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1234")
- then
- System.out.println("rule1234 fired");
-end
-
-rule rule1235
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1235")
- then
- System.out.println("rule1235 fired");
-end
-
-rule rule1236
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1236")
- then
- System.out.println("rule1236 fired");
-end
-
-rule rule1237
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1237")
- then
- System.out.println("rule1237 fired");
-end
-
-rule rule1238
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1238")
- then
- System.out.println("rule1238 fired");
-end
-
-rule rule1239
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1239")
- then
- System.out.println("rule1239 fired");
-end
-
-rule rule1240
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1240")
- then
- System.out.println("rule1240 fired");
-end
-
-rule rule1241
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1241")
- then
- System.out.println("rule1241 fired");
-end
-
-rule rule1242
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1242")
- then
- System.out.println("rule1242 fired");
-end
-
-rule rule1243
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1243")
- then
- System.out.println("rule1243 fired");
-end
-
-rule rule1244
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1244")
- then
- System.out.println("rule1244 fired");
-end
-
-rule rule1245
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1245")
- then
- System.out.println("rule1245 fired");
-end
-
-rule rule1246
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1246")
- then
- System.out.println("rule1246 fired");
-end
-
-rule rule1247
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1247")
- then
- System.out.println("rule1247 fired");
-end
-
-rule rule1248
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1248")
- then
- System.out.println("rule1248 fired");
-end
-
-rule rule1249
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1249")
- then
- System.out.println("rule1249 fired");
-end
-
-rule rule1250
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1250")
- then
- System.out.println("rule1250 fired");
-end
-
-rule rule1251
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1251")
- then
- System.out.println("rule1251 fired");
-end
-
-rule rule1252
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1252")
- then
- System.out.println("rule1252 fired");
-end
-
-rule rule1253
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1253")
- then
- System.out.println("rule1253 fired");
-end
-
-rule rule1254
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1254")
- then
- System.out.println("rule1254 fired");
-end
-
-rule rule1255
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1255")
- then
- System.out.println("rule1255 fired");
-end
-
-rule rule1256
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1256")
- then
- System.out.println("rule1256 fired");
-end
-
-rule rule1257
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1257")
- then
- System.out.println("rule1257 fired");
-end
-
-rule rule1258
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1258")
- then
- System.out.println("rule1258 fired");
-end
-
-rule rule1259
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1259")
- then
- System.out.println("rule1259 fired");
-end
-
-rule rule1260
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1260")
- then
- System.out.println("rule1260 fired");
-end
-
-rule rule1261
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1261")
- then
- System.out.println("rule1261 fired");
-end
-
-rule rule1262
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1262")
- then
- System.out.println("rule1262 fired");
-end
-
-rule rule1263
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1263")
- then
- System.out.println("rule1263 fired");
-end
-
-rule rule1264
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1264")
- then
- System.out.println("rule1264 fired");
-end
-
-rule rule1265
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1265")
- then
- System.out.println("rule1265 fired");
-end
-
-rule rule1266
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1266")
- then
- System.out.println("rule1266 fired");
-end
-
-rule rule1267
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1267")
- then
- System.out.println("rule1267 fired");
-end
-
-rule rule1268
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1268")
- then
- System.out.println("rule1268 fired");
-end
-
-rule rule1269
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1269")
- then
- System.out.println("rule1269 fired");
-end
-
-rule rule1270
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1270")
- then
- System.out.println("rule1270 fired");
-end
-
-rule rule1271
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1271")
- then
- System.out.println("rule1271 fired");
-end
-
-rule rule1272
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1272")
- then
- System.out.println("rule1272 fired");
-end
-
-rule rule1273
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1273")
- then
- System.out.println("rule1273 fired");
-end
-
-rule rule1274
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1274")
- then
- System.out.println("rule1274 fired");
-end
-
-rule rule1275
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1275")
- then
- System.out.println("rule1275 fired");
-end
-
-rule rule1276
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1276")
- then
- System.out.println("rule1276 fired");
-end
-
-rule rule1277
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1277")
- then
- System.out.println("rule1277 fired");
-end
-
-rule rule1278
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1278")
- then
- System.out.println("rule1278 fired");
-end
-
-rule rule1279
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1279")
- then
- System.out.println("rule1279 fired");
-end
-
-rule rule1280
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1280")
- then
- System.out.println("rule1280 fired");
-end
-
-rule rule1281
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1281")
- then
- System.out.println("rule1281 fired");
-end
-
-rule rule1282
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1282")
- then
- System.out.println("rule1282 fired");
-end
-
-rule rule1283
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1283")
- then
- System.out.println("rule1283 fired");
-end
-
-rule rule1284
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1284")
- then
- System.out.println("rule1284 fired");
-end
-
-rule rule1285
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1285")
- then
- System.out.println("rule1285 fired");
-end
-
-rule rule1286
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1286")
- then
- System.out.println("rule1286 fired");
-end
-
-rule rule1287
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1287")
- then
- System.out.println("rule1287 fired");
-end
-
-rule rule1288
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1288")
- then
- System.out.println("rule1288 fired");
-end
-
-rule rule1289
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1289")
- then
- System.out.println("rule1289 fired");
-end
-
-rule rule1290
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1290")
- then
- System.out.println("rule1290 fired");
-end
-
-rule rule1291
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1291")
- then
- System.out.println("rule1291 fired");
-end
-
-rule rule1292
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1292")
- then
- System.out.println("rule1292 fired");
-end
-
-rule rule1293
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1293")
- then
- System.out.println("rule1293 fired");
-end
-
-rule rule1294
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1294")
- then
- System.out.println("rule1294 fired");
-end
-
-rule rule1295
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1295")
- then
- System.out.println("rule1295 fired");
-end
-
-rule rule1296
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1296")
- then
- System.out.println("rule1296 fired");
-end
-
-rule rule1297
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1297")
- then
- System.out.println("rule1297 fired");
-end
-
-rule rule1298
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1298")
- then
- System.out.println("rule1298 fired");
-end
-
-rule rule1299
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1299")
- then
- System.out.println("rule1299 fired");
-end
-
-rule rule1300
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1300")
- then
- System.out.println("rule1300 fired");
-end
-
-rule rule1301
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1301")
- then
- System.out.println("rule1301 fired");
-end
-
-rule rule1302
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1302")
- then
- System.out.println("rule1302 fired");
-end
-
-rule rule1303
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1303")
- then
- System.out.println("rule1303 fired");
-end
-
-rule rule1304
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1304")
- then
- System.out.println("rule1304 fired");
-end
-
-rule rule1305
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1305")
- then
- System.out.println("rule1305 fired");
-end
-
-rule rule1306
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1306")
- then
- System.out.println("rule1306 fired");
-end
-
-rule rule1307
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1307")
- then
- System.out.println("rule1307 fired");
-end
-
-rule rule1308
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1308")
- then
- System.out.println("rule1308 fired");
-end
-
-rule rule1309
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1309")
- then
- System.out.println("rule1309 fired");
-end
-
-rule rule1310
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1310")
- then
- System.out.println("rule1310 fired");
-end
-
-rule rule1311
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1311")
- then
- System.out.println("rule1311 fired");
-end
-
-rule rule1312
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1312")
- then
- System.out.println("rule1312 fired");
-end
-
-rule rule1313
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1313")
- then
- System.out.println("rule1313 fired");
-end
-
-rule rule1314
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1314")
- then
- System.out.println("rule1314 fired");
-end
-
-rule rule1315
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1315")
- then
- System.out.println("rule1315 fired");
-end
-
-rule rule1316
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1316")
- then
- System.out.println("rule1316 fired");
-end
-
-rule rule1317
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1317")
- then
- System.out.println("rule1317 fired");
-end
-
-rule rule1318
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1318")
- then
- System.out.println("rule1318 fired");
-end
-
-rule rule1319
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1319")
- then
- System.out.println("rule1319 fired");
-end
-
-rule rule1320
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1320")
- then
- System.out.println("rule1320 fired");
-end
-
-rule rule1321
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1321")
- then
- System.out.println("rule1321 fired");
-end
-
-rule rule1322
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1322")
- then
- System.out.println("rule1322 fired");
-end
-
-rule rule1323
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1323")
- then
- System.out.println("rule1323 fired");
-end
-
-rule rule1324
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1324")
- then
- System.out.println("rule1324 fired");
-end
-
-rule rule1325
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1325")
- then
- System.out.println("rule1325 fired");
-end
-
-rule rule1326
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1326")
- then
- System.out.println("rule1326 fired");
-end
-
-rule rule1327
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1327")
- then
- System.out.println("rule1327 fired");
-end
-
-rule rule1328
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1328")
- then
- System.out.println("rule1328 fired");
-end
-
-rule rule1329
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1329")
- then
- System.out.println("rule1329 fired");
-end
-
-rule rule1330
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1330")
- then
- System.out.println("rule1330 fired");
-end
-
-rule rule1331
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1331")
- then
- System.out.println("rule1331 fired");
-end
-
-rule rule1332
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1332")
- then
- System.out.println("rule1332 fired");
-end
-
-rule rule1333
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1333")
- then
- System.out.println("rule1333 fired");
-end
-
-rule rule1334
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1334")
- then
- System.out.println("rule1334 fired");
-end
-
-rule rule1335
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1335")
- then
- System.out.println("rule1335 fired");
-end
-
-rule rule1336
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1336")
- then
- System.out.println("rule1336 fired");
-end
-
-rule rule1337
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1337")
- then
- System.out.println("rule1337 fired");
-end
-
-rule rule1338
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1338")
- then
- System.out.println("rule1338 fired");
-end
-
-rule rule1339
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1339")
- then
- System.out.println("rule1339 fired");
-end
-
-rule rule1340
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1340")
- then
- System.out.println("rule1340 fired");
-end
-
-rule rule1341
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1341")
- then
- System.out.println("rule1341 fired");
-end
-
-rule rule1342
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1342")
- then
- System.out.println("rule1342 fired");
-end
-
-rule rule1343
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1343")
- then
- System.out.println("rule1343 fired");
-end
-
-rule rule1344
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1344")
- then
- System.out.println("rule1344 fired");
-end
-
-rule rule1345
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1345")
- then
- System.out.println("rule1345 fired");
-end
-
-rule rule1346
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1346")
- then
- System.out.println("rule1346 fired");
-end
-
-rule rule1347
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1347")
- then
- System.out.println("rule1347 fired");
-end
-
-rule rule1348
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1348")
- then
- System.out.println("rule1348 fired");
-end
-
-rule rule1349
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1349")
- then
- System.out.println("rule1349 fired");
-end
-
-rule rule1350
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1350")
- then
- System.out.println("rule1350 fired");
-end
-
-rule rule1351
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1351")
- then
- System.out.println("rule1351 fired");
-end
-
-rule rule1352
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1352")
- then
- System.out.println("rule1352 fired");
-end
-
-rule rule1353
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1353")
- then
- System.out.println("rule1353 fired");
-end
-
-rule rule1354
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1354")
- then
- System.out.println("rule1354 fired");
-end
-
-rule rule1355
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1355")
- then
- System.out.println("rule1355 fired");
-end
-
-rule rule1356
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1356")
- then
- System.out.println("rule1356 fired");
-end
-
-rule rule1357
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1357")
- then
- System.out.println("rule1357 fired");
-end
-
-rule rule1358
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1358")
- then
- System.out.println("rule1358 fired");
-end
-
-rule rule1359
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1359")
- then
- System.out.println("rule1359 fired");
-end
-
-rule rule1360
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1360")
- then
- System.out.println("rule1360 fired");
-end
-
-rule rule1361
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1361")
- then
- System.out.println("rule1361 fired");
-end
-
-rule rule1362
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1362")
- then
- System.out.println("rule1362 fired");
-end
-
-rule rule1363
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1363")
- then
- System.out.println("rule1363 fired");
-end
-
-rule rule1364
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1364")
- then
- System.out.println("rule1364 fired");
-end
-
-rule rule1365
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1365")
- then
- System.out.println("rule1365 fired");
-end
-
-rule rule1366
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1366")
- then
- System.out.println("rule1366 fired");
-end
-
-rule rule1367
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1367")
- then
- System.out.println("rule1367 fired");
-end
-
-rule rule1368
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1368")
- then
- System.out.println("rule1368 fired");
-end
-
-rule rule1369
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1369")
- then
- System.out.println("rule1369 fired");
-end
-
-rule rule1370
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1370")
- then
- System.out.println("rule1370 fired");
-end
-
-rule rule1371
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1371")
- then
- System.out.println("rule1371 fired");
-end
-
-rule rule1372
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1372")
- then
- System.out.println("rule1372 fired");
-end
-
-rule rule1373
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1373")
- then
- System.out.println("rule1373 fired");
-end
-
-rule rule1374
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1374")
- then
- System.out.println("rule1374 fired");
-end
-
-rule rule1375
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1375")
- then
- System.out.println("rule1375 fired");
-end
-
-rule rule1376
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1376")
- then
- System.out.println("rule1376 fired");
-end
-
-rule rule1377
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1377")
- then
- System.out.println("rule1377 fired");
-end
-
-rule rule1378
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1378")
- then
- System.out.println("rule1378 fired");
-end
-
-rule rule1379
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1379")
- then
- System.out.println("rule1379 fired");
-end
-
-rule rule1380
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1380")
- then
- System.out.println("rule1380 fired");
-end
-
-rule rule1381
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1381")
- then
- System.out.println("rule1381 fired");
-end
-
-rule rule1382
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1382")
- then
- System.out.println("rule1382 fired");
-end
-
-rule rule1383
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1383")
- then
- System.out.println("rule1383 fired");
-end
-
-rule rule1384
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1384")
- then
- System.out.println("rule1384 fired");
-end
-
-rule rule1385
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1385")
- then
- System.out.println("rule1385 fired");
-end
-
-rule rule1386
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1386")
- then
- System.out.println("rule1386 fired");
-end
-
-rule rule1387
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1387")
- then
- System.out.println("rule1387 fired");
-end
-
-rule rule1388
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1388")
- then
- System.out.println("rule1388 fired");
-end
-
-rule rule1389
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1389")
- then
- System.out.println("rule1389 fired");
-end
-
-rule rule1390
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1390")
- then
- System.out.println("rule1390 fired");
-end
-
-rule rule1391
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1391")
- then
- System.out.println("rule1391 fired");
-end
-
-rule rule1392
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1392")
- then
- System.out.println("rule1392 fired");
-end
-
-rule rule1393
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1393")
- then
- System.out.println("rule1393 fired");
-end
-
-rule rule1394
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1394")
- then
- System.out.println("rule1394 fired");
-end
-
-rule rule1395
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1395")
- then
- System.out.println("rule1395 fired");
-end
-
-rule rule1396
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1396")
- then
- System.out.println("rule1396 fired");
-end
-
-rule rule1397
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1397")
- then
- System.out.println("rule1397 fired");
-end
-
-rule rule1398
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1398")
- then
- System.out.println("rule1398 fired");
-end
-
-rule rule1399
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1399")
- then
- System.out.println("rule1399 fired");
-end
-
-rule rule1400
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1400")
- then
- System.out.println("rule1400 fired");
-end
-
-rule rule1401
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1401")
- then
- System.out.println("rule1401 fired");
-end
-
-rule rule1402
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1402")
- then
- System.out.println("rule1402 fired");
-end
-
-rule rule1403
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1403")
- then
- System.out.println("rule1403 fired");
-end
-
-rule rule1404
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1404")
- then
- System.out.println("rule1404 fired");
-end
-
-rule rule1405
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1405")
- then
- System.out.println("rule1405 fired");
-end
-
-rule rule1406
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1406")
- then
- System.out.println("rule1406 fired");
-end
-
-rule rule1407
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1407")
- then
- System.out.println("rule1407 fired");
-end
-
-rule rule1408
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1408")
- then
- System.out.println("rule1408 fired");
-end
-
-rule rule1409
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1409")
- then
- System.out.println("rule1409 fired");
-end
-
-rule rule1410
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1410")
- then
- System.out.println("rule1410 fired");
-end
-
-rule rule1411
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1411")
- then
- System.out.println("rule1411 fired");
-end
-
-rule rule1412
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1412")
- then
- System.out.println("rule1412 fired");
-end
-
-rule rule1413
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1413")
- then
- System.out.println("rule1413 fired");
-end
-
-rule rule1414
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1414")
- then
- System.out.println("rule1414 fired");
-end
-
-rule rule1415
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1415")
- then
- System.out.println("rule1415 fired");
-end
-
-rule rule1416
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1416")
- then
- System.out.println("rule1416 fired");
-end
-
-rule rule1417
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1417")
- then
- System.out.println("rule1417 fired");
-end
-
-rule rule1418
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1418")
- then
- System.out.println("rule1418 fired");
-end
-
-rule rule1419
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1419")
- then
- System.out.println("rule1419 fired");
-end
-
-rule rule1420
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1420")
- then
- System.out.println("rule1420 fired");
-end
-
-rule rule1421
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1421")
- then
- System.out.println("rule1421 fired");
-end
-
-rule rule1422
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1422")
- then
- System.out.println("rule1422 fired");
-end
-
-rule rule1423
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1423")
- then
- System.out.println("rule1423 fired");
-end
-
-rule rule1424
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1424")
- then
- System.out.println("rule1424 fired");
-end
-
-rule rule1425
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1425")
- then
- System.out.println("rule1425 fired");
-end
-
-rule rule1426
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1426")
- then
- System.out.println("rule1426 fired");
-end
-
-rule rule1427
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1427")
- then
- System.out.println("rule1427 fired");
-end
-
-rule rule1428
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1428")
- then
- System.out.println("rule1428 fired");
-end
-
-rule rule1429
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1429")
- then
- System.out.println("rule1429 fired");
-end
-
-rule rule1430
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1430")
- then
- System.out.println("rule1430 fired");
-end
-
-rule rule1431
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1431")
- then
- System.out.println("rule1431 fired");
-end
-
-rule rule1432
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1432")
- then
- System.out.println("rule1432 fired");
-end
-
-rule rule1433
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1433")
- then
- System.out.println("rule1433 fired");
-end
-
-rule rule1434
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1434")
- then
- System.out.println("rule1434 fired");
-end
-
-rule rule1435
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1435")
- then
- System.out.println("rule1435 fired");
-end
-
-rule rule1436
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1436")
- then
- System.out.println("rule1436 fired");
-end
-
-rule rule1437
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1437")
- then
- System.out.println("rule1437 fired");
-end
-
-rule rule1438
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1438")
- then
- System.out.println("rule1438 fired");
-end
-
-rule rule1439
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1439")
- then
- System.out.println("rule1439 fired");
-end
-
-rule rule1440
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1440")
- then
- System.out.println("rule1440 fired");
-end
-
-rule rule1441
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1441")
- then
- System.out.println("rule1441 fired");
-end
-
-rule rule1442
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1442")
- then
- System.out.println("rule1442 fired");
-end
-
-rule rule1443
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1443")
- then
- System.out.println("rule1443 fired");
-end
-
-rule rule1444
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1444")
- then
- System.out.println("rule1444 fired");
-end
-
-rule rule1445
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1445")
- then
- System.out.println("rule1445 fired");
-end
-
-rule rule1446
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1446")
- then
- System.out.println("rule1446 fired");
-end
-
-rule rule1447
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1447")
- then
- System.out.println("rule1447 fired");
-end
-
-rule rule1448
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1448")
- then
- System.out.println("rule1448 fired");
-end
-
-rule rule1449
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1449")
- then
- System.out.println("rule1449 fired");
-end
-
-rule rule1450
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1450")
- then
- System.out.println("rule1450 fired");
-end
-
-rule rule1451
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1451")
- then
- System.out.println("rule1451 fired");
-end
-
-rule rule1452
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1452")
- then
- System.out.println("rule1452 fired");
-end
-
-rule rule1453
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1453")
- then
- System.out.println("rule1453 fired");
-end
-
-rule rule1454
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1454")
- then
- System.out.println("rule1454 fired");
-end
-
-rule rule1455
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1455")
- then
- System.out.println("rule1455 fired");
-end
-
-rule rule1456
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1456")
- then
- System.out.println("rule1456 fired");
-end
-
-rule rule1457
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1457")
- then
- System.out.println("rule1457 fired");
-end
-
-rule rule1458
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1458")
- then
- System.out.println("rule1458 fired");
-end
-
-rule rule1459
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1459")
- then
- System.out.println("rule1459 fired");
-end
-
-rule rule1460
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1460")
- then
- System.out.println("rule1460 fired");
-end
-
-rule rule1461
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1461")
- then
- System.out.println("rule1461 fired");
-end
-
-rule rule1462
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1462")
- then
- System.out.println("rule1462 fired");
-end
-
-rule rule1463
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1463")
- then
- System.out.println("rule1463 fired");
-end
-
-rule rule1464
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1464")
- then
- System.out.println("rule1464 fired");
-end
-
-rule rule1465
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1465")
- then
- System.out.println("rule1465 fired");
-end
-
-rule rule1466
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1466")
- then
- System.out.println("rule1466 fired");
-end
-
-rule rule1467
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1467")
- then
- System.out.println("rule1467 fired");
-end
-
-rule rule1468
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1468")
- then
- System.out.println("rule1468 fired");
-end
-
-rule rule1469
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1469")
- then
- System.out.println("rule1469 fired");
-end
-
-rule rule1470
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1470")
- then
- System.out.println("rule1470 fired");
-end
-
-rule rule1471
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1471")
- then
- System.out.println("rule1471 fired");
-end
-
-rule rule1472
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1472")
- then
- System.out.println("rule1472 fired");
-end
-
-rule rule1473
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1473")
- then
- System.out.println("rule1473 fired");
-end
-
-rule rule1474
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1474")
- then
- System.out.println("rule1474 fired");
-end
-
-rule rule1475
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1475")
- then
- System.out.println("rule1475 fired");
-end
-
-rule rule1476
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1476")
- then
- System.out.println("rule1476 fired");
-end
-
-rule rule1477
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1477")
- then
- System.out.println("rule1477 fired");
-end
-
-rule rule1478
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1478")
- then
- System.out.println("rule1478 fired");
-end
-
-rule rule1479
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1479")
- then
- System.out.println("rule1479 fired");
-end
-
-rule rule1480
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1480")
- then
- System.out.println("rule1480 fired");
-end
-
-rule rule1481
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1481")
- then
- System.out.println("rule1481 fired");
-end
-
-rule rule1482
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1482")
- then
- System.out.println("rule1482 fired");
-end
-
-rule rule1483
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1483")
- then
- System.out.println("rule1483 fired");
-end
-
-rule rule1484
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1484")
- then
- System.out.println("rule1484 fired");
-end
-
-rule rule1485
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1485")
- then
- System.out.println("rule1485 fired");
-end
-
-rule rule1486
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1486")
- then
- System.out.println("rule1486 fired");
-end
-
-rule rule1487
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1487")
- then
- System.out.println("rule1487 fired");
-end
-
-rule rule1488
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1488")
- then
- System.out.println("rule1488 fired");
-end
-
-rule rule1489
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1489")
- then
- System.out.println("rule1489 fired");
-end
-
-rule rule1490
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1490")
- then
- System.out.println("rule1490 fired");
-end
-
-rule rule1491
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1491")
- then
- System.out.println("rule1491 fired");
-end
-
-rule rule1492
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1492")
- then
- System.out.println("rule1492 fired");
-end
-
-rule rule1493
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1493")
- then
- System.out.println("rule1493 fired");
-end
-
-rule rule1494
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1494")
- then
- System.out.println("rule1494 fired");
-end
-
-rule rule1495
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1495")
- then
- System.out.println("rule1495 fired");
-end
-
-rule rule1496
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1496")
- then
- System.out.println("rule1496 fired");
-end
-
-rule rule1497
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1497")
- then
- System.out.println("rule1497 fired");
-end
-
-rule rule1498
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1498")
- then
- System.out.println("rule1498 fired");
-end
-
-rule rule1499
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1499")
- then
- System.out.println("rule1499 fired");
-end
-
-rule rule1500
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1500")
- then
- System.out.println("rule1500 fired");
-end
-
-rule rule1501
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1501")
- then
- System.out.println("rule1501 fired");
-end
-
-rule rule1502
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1502")
- then
- System.out.println("rule1502 fired");
-end
-
-rule rule1503
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1503")
- then
- System.out.println("rule1503 fired");
-end
-
-rule rule1504
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1504")
- then
- System.out.println("rule1504 fired");
-end
-
-rule rule1505
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1505")
- then
- System.out.println("rule1505 fired");
-end
-
-rule rule1506
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1506")
- then
- System.out.println("rule1506 fired");
-end
-
-rule rule1507
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1507")
- then
- System.out.println("rule1507 fired");
-end
-
-rule rule1508
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1508")
- then
- System.out.println("rule1508 fired");
-end
-
-rule rule1509
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1509")
- then
- System.out.println("rule1509 fired");
-end
-
-rule rule1510
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1510")
- then
- System.out.println("rule1510 fired");
-end
-
-rule rule1511
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1511")
- then
- System.out.println("rule1511 fired");
-end
-
-rule rule1512
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1512")
- then
- System.out.println("rule1512 fired");
-end
-
-rule rule1513
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1513")
- then
- System.out.println("rule1513 fired");
-end
-
-rule rule1514
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1514")
- then
- System.out.println("rule1514 fired");
-end
-
-rule rule1515
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1515")
- then
- System.out.println("rule1515 fired");
-end
-
-rule rule1516
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1516")
- then
- System.out.println("rule1516 fired");
-end
-
-rule rule1517
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1517")
- then
- System.out.println("rule1517 fired");
-end
-
-rule rule1518
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1518")
- then
- System.out.println("rule1518 fired");
-end
-
-rule rule1519
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1519")
- then
- System.out.println("rule1519 fired");
-end
-
-rule rule1520
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1520")
- then
- System.out.println("rule1520 fired");
-end
-
-rule rule1521
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1521")
- then
- System.out.println("rule1521 fired");
-end
-
-rule rule1522
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1522")
- then
- System.out.println("rule1522 fired");
-end
-
-rule rule1523
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1523")
- then
- System.out.println("rule1523 fired");
-end
-
-rule rule1524
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1524")
- then
- System.out.println("rule1524 fired");
-end
-
-rule rule1525
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1525")
- then
- System.out.println("rule1525 fired");
-end
-
-rule rule1526
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1526")
- then
- System.out.println("rule1526 fired");
-end
-
-rule rule1527
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1527")
- then
- System.out.println("rule1527 fired");
-end
-
-rule rule1528
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1528")
- then
- System.out.println("rule1528 fired");
-end
-
-rule rule1529
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1529")
- then
- System.out.println("rule1529 fired");
-end
-
-rule rule1530
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1530")
- then
- System.out.println("rule1530 fired");
-end
-
-rule rule1531
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1531")
- then
- System.out.println("rule1531 fired");
-end
-
-rule rule1532
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1532")
- then
- System.out.println("rule1532 fired");
-end
-
-rule rule1533
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1533")
- then
- System.out.println("rule1533 fired");
-end
-
-rule rule1534
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1534")
- then
- System.out.println("rule1534 fired");
-end
-
-rule rule1535
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1535")
- then
- System.out.println("rule1535 fired");
-end
-
-rule rule1536
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1536")
- then
- System.out.println("rule1536 fired");
-end
-
-rule rule1537
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1537")
- then
- System.out.println("rule1537 fired");
-end
-
-rule rule1538
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1538")
- then
- System.out.println("rule1538 fired");
-end
-
-rule rule1539
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1539")
- then
- System.out.println("rule1539 fired");
-end
-
-rule rule1540
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1540")
- then
- System.out.println("rule1540 fired");
-end
-
-rule rule1541
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1541")
- then
- System.out.println("rule1541 fired");
-end
-
-rule rule1542
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1542")
- then
- System.out.println("rule1542 fired");
-end
-
-rule rule1543
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1543")
- then
- System.out.println("rule1543 fired");
-end
-
-rule rule1544
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1544")
- then
- System.out.println("rule1544 fired");
-end
-
-rule rule1545
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1545")
- then
- System.out.println("rule1545 fired");
-end
-
-rule rule1546
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1546")
- then
- System.out.println("rule1546 fired");
-end
-
-rule rule1547
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1547")
- then
- System.out.println("rule1547 fired");
-end
-
-rule rule1548
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1548")
- then
- System.out.println("rule1548 fired");
-end
-
-rule rule1549
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1549")
- then
- System.out.println("rule1549 fired");
-end
-
-rule rule1550
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1550")
- then
- System.out.println("rule1550 fired");
-end
-
-rule rule1551
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1551")
- then
- System.out.println("rule1551 fired");
-end
-
-rule rule1552
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1552")
- then
- System.out.println("rule1552 fired");
-end
-
-rule rule1553
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1553")
- then
- System.out.println("rule1553 fired");
-end
-
-rule rule1554
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1554")
- then
- System.out.println("rule1554 fired");
-end
-
-rule rule1555
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1555")
- then
- System.out.println("rule1555 fired");
-end
-
-rule rule1556
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1556")
- then
- System.out.println("rule1556 fired");
-end
-
-rule rule1557
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1557")
- then
- System.out.println("rule1557 fired");
-end
-
-rule rule1558
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1558")
- then
- System.out.println("rule1558 fired");
-end
-
-rule rule1559
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1559")
- then
- System.out.println("rule1559 fired");
-end
-
-rule rule1560
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1560")
- then
- System.out.println("rule1560 fired");
-end
-
-rule rule1561
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1561")
- then
- System.out.println("rule1561 fired");
-end
-
-rule rule1562
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1562")
- then
- System.out.println("rule1562 fired");
-end
-
-rule rule1563
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1563")
- then
- System.out.println("rule1563 fired");
-end
-
-rule rule1564
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1564")
- then
- System.out.println("rule1564 fired");
-end
-
-rule rule1565
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1565")
- then
- System.out.println("rule1565 fired");
-end
-
-rule rule1566
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1566")
- then
- System.out.println("rule1566 fired");
-end
-
-rule rule1567
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1567")
- then
- System.out.println("rule1567 fired");
-end
-
-rule rule1568
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1568")
- then
- System.out.println("rule1568 fired");
-end
-
-rule rule1569
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1569")
- then
- System.out.println("rule1569 fired");
-end
-
-rule rule1570
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1570")
- then
- System.out.println("rule1570 fired");
-end
-
-rule rule1571
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1571")
- then
- System.out.println("rule1571 fired");
-end
-
-rule rule1572
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1572")
- then
- System.out.println("rule1572 fired");
-end
-
-rule rule1573
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1573")
- then
- System.out.println("rule1573 fired");
-end
-
-rule rule1574
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1574")
- then
- System.out.println("rule1574 fired");
-end
-
-rule rule1575
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1575")
- then
- System.out.println("rule1575 fired");
-end
-
-rule rule1576
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1576")
- then
- System.out.println("rule1576 fired");
-end
-
-rule rule1577
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1577")
- then
- System.out.println("rule1577 fired");
-end
-
-rule rule1578
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1578")
- then
- System.out.println("rule1578 fired");
-end
-
-rule rule1579
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1579")
- then
- System.out.println("rule1579 fired");
-end
-
-rule rule1580
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1580")
- then
- System.out.println("rule1580 fired");
-end
-
-rule rule1581
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1581")
- then
- System.out.println("rule1581 fired");
-end
-
-rule rule1582
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1582")
- then
- System.out.println("rule1582 fired");
-end
-
-rule rule1583
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1583")
- then
- System.out.println("rule1583 fired");
-end
-
-rule rule1584
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1584")
- then
- System.out.println("rule1584 fired");
-end
-
-rule rule1585
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1585")
- then
- System.out.println("rule1585 fired");
-end
-
-rule rule1586
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1586")
- then
- System.out.println("rule1586 fired");
-end
-
-rule rule1587
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1587")
- then
- System.out.println("rule1587 fired");
-end
-
-rule rule1588
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1588")
- then
- System.out.println("rule1588 fired");
-end
-
-rule rule1589
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1589")
- then
- System.out.println("rule1589 fired");
-end
-
-rule rule1590
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1590")
- then
- System.out.println("rule1590 fired");
-end
-
-rule rule1591
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1591")
- then
- System.out.println("rule1591 fired");
-end
-
-rule rule1592
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1592")
- then
- System.out.println("rule1592 fired");
-end
-
-rule rule1593
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1593")
- then
- System.out.println("rule1593 fired");
-end
-
-rule rule1594
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1594")
- then
- System.out.println("rule1594 fired");
-end
-
-rule rule1595
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1595")
- then
- System.out.println("rule1595 fired");
-end
-
-rule rule1596
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1596")
- then
- System.out.println("rule1596 fired");
-end
-
-rule rule1597
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1597")
- then
- System.out.println("rule1597 fired");
-end
-
-rule rule1598
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1598")
- then
- System.out.println("rule1598 fired");
-end
-
-rule rule1599
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1599")
- then
- System.out.println("rule1599 fired");
-end
-
-rule rule1600
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1600")
- then
- System.out.println("rule1600 fired");
-end
-
-rule rule1601
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1601")
- then
- System.out.println("rule1601 fired");
-end
-
-rule rule1602
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1602")
- then
- System.out.println("rule1602 fired");
-end
-
-rule rule1603
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1603")
- then
- System.out.println("rule1603 fired");
-end
-
-rule rule1604
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1604")
- then
- System.out.println("rule1604 fired");
-end
-
-rule rule1605
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1605")
- then
- System.out.println("rule1605 fired");
-end
-
-rule rule1606
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1606")
- then
- System.out.println("rule1606 fired");
-end
-
-rule rule1607
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1607")
- then
- System.out.println("rule1607 fired");
-end
-
-rule rule1608
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1608")
- then
- System.out.println("rule1608 fired");
-end
-
-rule rule1609
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1609")
- then
- System.out.println("rule1609 fired");
-end
-
-rule rule1610
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1610")
- then
- System.out.println("rule1610 fired");
-end
-
-rule rule1611
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1611")
- then
- System.out.println("rule1611 fired");
-end
-
-rule rule1612
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1612")
- then
- System.out.println("rule1612 fired");
-end
-
-rule rule1613
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1613")
- then
- System.out.println("rule1613 fired");
-end
-
-rule rule1614
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1614")
- then
- System.out.println("rule1614 fired");
-end
-
-rule rule1615
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1615")
- then
- System.out.println("rule1615 fired");
-end
-
-rule rule1616
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1616")
- then
- System.out.println("rule1616 fired");
-end
-
-rule rule1617
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1617")
- then
- System.out.println("rule1617 fired");
-end
-
-rule rule1618
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1618")
- then
- System.out.println("rule1618 fired");
-end
-
-rule rule1619
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1619")
- then
- System.out.println("rule1619 fired");
-end
-
-rule rule1620
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1620")
- then
- System.out.println("rule1620 fired");
-end
-
-rule rule1621
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1621")
- then
- System.out.println("rule1621 fired");
-end
-
-rule rule1622
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1622")
- then
- System.out.println("rule1622 fired");
-end
-
-rule rule1623
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1623")
- then
- System.out.println("rule1623 fired");
-end
-
-rule rule1624
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1624")
- then
- System.out.println("rule1624 fired");
-end
-
-rule rule1625
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1625")
- then
- System.out.println("rule1625 fired");
-end
-
-rule rule1626
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1626")
- then
- System.out.println("rule1626 fired");
-end
-
-rule rule1627
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1627")
- then
- System.out.println("rule1627 fired");
-end
-
-rule rule1628
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1628")
- then
- System.out.println("rule1628 fired");
-end
-
-rule rule1629
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1629")
- then
- System.out.println("rule1629 fired");
-end
-
-rule rule1630
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1630")
- then
- System.out.println("rule1630 fired");
-end
-
-rule rule1631
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1631")
- then
- System.out.println("rule1631 fired");
-end
-
-rule rule1632
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1632")
- then
- System.out.println("rule1632 fired");
-end
-
-rule rule1633
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1633")
- then
- System.out.println("rule1633 fired");
-end
-
-rule rule1634
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1634")
- then
- System.out.println("rule1634 fired");
-end
-
-rule rule1635
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1635")
- then
- System.out.println("rule1635 fired");
-end
-
-rule rule1636
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1636")
- then
- System.out.println("rule1636 fired");
-end
-
-rule rule1637
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1637")
- then
- System.out.println("rule1637 fired");
-end
-
-rule rule1638
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1638")
- then
- System.out.println("rule1638 fired");
-end
-
-rule rule1639
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1639")
- then
- System.out.println("rule1639 fired");
-end
-
-rule rule1640
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1640")
- then
- System.out.println("rule1640 fired");
-end
-
-rule rule1641
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1641")
- then
- System.out.println("rule1641 fired");
-end
-
-rule rule1642
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1642")
- then
- System.out.println("rule1642 fired");
-end
-
-rule rule1643
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1643")
- then
- System.out.println("rule1643 fired");
-end
-
-rule rule1644
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1644")
- then
- System.out.println("rule1644 fired");
-end
-
-rule rule1645
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1645")
- then
- System.out.println("rule1645 fired");
-end
-
-rule rule1646
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1646")
- then
- System.out.println("rule1646 fired");
-end
-
-rule rule1647
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1647")
- then
- System.out.println("rule1647 fired");
-end
-
-rule rule1648
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1648")
- then
- System.out.println("rule1648 fired");
-end
-
-rule rule1649
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1649")
- then
- System.out.println("rule1649 fired");
-end
-
-rule rule1650
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1650")
- then
- System.out.println("rule1650 fired");
-end
-
-rule rule1651
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1651")
- then
- System.out.println("rule1651 fired");
-end
-
-rule rule1652
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1652")
- then
- System.out.println("rule1652 fired");
-end
-
-rule rule1653
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1653")
- then
- System.out.println("rule1653 fired");
-end
-
-rule rule1654
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1654")
- then
- System.out.println("rule1654 fired");
-end
-
-rule rule1655
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1655")
- then
- System.out.println("rule1655 fired");
-end
-
-rule rule1656
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1656")
- then
- System.out.println("rule1656 fired");
-end
-
-rule rule1657
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1657")
- then
- System.out.println("rule1657 fired");
-end
-
-rule rule1658
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1658")
- then
- System.out.println("rule1658 fired");
-end
-
-rule rule1659
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1659")
- then
- System.out.println("rule1659 fired");
-end
-
-rule rule1660
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1660")
- then
- System.out.println("rule1660 fired");
-end
-
-rule rule1661
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1661")
- then
- System.out.println("rule1661 fired");
-end
-
-rule rule1662
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1662")
- then
- System.out.println("rule1662 fired");
-end
-
-rule rule1663
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1663")
- then
- System.out.println("rule1663 fired");
-end
-
-rule rule1664
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1664")
- then
- System.out.println("rule1664 fired");
-end
-
-rule rule1665
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1665")
- then
- System.out.println("rule1665 fired");
-end
-
-rule rule1666
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1666")
- then
- System.out.println("rule1666 fired");
-end
-
-rule rule1667
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1667")
- then
- System.out.println("rule1667 fired");
-end
-
-rule rule1668
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1668")
- then
- System.out.println("rule1668 fired");
-end
-
-rule rule1669
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1669")
- then
- System.out.println("rule1669 fired");
-end
-
-rule rule1670
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1670")
- then
- System.out.println("rule1670 fired");
-end
-
-rule rule1671
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1671")
- then
- System.out.println("rule1671 fired");
-end
-
-rule rule1672
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1672")
- then
- System.out.println("rule1672 fired");
-end
-
-rule rule1673
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1673")
- then
- System.out.println("rule1673 fired");
-end
-
-rule rule1674
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1674")
- then
- System.out.println("rule1674 fired");
-end
-
-rule rule1675
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1675")
- then
- System.out.println("rule1675 fired");
-end
-
-rule rule1676
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1676")
- then
- System.out.println("rule1676 fired");
-end
-
-rule rule1677
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1677")
- then
- System.out.println("rule1677 fired");
-end
-
-rule rule1678
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1678")
- then
- System.out.println("rule1678 fired");
-end
-
-rule rule1679
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1679")
- then
- System.out.println("rule1679 fired");
-end
-
-rule rule1680
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1680")
- then
- System.out.println("rule1680 fired");
-end
-
-rule rule1681
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1681")
- then
- System.out.println("rule1681 fired");
-end
-
-rule rule1682
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1682")
- then
- System.out.println("rule1682 fired");
-end
-
-rule rule1683
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1683")
- then
- System.out.println("rule1683 fired");
-end
-
-rule rule1684
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1684")
- then
- System.out.println("rule1684 fired");
-end
-
-rule rule1685
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1685")
- then
- System.out.println("rule1685 fired");
-end
-
-rule rule1686
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1686")
- then
- System.out.println("rule1686 fired");
-end
-
-rule rule1687
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1687")
- then
- System.out.println("rule1687 fired");
-end
-
-rule rule1688
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1688")
- then
- System.out.println("rule1688 fired");
-end
-
-rule rule1689
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1689")
- then
- System.out.println("rule1689 fired");
-end
-
-rule rule1690
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1690")
- then
- System.out.println("rule1690 fired");
-end
-
-rule rule1691
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1691")
- then
- System.out.println("rule1691 fired");
-end
-
-rule rule1692
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1692")
- then
- System.out.println("rule1692 fired");
-end
-
-rule rule1693
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1693")
- then
- System.out.println("rule1693 fired");
-end
-
-rule rule1694
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1694")
- then
- System.out.println("rule1694 fired");
-end
-
-rule rule1695
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1695")
- then
- System.out.println("rule1695 fired");
-end
-
-rule rule1696
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1696")
- then
- System.out.println("rule1696 fired");
-end
-
-rule rule1697
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1697")
- then
- System.out.println("rule1697 fired");
-end
-
-rule rule1698
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1698")
- then
- System.out.println("rule1698 fired");
-end
-
-rule rule1699
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1699")
- then
- System.out.println("rule1699 fired");
-end
-
-rule rule1700
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1700")
- then
- System.out.println("rule1700 fired");
-end
-
-rule rule1701
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1701")
- then
- System.out.println("rule1701 fired");
-end
-
-rule rule1702
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1702")
- then
- System.out.println("rule1702 fired");
-end
-
-rule rule1703
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1703")
- then
- System.out.println("rule1703 fired");
-end
-
-rule rule1704
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1704")
- then
- System.out.println("rule1704 fired");
-end
-
-rule rule1705
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1705")
- then
- System.out.println("rule1705 fired");
-end
-
-rule rule1706
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1706")
- then
- System.out.println("rule1706 fired");
-end
-
-rule rule1707
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1707")
- then
- System.out.println("rule1707 fired");
-end
-
-rule rule1708
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1708")
- then
- System.out.println("rule1708 fired");
-end
-
-rule rule1709
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1709")
- then
- System.out.println("rule1709 fired");
-end
-
-rule rule1710
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1710")
- then
- System.out.println("rule1710 fired");
-end
-
-rule rule1711
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1711")
- then
- System.out.println("rule1711 fired");
-end
-
-rule rule1712
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1712")
- then
- System.out.println("rule1712 fired");
-end
-
-rule rule1713
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1713")
- then
- System.out.println("rule1713 fired");
-end
-
-rule rule1714
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1714")
- then
- System.out.println("rule1714 fired");
-end
-
-rule rule1715
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1715")
- then
- System.out.println("rule1715 fired");
-end
-
-rule rule1716
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1716")
- then
- System.out.println("rule1716 fired");
-end
-
-rule rule1717
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1717")
- then
- System.out.println("rule1717 fired");
-end
-
-rule rule1718
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1718")
- then
- System.out.println("rule1718 fired");
-end
-
-rule rule1719
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1719")
- then
- System.out.println("rule1719 fired");
-end
-
-rule rule1720
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1720")
- then
- System.out.println("rule1720 fired");
-end
-
-rule rule1721
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1721")
- then
- System.out.println("rule1721 fired");
-end
-
-rule rule1722
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1722")
- then
- System.out.println("rule1722 fired");
-end
-
-rule rule1723
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1723")
- then
- System.out.println("rule1723 fired");
-end
-
-rule rule1724
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1724")
- then
- System.out.println("rule1724 fired");
-end
-
-rule rule1725
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1725")
- then
- System.out.println("rule1725 fired");
-end
-
-rule rule1726
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1726")
- then
- System.out.println("rule1726 fired");
-end
-
-rule rule1727
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1727")
- then
- System.out.println("rule1727 fired");
-end
-
-rule rule1728
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1728")
- then
- System.out.println("rule1728 fired");
-end
-
-rule rule1729
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1729")
- then
- System.out.println("rule1729 fired");
-end
-
-rule rule1730
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1730")
- then
- System.out.println("rule1730 fired");
-end
-
-rule rule1731
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1731")
- then
- System.out.println("rule1731 fired");
-end
-
-rule rule1732
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1732")
- then
- System.out.println("rule1732 fired");
-end
-
-rule rule1733
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1733")
- then
- System.out.println("rule1733 fired");
-end
-
-rule rule1734
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1734")
- then
- System.out.println("rule1734 fired");
-end
-
-rule rule1735
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1735")
- then
- System.out.println("rule1735 fired");
-end
-
-rule rule1736
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1736")
- then
- System.out.println("rule1736 fired");
-end
-
-rule rule1737
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1737")
- then
- System.out.println("rule1737 fired");
-end
-
-rule rule1738
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1738")
- then
- System.out.println("rule1738 fired");
-end
-
-rule rule1739
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1739")
- then
- System.out.println("rule1739 fired");
-end
-
-rule rule1740
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1740")
- then
- System.out.println("rule1740 fired");
-end
-
-rule rule1741
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1741")
- then
- System.out.println("rule1741 fired");
-end
-
-rule rule1742
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1742")
- then
- System.out.println("rule1742 fired");
-end
-
-rule rule1743
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1743")
- then
- System.out.println("rule1743 fired");
-end
-
-rule rule1744
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1744")
- then
- System.out.println("rule1744 fired");
-end
-
-rule rule1745
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1745")
- then
- System.out.println("rule1745 fired");
-end
-
-rule rule1746
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1746")
- then
- System.out.println("rule1746 fired");
-end
-
-rule rule1747
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1747")
- then
- System.out.println("rule1747 fired");
-end
-
-rule rule1748
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1748")
- then
- System.out.println("rule1748 fired");
-end
-
-rule rule1749
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1749")
- then
- System.out.println("rule1749 fired");
-end
-
-rule rule1750
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1750")
- then
- System.out.println("rule1750 fired");
-end
-
-rule rule1751
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1751")
- then
- System.out.println("rule1751 fired");
-end
-
-rule rule1752
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1752")
- then
- System.out.println("rule1752 fired");
-end
-
-rule rule1753
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1753")
- then
- System.out.println("rule1753 fired");
-end
-
-rule rule1754
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1754")
- then
- System.out.println("rule1754 fired");
-end
-
-rule rule1755
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1755")
- then
- System.out.println("rule1755 fired");
-end
-
-rule rule1756
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1756")
- then
- System.out.println("rule1756 fired");
-end
-
-rule rule1757
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1757")
- then
- System.out.println("rule1757 fired");
-end
-
-rule rule1758
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1758")
- then
- System.out.println("rule1758 fired");
-end
-
-rule rule1759
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1759")
- then
- System.out.println("rule1759 fired");
-end
-
-rule rule1760
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1760")
- then
- System.out.println("rule1760 fired");
-end
-
-rule rule1761
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1761")
- then
- System.out.println("rule1761 fired");
-end
-
-rule rule1762
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1762")
- then
- System.out.println("rule1762 fired");
-end
-
-rule rule1763
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1763")
- then
- System.out.println("rule1763 fired");
-end
-
-rule rule1764
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1764")
- then
- System.out.println("rule1764 fired");
-end
-
-rule rule1765
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1765")
- then
- System.out.println("rule1765 fired");
-end
-
-rule rule1766
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1766")
- then
- System.out.println("rule1766 fired");
-end
-
-rule rule1767
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1767")
- then
- System.out.println("rule1767 fired");
-end
-
-rule rule1768
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1768")
- then
- System.out.println("rule1768 fired");
-end
-
-rule rule1769
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1769")
- then
- System.out.println("rule1769 fired");
-end
-
-rule rule1770
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1770")
- then
- System.out.println("rule1770 fired");
-end
-
-rule rule1771
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1771")
- then
- System.out.println("rule1771 fired");
-end
-
-rule rule1772
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1772")
- then
- System.out.println("rule1772 fired");
-end
-
-rule rule1773
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1773")
- then
- System.out.println("rule1773 fired");
-end
-
-rule rule1774
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1774")
- then
- System.out.println("rule1774 fired");
-end
-
-rule rule1775
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1775")
- then
- System.out.println("rule1775 fired");
-end
-
-rule rule1776
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1776")
- then
- System.out.println("rule1776 fired");
-end
-
-rule rule1777
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1777")
- then
- System.out.println("rule1777 fired");
-end
-
-rule rule1778
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1778")
- then
- System.out.println("rule1778 fired");
-end
-
-rule rule1779
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1779")
- then
- System.out.println("rule1779 fired");
-end
-
-rule rule1780
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1780")
- then
- System.out.println("rule1780 fired");
-end
-
-rule rule1781
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1781")
- then
- System.out.println("rule1781 fired");
-end
-
-rule rule1782
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1782")
- then
- System.out.println("rule1782 fired");
-end
-
-rule rule1783
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1783")
- then
- System.out.println("rule1783 fired");
-end
-
-rule rule1784
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1784")
- then
- System.out.println("rule1784 fired");
-end
-
-rule rule1785
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1785")
- then
- System.out.println("rule1785 fired");
-end
-
-rule rule1786
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1786")
- then
- System.out.println("rule1786 fired");
-end
-
-rule rule1787
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1787")
- then
- System.out.println("rule1787 fired");
-end
-
-rule rule1788
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1788")
- then
- System.out.println("rule1788 fired");
-end
-
-rule rule1789
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1789")
- then
- System.out.println("rule1789 fired");
-end
-
-rule rule1790
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1790")
- then
- System.out.println("rule1790 fired");
-end
-
-rule rule1791
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1791")
- then
- System.out.println("rule1791 fired");
-end
-
-rule rule1792
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1792")
- then
- System.out.println("rule1792 fired");
-end
-
-rule rule1793
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1793")
- then
- System.out.println("rule1793 fired");
-end
-
-rule rule1794
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1794")
- then
- System.out.println("rule1794 fired");
-end
-
-rule rule1795
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1795")
- then
- System.out.println("rule1795 fired");
-end
-
-rule rule1796
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1796")
- then
- System.out.println("rule1796 fired");
-end
-
-rule rule1797
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1797")
- then
- System.out.println("rule1797 fired");
-end
-
-rule rule1798
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1798")
- then
- System.out.println("rule1798 fired");
-end
-
-rule rule1799
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1799")
- then
- System.out.println("rule1799 fired");
-end
-
-rule rule1800
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1800")
- then
- System.out.println("rule1800 fired");
-end
-
-rule rule1801
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1801")
- then
- System.out.println("rule1801 fired");
-end
-
-rule rule1802
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1802")
- then
- System.out.println("rule1802 fired");
-end
-
-rule rule1803
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1803")
- then
- System.out.println("rule1803 fired");
-end
-
-rule rule1804
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1804")
- then
- System.out.println("rule1804 fired");
-end
-
-rule rule1805
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1805")
- then
- System.out.println("rule1805 fired");
-end
-
-rule rule1806
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1806")
- then
- System.out.println("rule1806 fired");
-end
-
-rule rule1807
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1807")
- then
- System.out.println("rule1807 fired");
-end
-
-rule rule1808
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1808")
- then
- System.out.println("rule1808 fired");
-end
-
-rule rule1809
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1809")
- then
- System.out.println("rule1809 fired");
-end
-
-rule rule1810
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1810")
- then
- System.out.println("rule1810 fired");
-end
-
-rule rule1811
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1811")
- then
- System.out.println("rule1811 fired");
-end
-
-rule rule1812
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1812")
- then
- System.out.println("rule1812 fired");
-end
-
-rule rule1813
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1813")
- then
- System.out.println("rule1813 fired");
-end
-
-rule rule1814
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1814")
- then
- System.out.println("rule1814 fired");
-end
-
-rule rule1815
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1815")
- then
- System.out.println("rule1815 fired");
-end
-
-rule rule1816
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1816")
- then
- System.out.println("rule1816 fired");
-end
-
-rule rule1817
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1817")
- then
- System.out.println("rule1817 fired");
-end
-
-rule rule1818
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1818")
- then
- System.out.println("rule1818 fired");
-end
-
-rule rule1819
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1819")
- then
- System.out.println("rule1819 fired");
-end
-
-rule rule1820
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1820")
- then
- System.out.println("rule1820 fired");
-end
-
-rule rule1821
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1821")
- then
- System.out.println("rule1821 fired");
-end
-
-rule rule1822
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1822")
- then
- System.out.println("rule1822 fired");
-end
-
-rule rule1823
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1823")
- then
- System.out.println("rule1823 fired");
-end
-
-rule rule1824
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1824")
- then
- System.out.println("rule1824 fired");
-end
-
-rule rule1825
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1825")
- then
- System.out.println("rule1825 fired");
-end
-
-rule rule1826
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1826")
- then
- System.out.println("rule1826 fired");
-end
-
-rule rule1827
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1827")
- then
- System.out.println("rule1827 fired");
-end
-
-rule rule1828
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1828")
- then
- System.out.println("rule1828 fired");
-end
-
-rule rule1829
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1829")
- then
- System.out.println("rule1829 fired");
-end
-
-rule rule1830
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1830")
- then
- System.out.println("rule1830 fired");
-end
-
-rule rule1831
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1831")
- then
- System.out.println("rule1831 fired");
-end
-
-rule rule1832
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1832")
- then
- System.out.println("rule1832 fired");
-end
-
-rule rule1833
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1833")
- then
- System.out.println("rule1833 fired");
-end
-
-rule rule1834
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1834")
- then
- System.out.println("rule1834 fired");
-end
-
-rule rule1835
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1835")
- then
- System.out.println("rule1835 fired");
-end
-
-rule rule1836
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1836")
- then
- System.out.println("rule1836 fired");
-end
-
-rule rule1837
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1837")
- then
- System.out.println("rule1837 fired");
-end
-
-rule rule1838
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1838")
- then
- System.out.println("rule1838 fired");
-end
-
-rule rule1839
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1839")
- then
- System.out.println("rule1839 fired");
-end
-
-rule rule1840
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1840")
- then
- System.out.println("rule1840 fired");
-end
-
-rule rule1841
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1841")
- then
- System.out.println("rule1841 fired");
-end
-
-rule rule1842
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1842")
- then
- System.out.println("rule1842 fired");
-end
-
-rule rule1843
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1843")
- then
- System.out.println("rule1843 fired");
-end
-
-rule rule1844
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1844")
- then
- System.out.println("rule1844 fired");
-end
-
-rule rule1845
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1845")
- then
- System.out.println("rule1845 fired");
-end
-
-rule rule1846
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1846")
- then
- System.out.println("rule1846 fired");
-end
-
-rule rule1847
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1847")
- then
- System.out.println("rule1847 fired");
-end
-
-rule rule1848
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1848")
- then
- System.out.println("rule1848 fired");
-end
-
-rule rule1849
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1849")
- then
- System.out.println("rule1849 fired");
-end
-
-rule rule1850
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1850")
- then
- System.out.println("rule1850 fired");
-end
-
-rule rule1851
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1851")
- then
- System.out.println("rule1851 fired");
-end
-
-rule rule1852
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1852")
- then
- System.out.println("rule1852 fired");
-end
-
-rule rule1853
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1853")
- then
- System.out.println("rule1853 fired");
-end
-
-rule rule1854
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1854")
- then
- System.out.println("rule1854 fired");
-end
-
-rule rule1855
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1855")
- then
- System.out.println("rule1855 fired");
-end
-
-rule rule1856
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1856")
- then
- System.out.println("rule1856 fired");
-end
-
-rule rule1857
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1857")
- then
- System.out.println("rule1857 fired");
-end
-
-rule rule1858
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1858")
- then
- System.out.println("rule1858 fired");
-end
-
-rule rule1859
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1859")
- then
- System.out.println("rule1859 fired");
-end
-
-rule rule1860
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1860")
- then
- System.out.println("rule1860 fired");
-end
-
-rule rule1861
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1861")
- then
- System.out.println("rule1861 fired");
-end
-
-rule rule1862
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1862")
- then
- System.out.println("rule1862 fired");
-end
-
-rule rule1863
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1863")
- then
- System.out.println("rule1863 fired");
-end
-
-rule rule1864
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1864")
- then
- System.out.println("rule1864 fired");
-end
-
-rule rule1865
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1865")
- then
- System.out.println("rule1865 fired");
-end
-
-rule rule1866
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1866")
- then
- System.out.println("rule1866 fired");
-end
-
-rule rule1867
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1867")
- then
- System.out.println("rule1867 fired");
-end
-
-rule rule1868
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1868")
- then
- System.out.println("rule1868 fired");
-end
-
-rule rule1869
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1869")
- then
- System.out.println("rule1869 fired");
-end
-
-rule rule1870
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1870")
- then
- System.out.println("rule1870 fired");
-end
-
-rule rule1871
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1871")
- then
- System.out.println("rule1871 fired");
-end
-
-rule rule1872
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1872")
- then
- System.out.println("rule1872 fired");
-end
-
-rule rule1873
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1873")
- then
- System.out.println("rule1873 fired");
-end
-
-rule rule1874
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1874")
- then
- System.out.println("rule1874 fired");
-end
-
-rule rule1875
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1875")
- then
- System.out.println("rule1875 fired");
-end
-
-rule rule1876
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1876")
- then
- System.out.println("rule1876 fired");
-end
-
-rule rule1877
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1877")
- then
- System.out.println("rule1877 fired");
-end
-
-rule rule1878
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1878")
- then
- System.out.println("rule1878 fired");
-end
-
-rule rule1879
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1879")
- then
- System.out.println("rule1879 fired");
-end
-
-rule rule1880
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1880")
- then
- System.out.println("rule1880 fired");
-end
-
-rule rule1881
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1881")
- then
- System.out.println("rule1881 fired");
-end
-
-rule rule1882
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1882")
- then
- System.out.println("rule1882 fired");
-end
-
-rule rule1883
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1883")
- then
- System.out.println("rule1883 fired");
-end
-
-rule rule1884
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1884")
- then
- System.out.println("rule1884 fired");
-end
-
-rule rule1885
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1885")
- then
- System.out.println("rule1885 fired");
-end
-
-rule rule1886
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1886")
- then
- System.out.println("rule1886 fired");
-end
-
-rule rule1887
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1887")
- then
- System.out.println("rule1887 fired");
-end
-
-rule rule1888
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1888")
- then
- System.out.println("rule1888 fired");
-end
-
-rule rule1889
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1889")
- then
- System.out.println("rule1889 fired");
-end
-
-rule rule1890
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1890")
- then
- System.out.println("rule1890 fired");
-end
-
-rule rule1891
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1891")
- then
- System.out.println("rule1891 fired");
-end
-
-rule rule1892
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1892")
- then
- System.out.println("rule1892 fired");
-end
-
-rule rule1893
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1893")
- then
- System.out.println("rule1893 fired");
-end
-
-rule rule1894
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1894")
- then
- System.out.println("rule1894 fired");
-end
-
-rule rule1895
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1895")
- then
- System.out.println("rule1895 fired");
-end
-
-rule rule1896
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1896")
- then
- System.out.println("rule1896 fired");
-end
-
-rule rule1897
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1897")
- then
- System.out.println("rule1897 fired");
-end
-
-rule rule1898
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1898")
- then
- System.out.println("rule1898 fired");
-end
-
-rule rule1899
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1899")
- then
- System.out.println("rule1899 fired");
-end
-
-rule rule1900
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1900")
- then
- System.out.println("rule1900 fired");
-end
-
-rule rule1901
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1901")
- then
- System.out.println("rule1901 fired");
-end
-
-rule rule1902
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1902")
- then
- System.out.println("rule1902 fired");
-end
-
-rule rule1903
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1903")
- then
- System.out.println("rule1903 fired");
-end
-
-rule rule1904
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1904")
- then
- System.out.println("rule1904 fired");
-end
-
-rule rule1905
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1905")
- then
- System.out.println("rule1905 fired");
-end
-
-rule rule1906
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1906")
- then
- System.out.println("rule1906 fired");
-end
-
-rule rule1907
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1907")
- then
- System.out.println("rule1907 fired");
-end
-
-rule rule1908
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1908")
- then
- System.out.println("rule1908 fired");
-end
-
-rule rule1909
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1909")
- then
- System.out.println("rule1909 fired");
-end
-
-rule rule1910
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1910")
- then
- System.out.println("rule1910 fired");
-end
-
-rule rule1911
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1911")
- then
- System.out.println("rule1911 fired");
-end
-
-rule rule1912
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1912")
- then
- System.out.println("rule1912 fired");
-end
-
-rule rule1913
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1913")
- then
- System.out.println("rule1913 fired");
-end
-
-rule rule1914
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1914")
- then
- System.out.println("rule1914 fired");
-end
-
-rule rule1915
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1915")
- then
- System.out.println("rule1915 fired");
-end
-
-rule rule1916
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1916")
- then
- System.out.println("rule1916 fired");
-end
-
-rule rule1917
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1917")
- then
- System.out.println("rule1917 fired");
-end
-
-rule rule1918
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1918")
- then
- System.out.println("rule1918 fired");
-end
-
-rule rule1919
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1919")
- then
- System.out.println("rule1919 fired");
-end
-
-rule rule1920
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1920")
- then
- System.out.println("rule1920 fired");
-end
-
-rule rule1921
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1921")
- then
- System.out.println("rule1921 fired");
-end
-
-rule rule1922
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1922")
- then
- System.out.println("rule1922 fired");
-end
-
-rule rule1923
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1923")
- then
- System.out.println("rule1923 fired");
-end
-
-rule rule1924
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1924")
- then
- System.out.println("rule1924 fired");
-end
-
-rule rule1925
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1925")
- then
- System.out.println("rule1925 fired");
-end
-
-rule rule1926
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1926")
- then
- System.out.println("rule1926 fired");
-end
-
-rule rule1927
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1927")
- then
- System.out.println("rule1927 fired");
-end
-
-rule rule1928
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1928")
- then
- System.out.println("rule1928 fired");
-end
-
-rule rule1929
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1929")
- then
- System.out.println("rule1929 fired");
-end
-
-rule rule1930
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1930")
- then
- System.out.println("rule1930 fired");
-end
-
-rule rule1931
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1931")
- then
- System.out.println("rule1931 fired");
-end
-
-rule rule1932
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1932")
- then
- System.out.println("rule1932 fired");
-end
-
-rule rule1933
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1933")
- then
- System.out.println("rule1933 fired");
-end
-
-rule rule1934
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1934")
- then
- System.out.println("rule1934 fired");
-end
-
-rule rule1935
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1935")
- then
- System.out.println("rule1935 fired");
-end
-
-rule rule1936
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1936")
- then
- System.out.println("rule1936 fired");
-end
-
-rule rule1937
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1937")
- then
- System.out.println("rule1937 fired");
-end
-
-rule rule1938
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1938")
- then
- System.out.println("rule1938 fired");
-end
-
-rule rule1939
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1939")
- then
- System.out.println("rule1939 fired");
-end
-
-rule rule1940
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1940")
- then
- System.out.println("rule1940 fired");
-end
-
-rule rule1941
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1941")
- then
- System.out.println("rule1941 fired");
-end
-
-rule rule1942
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1942")
- then
- System.out.println("rule1942 fired");
-end
-
-rule rule1943
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1943")
- then
- System.out.println("rule1943 fired");
-end
-
-rule rule1944
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1944")
- then
- System.out.println("rule1944 fired");
-end
-
-rule rule1945
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1945")
- then
- System.out.println("rule1945 fired");
-end
-
-rule rule1946
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1946")
- then
- System.out.println("rule1946 fired");
-end
-
-rule rule1947
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1947")
- then
- System.out.println("rule1947 fired");
-end
-
-rule rule1948
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1948")
- then
- System.out.println("rule1948 fired");
-end
-
-rule rule1949
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1949")
- then
- System.out.println("rule1949 fired");
-end
-
-rule rule1950
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1950")
- then
- System.out.println("rule1950 fired");
-end
-
-rule rule1951
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1951")
- then
- System.out.println("rule1951 fired");
-end
-
-rule rule1952
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1952")
- then
- System.out.println("rule1952 fired");
-end
-
-rule rule1953
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1953")
- then
- System.out.println("rule1953 fired");
-end
-
-rule rule1954
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1954")
- then
- System.out.println("rule1954 fired");
-end
-
-rule rule1955
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1955")
- then
- System.out.println("rule1955 fired");
-end
-
-rule rule1956
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1956")
- then
- System.out.println("rule1956 fired");
-end
-
-rule rule1957
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1957")
- then
- System.out.println("rule1957 fired");
-end
-
-rule rule1958
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1958")
- then
- System.out.println("rule1958 fired");
-end
-
-rule rule1959
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1959")
- then
- System.out.println("rule1959 fired");
-end
-
-rule rule1960
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1960")
- then
- System.out.println("rule1960 fired");
-end
-
-rule rule1961
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1961")
- then
- System.out.println("rule1961 fired");
-end
-
-rule rule1962
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1962")
- then
- System.out.println("rule1962 fired");
-end
-
-rule rule1963
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1963")
- then
- System.out.println("rule1963 fired");
-end
-
-rule rule1964
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1964")
- then
- System.out.println("rule1964 fired");
-end
-
-rule rule1965
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1965")
- then
- System.out.println("rule1965 fired");
-end
-
-rule rule1966
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1966")
- then
- System.out.println("rule1966 fired");
-end
-
-rule rule1967
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1967")
- then
- System.out.println("rule1967 fired");
-end
-
-rule rule1968
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1968")
- then
- System.out.println("rule1968 fired");
-end
-
-rule rule1969
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1969")
- then
- System.out.println("rule1969 fired");
-end
-
-rule rule1970
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1970")
- then
- System.out.println("rule1970 fired");
-end
-
-rule rule1971
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1971")
- then
- System.out.println("rule1971 fired");
-end
-
-rule rule1972
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1972")
- then
- System.out.println("rule1972 fired");
-end
-
-rule rule1973
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1973")
- then
- System.out.println("rule1973 fired");
-end
-
-rule rule1974
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1974")
- then
- System.out.println("rule1974 fired");
-end
-
-rule rule1975
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1975")
- then
- System.out.println("rule1975 fired");
-end
-
-rule rule1976
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1976")
- then
- System.out.println("rule1976 fired");
-end
-
-rule rule1977
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1977")
- then
- System.out.println("rule1977 fired");
-end
-
-rule rule1978
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1978")
- then
- System.out.println("rule1978 fired");
-end
-
-rule rule1979
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1979")
- then
- System.out.println("rule1979 fired");
-end
-
-rule rule1980
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1980")
- then
- System.out.println("rule1980 fired");
-end
-
-rule rule1981
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1981")
- then
- System.out.println("rule1981 fired");
-end
-
-rule rule1982
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1982")
- then
- System.out.println("rule1982 fired");
-end
-
-rule rule1983
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1983")
- then
- System.out.println("rule1983 fired");
-end
-
-rule rule1984
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1984")
- then
- System.out.println("rule1984 fired");
-end
-
-rule rule1985
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1985")
- then
- System.out.println("rule1985 fired");
-end
-
-rule rule1986
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1986")
- then
- System.out.println("rule1986 fired");
-end
-
-rule rule1987
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1987")
- then
- System.out.println("rule1987 fired");
-end
-
-rule rule1988
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1988")
- then
- System.out.println("rule1988 fired");
-end
-
-rule rule1989
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1989")
- then
- System.out.println("rule1989 fired");
-end
-
-rule rule1990
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1990")
- then
- System.out.println("rule1990 fired");
-end
-
-rule rule1991
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1991")
- then
- System.out.println("rule1991 fired");
-end
-
-rule rule1992
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1992")
- then
- System.out.println("rule1992 fired");
-end
-
-rule rule1993
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1993")
- then
- System.out.println("rule1993 fired");
-end
-
-rule rule1994
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1994")
- then
- System.out.println("rule1994 fired");
-end
-
-rule rule1995
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1995")
- then
- System.out.println("rule1995 fired");
-end
-
-rule rule1996
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1996")
- then
- System.out.println("rule1996 fired");
-end
-
-rule rule1997
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1997")
- then
- System.out.println("rule1997 fired");
-end
-
-rule rule1998
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1998")
- then
- System.out.println("rule1998 fired");
-end
-
-rule rule1999
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc1999")
- then
- System.out.println("rule1999 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_0shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_0shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_0shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(accountId == "acc0", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(accountId == "acc1", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(accountId == "acc2", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(accountId == "acc3", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(accountId == "acc4", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(accountId == "acc5", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(accountId == "acc6", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(accountId == "acc7", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(accountId == "acc8", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(accountId == "acc9", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(accountId == "acc10", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(accountId == "acc11", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(accountId == "acc12", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(accountId == "acc13", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(accountId == "acc14", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(accountId == "acc15", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(accountId == "acc16", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(accountId == "acc17", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(accountId == "acc18", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(accountId == "acc19", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_1shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_1shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_1shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(city == "boston", state == "ma0", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(city == "boston", state == "ma1", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(city == "boston", state == "ma2", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(city == "boston", state == "ma3", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(city == "boston", state == "ma4", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(city == "boston", state == "ma5", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(city == "boston", state == "ma6", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(city == "boston", state == "ma7", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(city == "boston", state == "ma8", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(city == "boston", state == "ma9", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(city == "boston", state == "ma10", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(city == "boston", state == "ma11", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(city == "boston", state == "ma12", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(city == "boston", state == "ma13", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(city == "boston", state == "ma14", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(city == "boston", state == "ma15", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(city == "boston", state == "ma16", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(city == "boston", state == "ma17", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(city == "boston", state == "ma18", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(city == "boston", state == "ma19", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_0shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_0shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_0shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc0", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc1", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc2", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc3", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc4", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc5", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc6", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc7", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc8", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc9", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc10", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc11", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc12", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc13", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc14", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc15", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc16", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc17", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc18", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(accountId == "acc19", city == "boston", state == "ma", houseType == "single family", status == "not listed")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_1shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_1shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_1shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma0", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma1", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma2", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma3", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma4", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma5", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma6", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma7", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma8", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma9", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma10", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma11", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma12", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma13", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma14", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma15", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma16", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma17", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma18", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma19", houseType == "single family", status == "not listed", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_2shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_2shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_2shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family0", status == "not listed", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family1", status == "not listed", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family2", status == "not listed", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family3", status == "not listed", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family4", status == "not listed", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family5", status == "not listed", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family6", status == "not listed", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family7", status == "not listed", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family8", status == "not listed", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family9", status == "not listed", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family10", status == "not listed", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family11", status == "not listed", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family12", status == "not listed", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family13", status == "not listed", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family14", status == "not listed", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family15", status == "not listed", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family16", status == "not listed", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family17", status == "not listed", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family18", status == "not listed", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family19", status == "not listed", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_3shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_3shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_3shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed0", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed1", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed2", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed3", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed4", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed5", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed6", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed7", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed8", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed9", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed10", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed11", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed12", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed13", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed14", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed15", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed16", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed17", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed18", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed19", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_4shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_4shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_4shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa19")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_5shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_5shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2CE_5shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,164 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Account;
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $acc : Account(status == "standard")
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc19")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_2shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family0", status == "not listed", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family1", status == "not listed", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family2", status == "not listed", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family3", status == "not listed", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family4", status == "not listed", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family5", status == "not listed", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family6", status == "not listed", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family7", status == "not listed", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family8", status == "not listed", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family9", status == "not listed", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family10", status == "not listed", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family11", status == "not listed", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family12", status == "not listed", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family13", status == "not listed", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family14", status == "not listed", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family15", status == "not listed", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family16", status == "not listed", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family17", status == "not listed", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family18", status == "not listed", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family19", status == "not listed", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_3shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_3shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_3shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed0", country == "usa")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed1", country == "usa")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed2", country == "usa")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed3", country == "usa")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed4", country == "usa")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed5", country == "usa")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed6", country == "usa")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed7", country == "usa")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed8", country == "usa")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed9", country == "usa")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed10", country == "usa")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed11", country == "usa")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed12", country == "usa")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed13", country == "usa")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed14", country == "usa")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed15", country == "usa")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed16", country == "usa")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed17", country == "usa")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed18", country == "usa")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed19", country == "usa")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_4shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_4shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_4shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa19")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_5shared.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_5shared.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/20rules_5shared.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,143 +0,0 @@
-package org.drools.samples
-import org.drools.benchmark.models.Address;
-
-rule rule0
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc0")
- then
- System.out.println("rule0 fired");
-end
-
-rule rule1
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc1")
- then
- System.out.println("rule1 fired");
-end
-
-rule rule2
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc2")
- then
- System.out.println("rule2 fired");
-end
-
-rule rule3
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc3")
- then
- System.out.println("rule3 fired");
-end
-
-rule rule4
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc4")
- then
- System.out.println("rule4 fired");
-end
-
-rule rule5
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc5")
- then
- System.out.println("rule5 fired");
-end
-
-rule rule6
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc6")
- then
- System.out.println("rule6 fired");
-end
-
-rule rule7
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc7")
- then
- System.out.println("rule7 fired");
-end
-
-rule rule8
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc8")
- then
- System.out.println("rule8 fired");
-end
-
-rule rule9
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc9")
- then
- System.out.println("rule9 fired");
-end
-
-rule rule10
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc10")
- then
- System.out.println("rule10 fired");
-end
-
-rule rule11
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc11")
- then
- System.out.println("rule11 fired");
-end
-
-rule rule12
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc12")
- then
- System.out.println("rule12 fired");
-end
-
-rule rule13
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc13")
- then
- System.out.println("rule13 fired");
-end
-
-rule rule14
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc14")
- then
- System.out.println("rule14 fired");
-end
-
-rule rule15
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc15")
- then
- System.out.println("rule15 fired");
-end
-
-rule rule16
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc16")
- then
- System.out.println("rule16 fired");
-end
-
-rule rule17
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc17")
- then
- System.out.println("rule17 fired");
-end
-
-rule rule18
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc18")
- then
- System.out.println("rule18 fired");
-end
-
-rule rule19
- when
- $addr : Address(city == "boston", state == "ma", houseType == "single family", status == "not listed", country == "usa", accountId == "acc19")
- then
- System.out.println("rule19 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/500_rules.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/500_rules.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/500_rules.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,3503 +0,0 @@
-package org.drools.samples
-import org.drools.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
-
-rule rule378
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc378")
- then
- System.out.println("rule378 fired");
-end
-
-rule rule379
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc379")
- then
- System.out.println("rule379 fired");
-end
-
-rule rule380
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc380")
- then
- System.out.println("rule380 fired");
-end
-
-rule rule381
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc381")
- then
- System.out.println("rule381 fired");
-end
-
-rule rule382
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc382")
- then
- System.out.println("rule382 fired");
-end
-
-rule rule383
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc383")
- then
- System.out.println("rule383 fired");
-end
-
-rule rule384
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc384")
- then
- System.out.println("rule384 fired");
-end
-
-rule rule385
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc385")
- then
- System.out.println("rule385 fired");
-end
-
-rule rule386
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc386")
- then
- System.out.println("rule386 fired");
-end
-
-rule rule387
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc387")
- then
- System.out.println("rule387 fired");
-end
-
-rule rule388
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc388")
- then
- System.out.println("rule388 fired");
-end
-
-rule rule389
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc389")
- then
- System.out.println("rule389 fired");
-end
-
-rule rule390
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc390")
- then
- System.out.println("rule390 fired");
-end
-
-rule rule391
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc391")
- then
- System.out.println("rule391 fired");
-end
-
-rule rule392
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc392")
- then
- System.out.println("rule392 fired");
-end
-
-rule rule393
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc393")
- then
- System.out.println("rule393 fired");
-end
-
-rule rule394
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc394")
- then
- System.out.println("rule394 fired");
-end
-
-rule rule395
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc395")
- then
- System.out.println("rule395 fired");
-end
-
-rule rule396
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc396")
- then
- System.out.println("rule396 fired");
-end
-
-rule rule397
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc397")
- then
- System.out.println("rule397 fired");
-end
-
-rule rule398
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc398")
- then
- System.out.println("rule398 fired");
-end
-
-rule rule399
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc399")
- then
- System.out.println("rule399 fired");
-end
-
-rule rule400
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc400")
- then
- System.out.println("rule400 fired");
-end
-
-rule rule401
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc401")
- then
- System.out.println("rule401 fired");
-end
-
-rule rule402
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc402")
- then
- System.out.println("rule402 fired");
-end
-
-rule rule403
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc403")
- then
- System.out.println("rule403 fired");
-end
-
-rule rule404
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc404")
- then
- System.out.println("rule404 fired");
-end
-
-rule rule405
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc405")
- then
- System.out.println("rule405 fired");
-end
-
-rule rule406
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc406")
- then
- System.out.println("rule406 fired");
-end
-
-rule rule407
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc407")
- then
- System.out.println("rule407 fired");
-end
-
-rule rule408
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc408")
- then
- System.out.println("rule408 fired");
-end
-
-rule rule409
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc409")
- then
- System.out.println("rule409 fired");
-end
-
-rule rule410
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc410")
- then
- System.out.println("rule410 fired");
-end
-
-rule rule411
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc411")
- then
- System.out.println("rule411 fired");
-end
-
-rule rule412
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc412")
- then
- System.out.println("rule412 fired");
-end
-
-rule rule413
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc413")
- then
- System.out.println("rule413 fired");
-end
-
-rule rule414
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc414")
- then
- System.out.println("rule414 fired");
-end
-
-rule rule415
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc415")
- then
- System.out.println("rule415 fired");
-end
-
-rule rule416
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc416")
- then
- System.out.println("rule416 fired");
-end
-
-rule rule417
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc417")
- then
- System.out.println("rule417 fired");
-end
-
-rule rule418
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc418")
- then
- System.out.println("rule418 fired");
-end
-
-rule rule419
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc419")
- then
- System.out.println("rule419 fired");
-end
-
-rule rule420
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc420")
- then
- System.out.println("rule420 fired");
-end
-
-rule rule421
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc421")
- then
- System.out.println("rule421 fired");
-end
-
-rule rule422
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc422")
- then
- System.out.println("rule422 fired");
-end
-
-rule rule423
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc423")
- then
- System.out.println("rule423 fired");
-end
-
-rule rule424
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc424")
- then
- System.out.println("rule424 fired");
-end
-
-rule rule425
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc425")
- then
- System.out.println("rule425 fired");
-end
-
-rule rule426
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc426")
- then
- System.out.println("rule426 fired");
-end
-
-rule rule427
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc427")
- then
- System.out.println("rule427 fired");
-end
-
-rule rule428
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc428")
- then
- System.out.println("rule428 fired");
-end
-
-rule rule429
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc429")
- then
- System.out.println("rule429 fired");
-end
-
-rule rule430
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc430")
- then
- System.out.println("rule430 fired");
-end
-
-rule rule431
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc431")
- then
- System.out.println("rule431 fired");
-end
-
-rule rule432
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc432")
- then
- System.out.println("rule432 fired");
-end
-
-rule rule433
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc433")
- then
- System.out.println("rule433 fired");
-end
-
-rule rule434
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc434")
- then
- System.out.println("rule434 fired");
-end
-
-rule rule435
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc435")
- then
- System.out.println("rule435 fired");
-end
-
-rule rule436
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc436")
- then
- System.out.println("rule436 fired");
-end
-
-rule rule437
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc437")
- then
- System.out.println("rule437 fired");
-end
-
-rule rule438
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc438")
- then
- System.out.println("rule438 fired");
-end
-
-rule rule439
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc439")
- then
- System.out.println("rule439 fired");
-end
-
-rule rule440
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc440")
- then
- System.out.println("rule440 fired");
-end
-
-rule rule441
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc441")
- then
- System.out.println("rule441 fired");
-end
-
-rule rule442
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc442")
- then
- System.out.println("rule442 fired");
-end
-
-rule rule443
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc443")
- then
- System.out.println("rule443 fired");
-end
-
-rule rule444
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc444")
- then
- System.out.println("rule444 fired");
-end
-
-rule rule445
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc445")
- then
- System.out.println("rule445 fired");
-end
-
-rule rule446
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc446")
- then
- System.out.println("rule446 fired");
-end
-
-rule rule447
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc447")
- then
- System.out.println("rule447 fired");
-end
-
-rule rule448
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc448")
- then
- System.out.println("rule448 fired");
-end
-
-rule rule449
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc449")
- then
- System.out.println("rule449 fired");
-end
-
-rule rule450
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc450")
- then
- System.out.println("rule450 fired");
-end
-
-rule rule451
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc451")
- then
- System.out.println("rule451 fired");
-end
-
-rule rule452
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc452")
- then
- System.out.println("rule452 fired");
-end
-
-rule rule453
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc453")
- then
- System.out.println("rule453 fired");
-end
-
-rule rule454
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc454")
- then
- System.out.println("rule454 fired");
-end
-
-rule rule455
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc455")
- then
- System.out.println("rule455 fired");
-end
-
-rule rule456
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc456")
- then
- System.out.println("rule456 fired");
-end
-
-rule rule457
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc457")
- then
- System.out.println("rule457 fired");
-end
-
-rule rule458
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc458")
- then
- System.out.println("rule458 fired");
-end
-
-rule rule459
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc459")
- then
- System.out.println("rule459 fired");
-end
-
-rule rule460
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc460")
- then
- System.out.println("rule460 fired");
-end
-
-rule rule461
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc461")
- then
- System.out.println("rule461 fired");
-end
-
-rule rule462
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc462")
- then
- System.out.println("rule462 fired");
-end
-
-rule rule463
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc463")
- then
- System.out.println("rule463 fired");
-end
-
-rule rule464
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc464")
- then
- System.out.println("rule464 fired");
-end
-
-rule rule465
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc465")
- then
- System.out.println("rule465 fired");
-end
-
-rule rule466
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc466")
- then
- System.out.println("rule466 fired");
-end
-
-rule rule467
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc467")
- then
- System.out.println("rule467 fired");
-end
-
-rule rule468
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc468")
- then
- System.out.println("rule468 fired");
-end
-
-rule rule469
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc469")
- then
- System.out.println("rule469 fired");
-end
-
-rule rule470
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc470")
- then
- System.out.println("rule470 fired");
-end
-
-rule rule471
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc471")
- then
- System.out.println("rule471 fired");
-end
-
-rule rule472
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc472")
- then
- System.out.println("rule472 fired");
-end
-
-rule rule473
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc473")
- then
- System.out.println("rule473 fired");
-end
-
-rule rule474
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc474")
- then
- System.out.println("rule474 fired");
-end
-
-rule rule475
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc475")
- then
- System.out.println("rule475 fired");
-end
-
-rule rule476
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc476")
- then
- System.out.println("rule476 fired");
-end
-
-rule rule477
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc477")
- then
- System.out.println("rule477 fired");
-end
-
-rule rule478
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc478")
- then
- System.out.println("rule478 fired");
-end
-
-rule rule479
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc479")
- then
- System.out.println("rule479 fired");
-end
-
-rule rule480
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc480")
- then
- System.out.println("rule480 fired");
-end
-
-rule rule481
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc481")
- then
- System.out.println("rule481 fired");
-end
-
-rule rule482
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc482")
- then
- System.out.println("rule482 fired");
-end
-
-rule rule483
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc483")
- then
- System.out.println("rule483 fired");
-end
-
-rule rule484
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc484")
- then
- System.out.println("rule484 fired");
-end
-
-rule rule485
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc485")
- then
- System.out.println("rule485 fired");
-end
-
-rule rule486
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc486")
- then
- System.out.println("rule486 fired");
-end
-
-rule rule487
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc487")
- then
- System.out.println("rule487 fired");
-end
-
-rule rule488
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc488")
- then
- System.out.println("rule488 fired");
-end
-
-rule rule489
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc489")
- then
- System.out.println("rule489 fired");
-end
-
-rule rule490
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc490")
- then
- System.out.println("rule490 fired");
-end
-
-rule rule491
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc491")
- then
- System.out.println("rule491 fired");
-end
-
-rule rule492
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc492")
- then
- System.out.println("rule492 fired");
-end
-
-rule rule493
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc493")
- then
- System.out.println("rule493 fired");
-end
-
-rule rule494
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc494")
- then
- System.out.println("rule494 fired");
-end
-
-rule rule495
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc495")
- then
- System.out.println("rule495 fired");
-end
-
-rule rule496
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc496")
- then
- System.out.println("rule496 fired");
-end
-
-rule rule497
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc497")
- then
- System.out.println("rule497 fired");
-end
-
-rule rule498
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc498")
- then
- System.out.println("rule498 fired");
-end
-
-rule rule499
- when
- $acc : Account(status == "standard", title == "mr", accountId == "acc499")
- then
- System.out.println("rule499 fired");
-end
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/50_rules.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/50_rules.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/50_rules.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,353 +0,0 @@
-package org.drools.samples
-import org.drools.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
-
Deleted: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/5_rules.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/5_rules.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/5_rules.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,38 +0,0 @@
-package org.drools.samples
-import org.drools.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
-
Modified: labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/waltzdb/waltzdb.drl
===================================================================
--- labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/waltzdb/waltzdb.drl 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/drools-examples/src/main/rules/org/drools/benchmark/waltzdb/waltzdb.drl 2007-05-01 20:34:09 UTC (rev 11567)
@@ -187,7 +187,7 @@
$junction : Junction( type == "3j", name == "arrow", $basePoint : basePoint, $p1 : p1, $p2 : p2, $p3 : p3 )
$edge1 : Edge( p1 == $basePoint, p2 == $p1 )
$edge2 : Edge( p1 == $basePoint, p2 == $p2 )
- $edge2 : Edge( p1 == $basePoint, p2 == $p3 )
+ $edge3 : Edge( p1 == $basePoint, p2 == $p3 ) //@FIXME, is this correct? I changed edge2 to edge3
not ( Junction( basePoint > $basePoint ) )
then
$junction.setVisited( "yes" );
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/pom.xml 2007-05-01 20:34:09 UTC (rev 11567)
@@ -355,6 +355,8 @@
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
+ <descriptor>src/main/assembly/brms.xml</descriptor>
+ <descriptor>src/main/assembly/examples.xml</descriptor>
</descriptors>
</configuration>
</plugin>
@@ -592,6 +594,11 @@
</dependency>
<dependency>
<groupId>org.drools</groupId>
+ <artifactId>drools-documentation</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
<artifactId>drools-server</artifactId>
<version>${project.version}</version>
</dependency>
Modified: labs/jbossrules/trunk/src/main/assembly/brms.xml
===================================================================
--- labs/jbossrules/trunk/src/main/assembly/brms.xml 2007-05-01 20:19:14 UTC (rev 11566)
+++ labs/jbossrules/trunk/src/main/assembly/brms.xml 2007-05-01 20:34:09 UTC (rev 11567)
@@ -1,14 +1,14 @@
-<assembly>
- <id>brms</id>
- <formats>
- <format>zip</format>
+<assembly>
+ <id>brms</id>
+ <formats>
+ <format>zip</format>
</formats>
<!-- We include the BRMS specifically, as its a single atomic war -->
<files>
<file>
- <source>drools-jbrms/target/drools-jbrms.war</source>
+ <source>drools-jbrms/target/drools-*.war</source>
<outputDirectory>brms</outputDirectory>
</file>
</files>
More information about the jboss-svn-commits
mailing list