Hi All,

I have a pattern and a list of facts for that pattern.
How can i get all possible instantiations for the
variables in the patterns in java.
ie.
Pattern : (list-of-names (names $? ?var1 $?))

fact: (list-of-names (names john ronnie mark pat meg
cindi))

In this case the variable var1 matches all the
elements of the list.
How can i match this pattern against the fact and get
the results of the match in java.
Any help is highly appreciated.
Thanks in advance.


________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

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