Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-27 Thread Rejaul Barbhuiya
t; ** ** > > *From:* owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] *On > Behalf Of *Rejaul Barbhuiya > *Sent:* Wednesday, June 26, 2013 6:22 AM > *To:* jess-users > *Subject:* Re: JESS: [EXTERNAL] Creating an eLearning system following > TekMart example > &

Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-27 Thread Rejaul Barbhuiya
> > (while (?r next) > > (bind ?fact (?r getObject f)) > >;; … now do something with your fact > > ** ** > > *From:* owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] *On > Behalf Of *Rejaul Barbhuiya > *Sent:* Wednesday, Ju

RE: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-26 Thread Friedman-Hill, Ernest
Object f)) ;; ... now do something with your fact From: owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] On Behalf Of Rejaul Barbhuiya Sent: Wednesday, June 26, 2013 6:22 AM To: jess-users Subject: Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example Thank

Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-26 Thread Rejaul Barbhuiya
Thanks Ernest. In my program, I was using runQuery(arg0, arg1) and storing the result in a Iterator as shown below. Then I am storing the result in token and from token to fact. Iterator sno = engine.runQuery("session-number",new ValueVector().add(sidValue)); if (sno.hasNe

RE: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-24 Thread Friedman-Hill, Ernest
You can use a query to easily find your facts; see http://www.jessrules.com/jess/docs/71/queries.html and in particular, http://www.jessrules.com/jess/docs/71/queries.html#in_java To unsubscribe, send the words 'unsubscribe