Re: JESS: Corrupted Negcnt Exception

1998-07-22 Thread Ernest Friedman-Hill
happening. If this isn't it, then there might be a bug and we'll have to look into it further. /Lars ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 29

Re: JESS: Jess 4.1b3 bug?

1998-07-27 Thread Ernest Friedman-Hill
features, including dynamic salience, default-dynamic in deftemplates, more and better documentation, better error reporting, etc. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National Labs

Re: JESS: Best way to 'assert' a java object into jess...

1998-07-28 Thread Ernest Friedman-Hill
users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----- Ernest Friedman-Hill Distribu

JESS: Insanely good performance

1998-07-28 Thread Ernest Friedman-Hill
5. I think this will be an undocumented feature in 4.1b4, although I'll include the fast wordgame example. ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 892

JESS: (definstance) problem solved

1998-07-29 Thread Ernest Friedman-Hill
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----

Re: JESS: NOT patterns in jess

1998-07-30 Thread Ernest Friedman-Hill
by the front end doesn't affect the speed of the engine. This kind of thing is really a deficiency in my parser and network builder, all of which run before I start my timer, not in the engine. - Ernest Friedman-Hill Distributed Systems Research

Re: JESS: Object model traversal syntax

1998-07-30 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550

Re: JESS: Security Question

1998-07-31 Thread Ernest Friedman-Hill
onor Power. ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: Jess with Voyager and KQML

1998-08-07 Thread Ernest Friedman-Hill
! - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA

Re: JESS: duplicate function

1998-08-12 Thread Ernest Friedman-Hill
tion to Ernest: Is it possible to add duplicate to some of future JESS releases ? OK, it's on the list. Miroslav Madecki ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National Labs

JESS: Article on Jess and Agents

1998-09-15 Thread Ernest Friedman-Hill
all might like to check it out. It's a short article, but it builds on all the previous ones. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org

JESS: Jess 4.1 Final Release

1998-09-15 Thread Ernest Friedman-Hill
y)) = (assert (sum (arg1 ?x) (arg2 ?y) (result (+ ?x ?y) (reset) (run) So you'll probably see a version of this within the next few weeks. ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia Nati

Re: JESS: Re:OutOfMemoryError

1998-06-22 Thread Ernest Friedman-Hill
Stream.nextToken(Compiled Code) at jess.Jesp.parseSexp(Compiled Code) The free space on the drive is 300MB. OutOfMemory == RAM, not disk space. help please! beth ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510)

Re: JESS: gui question

1998-06-24 Thread Ernest Friedman-Hill
m www.alphaworks.ibm.com is my favorite) help you debug your Java code. The (view) command can help to debug Jess itself if you think that a rule isn't getting compiled correctly. ----- Ernest Friedman-Hill Distributed Systems Research

Re: JESS:reasoning process takes only 25% cpu-usage

1998-06-30 Thread Ernest Friedman-Hill
% but something like 25 %. Is this normal ? can I give more 'priority' to this process without using a thread ? Every tip is welcom, thanks Hans Schevers - Ernest Friedman-Hill Distributed Systems ResearchPhone

Re: JESS: Java objects and Jess facts.

1998-07-06 Thread Ernest Friedman-Hill
f a rule, or if you're calling functions that modify a matched object on the LHS of a rule, well, I think the README warns about that... ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National Labs

Re: JESS: Can I bind and test before =?

1998-10-01 Thread Ernest Friedman-Hill
of a complex rule, it would be better to break it into two rules. Thanks! Duane - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org

Re: JESS: Asserting template facts from raw Java

1998-10-01 Thread Ernest Friedman-Hill
vv = (the multifield you want to parse specially); Value v = new Value(vv, RU.LIST); engine.store("myTempValue", v); engine.executeCommand("(assert (query (words (fetch myTempValue"); ----- Ernest Friedman-Hill Distrib

Re: JESS: Can I do or facts in LHS?

1998-10-02 Thread Ernest Friedman-Hill
PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 892

Re: JESS: Multiple engines, good/bad?

1998-10-02 Thread Ernest Friedman-Hill
blems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 29

Re: JESS: Strange behaviour of call

1998-10-03 Thread Ernest Friedman-Hill
(ClassNotFoundException) to catch (Exception). Indeed, this makes the example work as you'd expect. I think Ernest Friedman-Hill wrote: Interesting... some weird parser thing, I'll have a look when I have time. For now, realize that this is an abberation due to the (implicit) conversion from a Jess 'string

Re: JESS: Problem using or, and

1998-10-03 Thread Ernest Friedman-Hill
be jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill

Re: JESS: JESS-CORBA

1998-10-20 Thread Ernest Friedman-Hill
PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems Research

Re: JESS: using reset with definstances

1998-10-21 Thread Ernest Friedman-Hill
. List problems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National Labs

JESS: re: deffunction question

1998-10-27 Thread Ernest Friedman-Hill
ot;Hazardous Not Containerized"))) ---end--- This forum is great - without alot of examples to look at, I need the help! Thanks, KathyLee Simunich Argonne National Lab - Ernest Friedman-Hill Distributed Systems Rese

Re: JESS: JESS 4.1 performance

1998-10-27 Thread Ernest Friedman-Hill
? :) Nanlin Xiao CyberObject. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: matching on XML

1998-10-28 Thread Ernest Friedman-Hill
PROTECTED] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214

Re: JESS: matching on XML

1998-10-28 Thread Ernest Friedman-Hill
/index.html), both of which are pretty good. Sun's parser is very fast. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (510) 294-2154 Sandia National LabsFAX: (510) 294-2234 Org. 8920, MS 9214

JESS: Fuzzy Jess?

1998-10-29 Thread Ernest Friedman-Hill
erstanding of the implications for the fuzzy stuff. These days it is lower on my priorities. I think I'd prefer to redesign a bit and add the fuzzy extensions to JESS. Cheers, Bob. ----- Ernest Friedman-Hill Distributed Systems Research

Re: JESS: dynamic rule addition deletion

1998-10-30 Thread Ernest Friedman-Hill
PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED]

Re: JESS: possible bug in call with defglobal

1998-10-30 Thread Ernest Friedman-Hill
ify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-223

Re: JESS: Followup on accessing facts from within jess

1998-10-30 Thread Ernest Friedman-Hill
ers [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distribu

Re: JESS: request for example programs on Jess

1998-11-04 Thread Ernest Friedman-Hill
ers [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----- Ernest Friedman-Hill Distribut

Re: JESS: animals.clp Example

1998-11-05 Thread Ernest Friedman-Hill
] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http

Re: JESS: Harping on OutOfMemory...

1998-11-05 Thread Ernest Friedman-Hill
for which you have given two answers, but... Ernest Friedman-Hill wrote: I think Alan Barton wrote: Thank you for your response. I now have 2 questions for you :) 1) Is there a conference for JESS users or a regular/annual gathering? We've never had one, but there has been

Re: JESS: Re: socket example

1998-11-06 Thread Ernest Friedman-Hill
ocket example" Ernest provided ... would still appreciate anything out there using ftp/telnet ports/thks again! Carl ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National Labs

Re: JESS: About some Jess features

1998-11-07 Thread Ernest Friedman-Hill
accessible from a web page, or send it to me as a tar archive email attachment (not to th list, unless it's fairly small.) Luca Bascetta email: [EMAIL PROTECTED] ICQ# 9105513 - Ernest Friedman-Hill Distributed Systems Research

Re: JESS: Gui for jess

1998-11-09 Thread Ernest Friedman-Hill
supports the full JDK 1.1 AWT: the very newest Netscapes do (4.0.7, 4.5) - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: JESS: Slot Value / Inheritance

1998-11-09 Thread Ernest Friedman-Hill
ify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://he

Re: JESS: Large NumStr-Retract MultiVariable

1998-11-10 Thread Ernest Friedman-Hill
ee facts get retracted in turn. (watch all) (defrule TEST01 ?factID - (foo $?values) = (printout t $?values crlf) (retract ?factID)) (assert (foo) (foo bar) (foo bar bar)) (run) ----- Ernest Friedman-Hill Dist

Re: JESS: Serialization of Jess state ..

1998-11-10 Thread Ernest Friedman-Hill
PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: JESS: Serialization of Jess state ..

1998-11-10 Thread Ernest Friedman-Hill
een pictures at http://herzberg.ca.sandia.gov/danny/ . Sidney Bailin Knowledge Evolution, Inc. --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: Jess 5.x events (was JESS: Serialization of Jess state ..)

1998-11-11 Thread Ernest Friedman-Hill
http://www.smart-tv.com Disclaimer http://www.intel.com/tradmarx.htm ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box

Re: JESS: Serialization of Jess state ..

1998-11-11 Thread Ernest Friedman-Hill
7045618 - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: Upgrade to 4.1

1998-11-11 Thread Ernest Friedman-Hill
L PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 92

Re: JESS: matching with blank character

1998-11-11 Thread Ernest Friedman-Hill
. List problems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PRO

Re: JESS: Visual J++ 6.0 compatibility

1998-11-11 Thread Ernest Friedman-Hill
of hand very rapidly. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

JESS: Announcing Jess 4.2

1998-11-12 Thread Ernest Friedman-Hill
. Have fun! ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore

Re: JESS: Announcing Jess 4.2

1998-11-16 Thread Ernest Friedman-Hill
by topic) in a data base. Well, there is an archive of the list on the web: http://www.mail-archive.com/jess-users@sandia.gov/ Regards, Genevieve -Original Message- From: Ernest Friedman-Hill [SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 12, 1998 8:57 AM

JESS: 5.0a1 Progress Report

1998-11-19 Thread Ernest Friedman-Hill
if they're not using the symbolic constants in RU for indexes. I guess I won't send out 5.0a1 till after Thanksgiving (Nov. 26th), but I thought I'd keep you posted. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294

Re: JESS: A function on an array, or facts?

1998-11-23 Thread Ernest Friedman-Hill
, not as a rule) that accesses facts? Duane - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL

Re: JESS: JESS Possible bug report!

1998-11-28 Thread Ernest Friedman-Hill
object if one exists; otherwise, it will create property descriptors by examining the method names. --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-223

Re: JESS: Fact of LHS

1998-11-30 Thread Ernest Friedman-Hill
for. Thanks in advance. Juan Luis Mulas Platero. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920

JESS: Bug fix for null properties

1998-12-01 Thread Ernest Friedman-Hill
have no idea what I'm talking about, then don't worry about it, it doesn't affect you. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: JESS: NIL and null and jess- and java-strings

1998-12-02 Thread Ernest Friedman-Hill
only one circumstance ( (call "A String" hashCode) will evoke the hashCode method of a Java String) is at least easy to explain. But I'm open to alternate proposals, given that they include consideration of this kind of issue. --------- Er

JESS: Announcing Jess 4.3

1998-12-04 Thread Ernest Friedman-Hill
, which has been completely reworked and looks quite nice (if I do say so myself.) Problem reports on the web site itself are welcome. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National Labs

JESS: Announcing Jess 5.0a1

1998-12-09 Thread Ernest Friedman-Hill
(or even the jazzy new web site... :) - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: Odds and Ends

1998-12-10 Thread Ernest Friedman-Hill
ribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ---------

Re: JESS: compiling 5.0.a1

1998-12-10 Thread Ernest Friedman-Hill
, should have removed that. That's part of an unfinished project. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: JESS: (reset) Error!

1998-12-11 Thread Ernest Friedman-Hill
or a total of 2 facts. TRUE ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO

Re: JESS: Jess Book? and FAQ ptr

1998-12-11 Thread Ernest Friedman-Hill
e book. I personally still buy physical books, and I think quite a few other folks do too! --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-223

Re: JESS: Negated patterns and pseudo time tags

1998-12-11 Thread Ernest Friedman-Hill
f a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] ----- - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National Labs

Re: JESS: still have problems re: not pattern/rule firing

1999-01-05 Thread Ernest Friedman-Hill
Pauline Fijalkiewicz Rockwell Collins, Inc. Ernest Friedman-Hill [EMAIL PROTECTED] on 01/04/99 04:04:41 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: JESS: "not" pattern and rule firing problem Hi Pauline, Because of the way th

JESS: 'not' pattern bug fixed

1999-01-05 Thread Ernest Friedman-Hill
this is how I'll fix it in the next release, but it works for now. - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

No Subject

1999-01-11 Thread Ernest Friedman-Hill
who jess-users end - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: Run Rete Exception -- was: definstances undefinstances

1999-01-30 Thread Ernest Friedman-Hill
ile in use via propertyChange or ??? synchronized Value undefine(Object o) throws ReteException { ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (92

Re: JESS: salience

1999-02-05 Thread Ernest Friedman-Hill
using (declare (salience NN)) where NN varies to establish a rule firing order. Does this work in Jess? I am using version 4.1. Thanks Christo - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National

Re: JESS: rete

1999-02-08 Thread Ernest Friedman-Hill
] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: rete

1999-02-09 Thread Ernest Friedman-Hill
] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov

Re: JESS: JESS variable

1999-02-10 Thread Ernest Friedman-Hill
itself before trying to learn to call java functions from Jess, or you'll have a hard time of it. Thanks in advance, Ning Zhong --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National Lab

Re: JESS: load-package

1999-02-10 Thread Ernest Friedman-Hill
rete.addUserpackage( new MathFunctions() ); But I only want to load MathFunctions when it is needed on a Jess file by file basis. Thanks Christo ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-21

Re: JESS: comparison operations on external addresses

1999-02-15 Thread Ernest Friedman-Hill
-- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] ----- --

Re: JESS: ExpertGUI Applet

1999-02-15 Thread Ernest Friedman-Hill
r reset. Can anyone please look at the attached example and let me know if I have done anything wrong? Thanks! --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX:

Re: JESS: nil and null

1999-02-15 Thread Ernest Friedman-Hill
] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA

JESS: Announcing Jess 5.0a3

1999-02-16 Thread Ernest Friedman-Hill
multifield functions to better handle EXTERNAL_ADDRESS objects; added hashCode() to jess.Value. (facts) and (rules) now in scriptlib, not Java. Much improved public interface for Deftemplate, Fact classes. - Ernest Friedman-Hill Distributed

Re: JESS: Jess as an applet..

1999-02-16 Thread Ernest Friedman-Hill
The class jess.ConsoleApplet is an example applet you can copy and modify to suit. I think Ana Almazan wrote: How can I make a jess system run as an applet? I already have the Jess system. - Ernest Friedman-Hill Distributed

Re: JESS: Debugger Event Notifications

1999-02-16 Thread Ernest Friedman-Hill
PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969

Re: JESS: Jess in a card game

1999-02-17 Thread Ernest Friedman-Hill
in 224 ms] IOT trap/Abort - To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] ----

Re: JESS: Debugger Event Notifications

1999-02-17 Thread Ernest Friedman-Hill
am willing to prototype such a beast but only if there is at least a slim chance that the changes will make it into a Jess release (I hate writing and debugging throw away code.) alanm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ernest Fri

Re: JESS: Need help about Beans and Jess multislots

1999-02-23 Thread Ernest Friedman-Hill
e words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ---------

Re: JESS: default multislot values in normal and shadow facts

1999-02-26 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov

Re: JESS: Not patterns

1999-02-28 Thread Ernest Friedman-Hill
--- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore

Re: JESS: Possible bugs?

1999-02-28 Thread Ernest Friedman-Hill
didn't think it would have any bad effects on anyone's programs. Regards Saban - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS

Re: JESS: Possible bugs?

1999-03-01 Thread Ernest Friedman-Hill
I think S.S.OZSARIYILDIZ wrote: Ernest Friedman-Hill wrote: If I load jess with arguments at the begining it does not work properly as in the privious release. My batch file uses load-packeges and these pakages uses the other default packages. in the main class if you could batch

Re: JESS: Alarms Correlation application in Java

1999-03-09 Thread Ernest Friedman-Hill
t ? Is JESS meeting the above criteria ? Any advice and pointers very appreciated ! Thanks to all of you ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (92

Re: JESS: Serializing the state of inferencing process

1999-03-09 Thread Ernest Friedman-Hill
process after restoring a saved inference state. Can anyone give me some hints on this issue? Thanks in advance, Dariush Navabi - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National Labs

Re: JESS: NeuroFuzzy DB application

1999-03-10 Thread Ernest Friedman-Hill
Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550

Re: JESS: add elements to vector

1999-03-17 Thread Ernest Friedman-Hill
blems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-223

Re: JESS: FYI: Some bean lessons

1999-03-17 Thread Ernest Friedman-Hill
ou should (and will in the next version) be able to pass any subclasss of Object to this method and have it work. Anyway, thanks for the report! ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia Nati

Re: JESS: Problem retracting some unordered facts

1999-03-17 Thread Ernest Friedman-Hill
PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia Nat

Re: JESS: exit followup

1999-03-18 Thread Ernest Friedman-Hill
he BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (

Re: JESS: Rete engine

1999-03-19 Thread Ernest Friedman-Hill
awrence's TF machines use IBM technology. -- Paul Barriscale 2nd Comp. Science [EMAIL PROTECTED]http:/wisdom.ucc.ie/~barrisca ___ University College Cork --------- Ernest Friedman-Hill D

Re: JESS: Possible bug in Main

1999-03-19 Thread Ernest Friedman-Hill
(facts) == ? with out a file -- Jess, the Java Expert System Shell Copyright (C) 1998 E.J. Friedman Hill and the Sandia Corporation Jess Version 5.0a4 3/18/99 Jess (facts) == For a total of 0 facts. -- Does it work fine with you? Ernest Friedman-Hill wro

Re: JESS: Multiple Rete engines?

1999-03-19 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http

Re: JESS: Jess security problem

1999-03-22 Thread Ernest Friedman-Hill
] - - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214

Re: JESS: Anyone out there on weekends?

1999-03-22 Thread Ernest Friedman-Hill
to use the if to great advantage reducing the number of rules I had. Ernest Friedman-Hill wrote: As Irina Parvan points out, you are missing the = to separate the LHS from the RHS of this rule. In addition, though, you've got some extra parentheses around the contents

Re: JESS: How to get Java int values from JESS?

1999-03-23 Thread Ernest Friedman-Hill
Thanks, -- Jacek - --------- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov

JESS: What's in the pipe

1999-03-26 Thread Ernest Friedman-Hill
nished 5.0 features like backward chaining, advice, events, etc. I'll keep you posted. ----- Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 892

Re: JESS: What's in the pipe

1999-03-29 Thread Ernest Friedman-Hill
for the release of the next alpha? - Lalit - Ernest Friedman-Hill Distributed Systems ResearchPhone: (925) 294-2154 Sandia National LabsFAX: (925) 294-2234 Org. 8920, MS 9214 [EMAIL PROTECTED

Re: JESS: system

1999-04-08 Thread Ernest Friedman-Hill
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list. List problems? Notify [EMAIL PROTECTED] - -----

  1   2   3   4   5   6   7   8   9   10   >