All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.tutorials.banking.Example1.drl Maven / Gradle / Ivy

The newest version!
package org.drools.tutorials.banking


rule "Rule 01"   
    when
        eval (1==1)
    then
        System.out.println("Rule 01 Works");
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy