But
$that : Thing(...)
Thing( this != $that,...)
is the standard way of ensuring that a pattern matches two distinct objects
of the same class, and there is no reason why you shouldn't be able to use
it with not as well:
$that : Thing(...)
not ( Thing( this != $that,... ) )
"Given
Hi,
I'm new to Drools and currently trying to implement some examples using CEP /
Fusion. I got stuck on a problem to which I can't find any solution in the
online documentation, so I'm hoping for your help.
I'm trying to write a rule, which is activated whenever a certain event
occurs and no