Re: JESS: Java objects

2007-08-22 Thread Wolfgang Laun
Noel Huebers wrote (defquery searchcontext (declare (variables ?name ?task ?val)) (context (username ?name) (action Bewertet) (task ?task) (value ?val))) Now I want to delete the some facts. How do I get a fact from the queryresult '?result' ?

JESS: Logical CE bug?

2007-08-22 Thread Aaron Novstrup
We seem to have found a problem with logical dependencies in Jess. We have a fact (b) that logically depends on a fact (a). If (b) is retracted, it is automatically reasserted as long as (a) is still true. Initially, we assert (a) as fact 0. This causes (b) to be asserted as fact 1. We