hi,

I have no problem for this kind of rule :

rule "Primitive support"
when
    $c : Cheese( price < 10 )
then
    $c.setPrice( 10 )
end 

but I would like to know what is the decision table for this small rule

rule "Primitive support"
when
    $c : Cheese( $price : price )
then
    $c.setPrice( $price * 2 )
end

I've tried a lot of syntax and I read the section abour the decision table in 
the manual but ididnt find anything.
_________________________________________________________________
Découvrez les profils Messenger de vos amis !
http://home.services.spaces.live.com/
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to