Hello,
I was wondering about the possibilities of speeding up the matching process.
The type of data values (as declared in deftemplate) used in the patterns should also
be significant (e.g. Integer matching should be faster than string matching), but the
Jess manual states that "The 'type' slot qualifier is accepted but not currently
enforced by Jess; it specifies what data type the slot is allowed to hold."
What does it mean to be "not enforced"? Does it mean that internally the matching is
done with values of some custom type? Or, when I define
(deftemplate state (slot status (TYPE INTEGER)) etc.)
and
(defrule action
?f <- (state (status 2) ...)
...etc.
then the matching process compares two integers instead of something else.
Thank you,
Raoul.
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------