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

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

There is a newer version: 7.36.1.Final
Show newest version
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