
ools-benchmark.6.0.0.Beta2.source-code.literalConstraintFiringRule.drl Maven / Gradle / Ivy
import org.drools.benchmark.model.*
rule "Dummy rule with simple literal constraint"
when
$a : Integer( intValue != -1 )
then
// System.out.println( $a );
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy