Re: JESS: how to dumping rules ?

2009-09-02 Thread Florian Fischer
loaded at some point in time as follows but it did not work out... I do not know the names beforehand and have to figure out why they are not firing... -- Florian Fischer Hôpitaux Universitaires de Genève Service d'Informatique Médicale Rue Gabrielle-Perret-Gentil 4 CH-1211 Genève 14

JESS: A question of optimisation

2008-07-02 Thread Florian Fischer
, or will each patient be checked against each of the 2 intermediates results of the first 2 lines? Best regards, Florian Fischer To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message

JESS: Re: performance trade-of in updateObject(...)

2008-06-02 Thread Florian Fischer
a mistake somewhere but when I request the facts from Jess, they look correct to me, so it is not an update problem. I now deal with Jess problems this way. A rule that acts funny is removed from Jess and some code is written to supplement it outside of Jess. Regards, Florian Florian Fischer wrote

JESS: performance trade-of in updateObject(...)

2008-05-15 Thread Florian Fischer
to reread all 91 fields. If I do two specific updateObject, it might reorganize the Rete network twice. So which is better? Would it make sense to implement a updateObject(String[] slots) for the case where you know which fields were updated? Thanks in advance, Florian Fischer -- Florian Fischer

JESS: Shadow facts on java interfaces?

2008-04-23 Thread Florian Fischer
only the needed slots. That's why I would like to bas the deftemplate on in interface. I haven't seen any documentation that describes (declare (from-class interface)). Is it possible? If not, wouldn't it be a good idea? Thanks in advance, Florian Fischer

JESS: Problem with query and retract.

2008-02-11 Thread Florian Fischer
. Why is it that the first script fails and the second doesn't? Am I missing something? Regards, Florian Fischer -- Florian Fischer Service d'Informatique Médicale Hôpitaux Universitaires de Genève Tél: 022 37 28861 [EMAIL PROTECTED

Re: JESS: Problem with query and retract.

2008-02-11 Thread Florian Fischer
behaving as expected. Thank you for tracking down that problem. Best regards, Florian Fischer Ernest Friedman-Hill wrote: The old run-query mechanism that you're using (as opposed to the newer run-query*, which doesn't have this problem) exposes some of Jess's internals in a raw form. When

JESS: Updating multiple slots in shadow facts

2008-01-28 Thread Florian Fischer
to address the question of multi-field changes in shadow facts? Regards, Florian Fischer To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use

Re: JESS: multislot matching and binding

2007-08-20 Thread Florian Fischer
Wolfgang Laun wrote: Is it correct that it isn't possible to bind the entire value of a multislot to a variable *and* use some list pattern to restrict the facts at the same time? (defrule Rule ?fae - (AE (ae $?msae $? b c $? )) = (printout t match: ?msae crlf) ) Jess (run) match:

Re: JESS: Rules that do not fire.

2007-06-26 Thread Florian Fischer
No comment? Florian Fischer wrote: Hello, In the rather simple program below, I get as output Jess Version 7.0p1 12/21/2006 - defrules - assert Assert user-right - retracts retracting - re-defrule Retract

JESS: Rules that do not fire.

2007-06-22 Thread Florian Fischer
- cleanup retracting (MAIN::client3 (id 123) (userInitials fnf)) The remove rule doesn't fire, unless I reenter the exact same rule. Any ideas? Regards, Florian Fischer --- (deftemplate def-right (slot

Re: JESS: How to fire a rule periodically?

2007-06-01 Thread Florian Fischer
]. -- Florian Fischer Service d'Informatique Médicale Hôpitaux Universitaires de Genève Tél: 022 37 28861 [EMAIL PROTECTED] To unsubscribe, send the words 'unsubscribe jess-users [EMAIL

Re: [s] Re: JESS: Using A String And Variable Together

2007-02-21 Thread Florian Fischer
[EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] -- Florian Fischer Service d'Informatique Médicale Hôpitaux Universitaires de

Re: JESS: How do I determine Jess engine has finished firing rules

2007-02-13 Thread Florian Fischer
. Regards, Florian Fischer Shi Paul wrote: Hi Henrique and others, Ernest's reply is only good for single thread execution, while I have at least 2 threads running. It's kinda like reproducer/consumer scenario. I have Jess running in its own thread (consumer thread), I have my other threads

JESS: Re: executeCommand and line numbers.

2006-05-16 Thread Florian Fischer
the string? I am using Jess 6 as you might guess. Thanks in advance, Florian Fischer -- Florian Fischer Service d'Informatique Midicale Htpitaux Universitaires de Genhve Til: 022 37 28861 florian.fischer a sim.hcuge.ch

Re: JESS: Strings vs. Symbols

2006-03-10 Thread Florian Fischer
You get my vote for it. When I create a Userfuction I use atomValue to get the arguments and I can use strings and atoms interchangeably. But when matching the rules, later, I have to make sure I quote every token. Regards, Florian Fischer [EMAIL PROTECTED] wrote: Hi Folks, As so many

Re: JESS: Delete redundant / old facts

2006-03-06 Thread Florian Fischer
for all the efforts in beforehand -- Florian Fischer Service d'Informatique Midicale Htpitaux Universitaires de Genhve Til: 022 37 28861 [EMAIL PROTECTED] To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED

JESS: Re: Java Date in JESS

2006-02-02 Thread Florian Fischer
if there is a more elegant way to deal with dates. Regards, Florian Fischer. 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

JESS: Jess in a multithreaded environment

2005-10-24 Thread Florian Fischer
? Or will the second thread block until run() returns and all rules have fired? Thanks for clarifications. Florian Fischer To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL