JESS: Creating identical independent engines in Java

2011-05-07 Thread Theodore Patkos
Hey all, I was wondering if there is a way to make an exact, yet independent, copy of a Rete engine's instance in Java (i.e., including the ruleset, working memory, agenda, activation order etc). Peering an engine only copies the ruleset; if, afterwards, one attempts to copy each fact from t

Re: JESS: Creating identical independent engines in Java

2011-05-09 Thread Theodore Patkos
the original. On May 7, 2011, at 4:04 PM, Theodore Patkos wrote: Hey all, I was wondering if there is a way to make an exact, yet independent, copy of a Rete engine's instance in Java (i.e., including the ruleset, working memory, agenda, activation order etc). Peering an engine only c

JESS: [EXTERNAL] Nested not/and syntax question

2012-01-06 Thread Theodore Patkos
Hello everyone and best wishes for the new year could someone please give me an explanation why the following two rules behave in a different way, although they express the same logical formula (i.e., not (Object ^ Pred) )? In fact, only the second rule reaches correct conclusions, as I note b