org.drools.tutorials.banking.Example2.drl Maven / Gradle / Ivy
The newest version!
package org.drools.tutorials.banking
rule "Rule 01"
when
Number( $intValue : intValue )
then
System.out.println("Number found with value: " + $intValue);
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy