Re: JESS: Jess error: Bad index

2005-11-02 Thread kip . c . lubliner
Hello, as a new JESS user, this email was very helpful, thanks! Does anybody have any information about websites that have similar design information, or even case studies? Thanks, Kip Kip Lubliner Developer, HSBC Securities 646-344-3113 [EMAIL PROTECTED] wrote on 11/01/2005 08:41:39

JESS: multiple shadow fact templates

2005-11-02 Thread Scott Moss
I tried to have two definstance calls on the same Java class. Specifically, (defclass market Market) (defclass agent TradingAgent) (defclass producer TradingAgent) Instances of class Market have two public members: agentsList and producersList where the latter is a subset of the former.

JESS: Announcing Jess 7.0b4

2005-11-02 Thread ejfried
Hi Folks, We're pleased to announce the availability of the latest release of Jess, the rule engine for the Java platform, at the usual location: http://herzberg.ca.sandia.gov/jess/download.shtml This release adds a lot of polish to Jess 7 as we approach the final version. There are a number

JESS:Modular deffacts problem

2005-11-02 Thread David Firmin
Hi I'm having a problem with deffacts and modules I was hoping someone could help me out with. I'm trying to use deffacts with a specific module, but am having some problems changing out of that module once the deffacts has taken place. At present, I'm doing the following (although I've

Re: JESS: multiple shadow fact templates

2005-11-02 Thread Scott Moss
[EMAIL PROTECTED] wrote: If the defrules are ordered as above, then no shadow facts are created for producer. If the producers rule is defined first, then three producers shadowfacts are created followed by seven agents shadow facts. Is it the case that there cannot be two points to a

Re: JESS:Modular deffacts problem

2005-11-02 Thread ejfried
I think David Firmin wrote: I'm trying to use deffacts with a specific module, but am having some problems changing out of that module once the deffacts has taken place. At present, I'm doing the following (although I've simplified the code here, the sense remains the same): I'm afraid

Re: JESS: multiple shadow fact templates

2005-11-02 Thread ejfried
I think Scott Moss wrote: The order in which rules are fired depends first on the conflict resolution strategy, but if two rules are of equal priority by that criterion, then they'll fire in an arbitrary order that just falls out of the Rete network implementation. That order is affected by,