rule "Cheesery contains stilton"
when
stilton : Cheese( type == "stilton" )
Cheesery( cheeses contains stilton )
then
list.add( stilton );
end
- [drools-dev] collections in action Mark Proctor
- Re: [drools-dev] collections in action Michael Neale
- [drools-dev] collections in action Mark Proctor
