JESS: Re: logical and groups of patterns

2004-05-06 Thread Steffen Luypaert
After it asserted the fact, it undefrules itself. I posted my message before I added the undefrule command to the rule. When I added it, I noticed the logical dependency didnt hold anymore. I suppose the logical dependencies are also kept in the Rete network. Anyway, the undefrule isnt

JESS: Facts function not showing declared facts

2004-05-06 Thread Michael Knapik
I have a MainInJava program that call the following method (the batched file contains defclasses (for the beans) and some rules). private static void postSignalProcessor(Event event, Subject subject) throws JessException { Rete rete = new Rete(); // Read in the rules