Hello All,
Would anyone has experience on the following problem ?
I am writing a Jess program that is embedded within a Java interface and I
want the Java interface to execute some codes whenever the embedded Jess
program has COMPLETED a PARTICULAR "run" statement. There are several "run"
statements in my Jess program which have different "focus".
Could I make Jess to announce a "JessEvent.RUN" event only when that "run"
is in a particular "focus" ?
Does the "JessEvent.RUN" event begin to announce only after all the rules
in a "run" statement have completed ? Or the event announces before all the
rules fire ?
Thanks for any comment.
Lawrence