I think Venkat wrote:
>
> Hi,
>
> When Jess file (eg: test.clp) is called from a Java
> program....I would like to know if the rules are
> processed at Runtime or during the Boot time.
>
> I guess when clip files were called from "C" it
> was boot time and the same should hold good
> for Jess in Java too - could anyone expand
> on this or confirm on this.
>
The Jess README file describes how Rete works and how it is implemented in
Jess (it actually explains the advantage Rete has over if-then in a
loop, as well.) Jess does the same thing that CLIPS or any Rete implementation
does: it 'compiles' the left-hand-sides of the rules into a network of
tests. This compilation is don as each defrule is parsed. The
right-hand-sides of the rules run at runtime, of course.
> And Thanks to David for his comment on using
> the Rete Algorithm.
>
David?
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (510) 294-2154
Sandia National Labs FAX: (510) 294-2234
Org. 8920, MS 9214 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------