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

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

import org.drools.benchmark.model.*

rule "Dummy rule with empty constraint"
when
    $a : Integer()
then
//    System.out.println( $a );
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy