I think [EMAIL PROTECTED] wrote:
> 
> I am trying to use JESS as a "sequence miner".
> The sequece is made of Java ArrayList.
> Can I pick up any element of the ArrayList as I can do in mulislot list ?
> 

Current versions of Jess don't have specific support for matching in
Collections; this may be a feature of Jess 7, due later this year. For
now, you could of course write a deffunction or Java function which
checked the List for some condition of your choosing, and then invoke
the function as a predicate constraint.

---------------------------------------------------------
Ernest Friedman-Hill  
Science and Engineering PSEs        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 [EMAIL PROTECTED]
Livermore, CA 94550         http://herzberg.ca.sandia.gov

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to