
ools-benchmark.6.0.0.Beta2.source-code.licenseApplication.drl Maven / Gradle / Ivy
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