Given:
objects of type A
objects of type B
where B is a subtype of A

objects of type A-prime
objects of type B-prime
where B-prime is a subtype of A-prime

rules that match things of type A and create objects of type A-prime
rules that match things of type B and create objects of type B-prime

rules that match things of type A-prime
rules that match things of type B-prime

Problem:
if the creational rules for type B execute, 
I don't want the creational rules for type A to execute.

What is the best way to handle this case? Salience and retract?

----------
George Rudolph
Mad Scientist
Motorola SSG
----------

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to