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-tp4018614p...
Sent from the Drools: User forum mailing list archive at
Nabble.com.