I am new to drools

I am inserting into a ksession a single claim POJO + vector of previous
claims
Like this 

                        ksession.insert(claim); // single claim
                        ksession.insert(historyClaims); // vector of claims
                        ksession.startProcess("com.dur.claim");
                        ksession.fireAllRules();

I want to compare single claim variable values with all the claims in the
vector
how do I loop through the vector objects and compare the values in the Rule
(.drl) file?

Can someone help me out?


--
View this message in context: 
http://drools.46999.n3.nabble.com/Looping-through-a-vector-object-in-a-rule-tp2897872p2897872.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to