If I have two objects asserted into working memory and the
one is inherited from the other will a rule such as the following fire on both
objects (Person and Employee):
Rule
When
Person( property == “bla”
)
Then
[…]
End
Juan