Hi

i need local variables in drl file.
it should hold integer/double value.
Setting an integer value to a local variable in some rule and getting that
integer value in some other rule 

when 
        #some condition01
then   
        local variable=200
end

when 
       #some condition02
then 
       local variable =300
end

when 
     #some condition03
then 
     emp.salary=localvariable+2000
end

Anyone plz help me to resolve this.

Thank you 
Joy




--
View this message in context: 
http://drools.46999.n3.nabble.com/Local-Variable-tp4020144.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to