Let's say I have somthing like this in Java:

ShadowFactClass x1 = new ShadowFactClass();
ShadowFactClass x2 = new ShadowFactClass();
ShadowFactClass x3 = new ShadowFactClass();

rete.add(x1); rete.add(x2); rete.add(x3)

.....

Somewhere else in the code I woule like to remove from the working memory of one those three shadow facts, what would be the proper way ? (in this place, I have access both to the rete engine and the x1,x2,x3 variables)

Thanks again

_________________________________________________________________
Ne perdez pas de temps dans les files d’attente… magasinez en ligne. http://magasiner.sympatico.msn.ca
--------------------------------------------------------------------
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