what is unclear in my mind is, if we can use something like this :

when
       $c: Customer()
then
      $c.setName("abhinay")


then y do we use:

when
       $c: Customer()
then
      modify($c)
      {
            setName("abhinay")
       }

I simply dont get the difference !!

--
View this message in context: 
http://drools.46999.n3.nabble.com/simple-Doubt-usage-of-modify-tp4018614p4018629.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