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

ools-benchmark.6.0.0.Beta2.source-code.constraintsEvaluation.drl Maven / Gradle / Ivy

There is a newer version: 7.36.1.Final
Show newest version
dialect "java"

import org.drools.benchmark.model.*

rule "Join" @activationListener('direct')
when
    $b1 : Bean(s != "aaa")
    $b2 : Bean(s > $b1.s, date > $b1.date, i > $b1.i)
then
//    System.out.println($b2);
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy