[rules-users] Range operator in Excel Decision Table

GrooV m.breemans at everest.nl
Wed Jun 29 07:38:15 EDT 2011


It actually even seems to fail when I add a 2nd column with age < 65 and age
> 18 in the first

Generated rules:
package rule_table;
#generated from Decision Table
import com.test.Person;
#From row number: 11
rule "_11"
	
	when
		person : Person(age > 18, age < 65)
	then
		person.setScore(100);
		System.out.println(person.getName());
end

--
View this message in context: http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-tp3120750p3121249.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list