[rules-users] evaluation of null not consistent

Jared Davis sunray at davisprogramming.com
Fri Apr 16 16:42:53 EDT 2010


I don't follow this line in the rule:

instance_1_Track : Track($var_1_aou : aouAsFloat != null &&
$var_3_platform_ptr : platform != null ) 

Should it be the following?

instance_1_Track : Track($var_1_aou : aouAsFloat != null ,
$var_3_platform_ptr : platform != null ) 
-- 
View this message in context: http://n3.nabble.com/evaluation-of-null-not-consistent-tp724910p725040.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list