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

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

There is a newer version: 7.36.1.Final
Show newest version
import org.drools.benchmark.model.*

rule "Is of valid age and gender"
when
    $a : Applicant( age >= 18, gender == Gender.MALE )
then
    $a.setValid( true );
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy