Re: JESS: assertion - exception out of memory

2009-09-30 Thread Lucia Masola
thank you very much for your answer! I´m gonna make the changes that you mention. I do not have the program right here, and i came up with another issue regarding this problem. I encountered the out of memory exception when I asserted the facts, not when i want to run the rules. Do you think that

Re: JESS: assertion - exception out of memory

2009-09-30 Thread jo
Is there a way to coax some statistics out of jess to see the impact of asserted facts/rules ? or a kind of dump of the built network... Tx J - Original Message From: Ernest Friedman-Hill ejfr...@sandia.gov To: jess-users jess-users@sandia.gov Sent: Wednesday, September 30, 2009

Re: JESS: assertion - exception out of memory

2009-09-30 Thread Ernest Friedman-Hill
Check out the view command and the matches command. On Sep 30, 2009, at 11:21 AM, jo wrote: Is there a way to coax some statistics out of jess to see the impact of asserted facts/rules ? or a kind of dump of the built network... Tx J - Original Message From: Ernest

Re: JESS: assertion - exception out of memory

2009-09-30 Thread Peter Lin
you can use the match function to see the matches the other option is to calculate the average cost of the RETE network to get an estimated cost. peter On Wed, Sep 30, 2009 at 11:21 AM, jo etaoi...@yahoo.com wrote: Is there a way to coax some statistics out of jess to see the impact of

JESS: Jess Boot Camp at ORF '09

2009-09-30 Thread Ernest Friedman-Hill
This year our friend Jason Morris is hosting a Jess Boot Camp in conjunction with the October Rules Fest, which will be held in Dallas/ Ft Worth, Texas, USA on October 25th-26th. This will be an intensive, two-day immersion in Jess programming by the best Jess instructor in the business. If

JESS: Strinf to List

2009-09-30 Thread Uiratan Cavalcante
Hi all, I have a string in the variable ?modelname. Ex: Agent of System. I need to get the first element (Agent), so i tried: (bind ?ag (first$ (create$ ?modelname))) But it returns me Agent of System. Any help? Best regards, -- Uiratan Cavalcante +55 (98) 8138-9212 TI/TRT-16-MA

Re: JESS: Strinf to List

2009-09-30 Thread Ernest Friedman-Hill
That's what explode$ does -- break a string into tokens. So... (bind ?ag (first$ (explode$ ?modelname))) On Sep 30, 2009, at 2:43 PM, Uiratan Cavalcante wrote: Hi all, I have a string in the variable ?modelname. Ex: Agent of System. I need to get the first element (Agent), so i tried:

JESS: JESS for Complex Event Processing

2009-09-30 Thread PF
We are trying to apply Jess for complex event processing, but we have some problems with its speed. I want to check with this mailing list our sample program before we abandon the approach altogether. We also wonder if there is any way to speed it up. In our experiments, we detected complex events

Re: JESS: Strinf to List

2009-09-30 Thread Uiratan Cavalcante
Simple, hum? Thanks! 2009/9/30 Ernest Friedman-Hill ejfr...@sandia.gov That's what explode$ does -- break a string into tokens. So... (bind ?ag (first$ (explode$ ?modelname))) -- Uiratan Cavalcante +55 (98) 8138-9212 TI/TRT-16-MA(Manhã) +55 (98) 2109-9430

JESS: [Jess] ORF 2009 Keynote Speaker Announcement

2009-09-30 Thread James Owen
[With Permission, of course]Greetings:This will be our penultimate email about October Rules Fest 2009 - but, even though it follows closely on the heels of the previous email, it's necessary. And it's a goodie. OurKeynote Speakerfor ORF 2009 isTom Cooper, co-author of "Rule-Based Programming in