JESS: [EXTERNAL]

2013-02-19 Thread Ernest Friedman-Hill
7]) by mailgate2.sandia.gov (8.14.4/8.14.4) with ESMTP id r0559c8F004910 for jess-users@sandia.gov; Fri, 4 Jan 2013 22:09:38 -0700 Received: from sentry-four.sandia.gov (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id

Re: JESS: [EXTERNAL] How to persist the fact and rule base from a given session?

2012-12-03 Thread Ernest Friedman-Hill
Hi Grant, Sorry nobody answered this earlier. The bsave and bload commands save and restore the binary state of a Jess engine to a file, and they're probably just what you're looking for. On Mon, Nov 26, 2012 at 5:21 PM, Grant Rettke gret...@acm.org wrote: Hi, I would like to be able to

Re: JESS: Would like to know why runQueryStar would not return any results

2011-07-18 Thread Ernest Friedman-Hill
this query won't work? QueryResult result = engine.runQueryStar(search-dimmer-switch, new ValueVector().add(Ceiling Light)); Many thanks. Felix - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box

Re: JESS: Time-varying methods inside a and in a test

2011-07-18 Thread Ernest Friedman-Hill
-varying call2)) = [...]) behave differently than one like this : (defrule r1b [...] (test (time-varying call1)) (test (time-varying call2)) = [...]) Thanks ! - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154

Re: JESS: Is www.jessrules.com down

2011-07-06 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA 94550 http://www.jessrules.com

Re: JESS: question on slot specific

2011-06-12 Thread Ernest Friedman-Hill
...@sandia.gov, NOT to the list (use your own address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia

Re: JESS: question on slot specific

2011-06-12 Thread Ernest Friedman-Hill
Argh, sorry, I used no-loop in my example, but I meant slot- specific. On Jun 12, 2011, at 11:12 PM, Ernest Friedman-Hill wrote: Oooh, that's a bad example; I'll have to fix the manual. If you type (watch all) before your code, you'll see that the rule actually fires twice; once when B

Re: JESS: On the Performance of Logical Retractions

2011-06-11 Thread Ernest Friedman-Hill
already using it? Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: On the Performance of Logical Retractions

2011-06-10 Thread Ernest Friedman-Hill
type of truth maintenance method is implemented in jess? Do you solely rely on the Rete memory nodes and tokens for this purpose? --Oli. On Mon, Jun 6, 2011 at 7:37 PM, Ernest Friedman-Hill ejfr...@sandia.gov wrote: I don't think there's a particular reason in general. Retracting a fact

Re: JESS: On the Performance of Logical Retractions

2011-06-09 Thread Ernest Friedman-Hill
another question as well: what type of truth maintenance method is implemented in jess? Do you solely rely on the Rete memory nodes and tokens for this purpose? --Oli. On Mon, Jun 6, 2011 at 7:37 PM, Ernest Friedman-Hill ejfr...@sandia.gov wrote: I don't think there's a particular reason

Re: JESS: On the Performance of Logical Retractions

2011-06-06 Thread Ernest Friedman-Hill
hints on the reason? Thanks in advance. --Oli. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: random strategy

2011-06-05 Thread Ernest Friedman-Hill
own address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: Truth Maintenance

2011-06-03 Thread Ernest Friedman-Hill
(bbb) as well, and I found it quite contrary to what was mentioned on page 139 of the book Jess in Action. Am I missing some config options? Thanks for your comments in advance. --Oli - Ernest Friedman-Hill Informatics Decision

Re: JESS: Jess and Clojure

2011-06-03 Thread Ernest Friedman-Hill
) 304-5883 clojure.zip - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Is Jess still alive, and Jess In Action

2011-05-31 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y

Re: JESS: Creating identical independent engines in Java

2011-05-08 Thread Ernest Friedman-Hill
of a message to majord...@sandia.gov, NOT to the list (use your own address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics

Re: JESS: Print Jess rule in detail using Java code

2011-04-25 Thread Ernest Friedman-Hill
? - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Problem in Modfying a java Object

2011-04-03 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA

Re: JESS: Function Parameters

2011-02-16 Thread Ernest Friedman-Hill
with a string Y, it throws a ClassCastException: type String cannot be cast to type char Suggestions? -- Derek Adams Lead Developer Arahant LLC Work: 615-376-5500 ext. 314 Cell: 270-543-0920 - Ernest Friedman-Hill Informatics Decision Sciences

Re: JESS: Rule firing during execution of RHS

2011-01-07 Thread Ernest Friedman-Hill
of modify, assert or retract. Any feedback is greately appreciated. Son Nguyen - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Jess Access Control

2011-01-07 Thread Ernest Friedman-Hill
never find yourself looking at a big pile of code and wondering where the problem is: the problem is always just in that last little bit you just coded. Good luck! - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925

Re: JESS: Rule with Java Object Issue in Eclipse Editor

2011-01-03 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users

Re: JESS: Hello To Jess User Group and How Is Jess Doing?

2011-01-02 Thread Ernest Friedman-Hill
to consultants and third- party solution developers. Fourth, because Jess is a product of a US government agency, it is available at no cost to other such agencies, subject to various rules and regulations. - Ernest Friedman-Hill Informatics

Re: JESS: Hello To Jess User Group and How Is Jess Doing?

2010-12-31 Thread Ernest Friedman-Hill
address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: representation of deftemplate from deffacts

2010-11-22 Thread Ernest Friedman-Hill
, as well as changing the code that works with the data. This situation should be familiar in any programming language. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS

Re: JESS: Lisp quote() an ' function

2010-11-21 Thread Ernest Friedman-Hill
? Donald Paul Winston satchwins...@yahoo.com - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: assertFact() and java.lang.String

2010-11-09 Thread Ernest Friedman-Hill
) (predicate b))); = Thank you, -Kartik Tadanki - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012

Re: JESS: Unruly rules

2010-11-07 Thread Ernest Friedman-Hill
, you want to just use the single pattern from the original version: ?x - (dataset (nobs ?) (nvars ?)) - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http

Re: JESS: Strange behaviour of defadvice

2010-10-07 Thread Ernest Friedman-Hill
/ *** gaetan_pruvost.vcf - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: defquery

2010-10-06 Thread Ernest Friedman-Hill
on the mailing list. -Kartik Tadanki - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Re: JESS on android device

2010-10-05 Thread Ernest Friedman-Hill
address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore

Re: JESS: addSlot without any default value

2010-10-02 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Jess clp, JessML and Strings with embedded XML

2010-10-02 Thread Ernest Friedman-Hill
/value /xmlDoc - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Setting slot values using Java api

2010-09-22 Thread Ernest Friedman-Hill
(type) == true) return new Value(Long.parseLong(value), RU.LONG); else return new Value(value, RU.ANY); } - Ernest Friedman-Hill Informatics Decision Sciences, Sandia

Re: JESS: ordered facts slotName=__data and slotType = ?

2010-09-22 Thread Ernest Friedman-Hill
type? (I think I remember somewhere that the types are not really used at the moment) - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012

Re: JESS: Setting slot values using Java api

2010-09-22 Thread Ernest Friedman-Hill
Winston wrote: Yeah, I know. It's one of my quirky things. I think it's easier to read. I also refuse to use the ++ operator. I prefer i = i + 1. Pascal forever! On Sep 22, 2010, at 7:28 AM, Ernest Friedman-Hill wrote: Finally, a Java tip: you can (and should) just write else

Re: JESS: Lisp is maddening

2010-09-18 Thread Ernest Friedman-Hill
variable that will contain state code values after a (reset). list AL AK ... works but a HashSet would be more efficient. A jess list is not a collection so I can't use the HashSet(Collection) constructor. - Ernest Friedman-Hill

Re: JESS: Retrieving slot and multislot values

2010-09-15 Thread Ernest Friedman-Hill
or is toString() good enough? - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: JessWiki Problems

2010-09-13 Thread Ernest Friedman-Hill
, Ernest Friedman-Hill ejfr...@sandia.gov wrote: No, those pages don't exist. The NPE is because the Wiki storage is currently read-only, so the pages can't be created. The Wiki is read- only because I simply couldn't keep up with the spammers fast enough. On Sep 12, 2010, at 11:07 PM

Re: JESS: CE can't be bound to a variable

2010-09-12 Thread Ernest Friedman-Hill
po box is required))) It says CE can't be bound to a variable. The ((( look ok to me. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: JessWiki Problems

2010-09-12 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Nested not conditional element with slots referring to facts

2010-09-07 Thread Ernest Friedman-Hill
is not done in the first branch of (or). Is there a way to stop Jess from transforming rules and keep the original coding, possibly with some loss of performance? The point here is to avoid the apparently buggy transformations that are being made. Thanks. Henrique Ernest Friedman-Hill wrote

Re: JESS: If else enhanced into Jess7.1

2010-09-06 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y

Re: JESS: Difference between dates

2010-09-03 Thread Ernest Friedman-Hill
regards, Ana - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Get the current year

2010-08-31 Thread Ernest Friedman-Hill
((Calendar.getInstance) get (Calendar.YEAR))) 2) (import java.util.Calendar) (bind ?year ((call Calendar getInstance) get (get-member Calendar YEAR))) - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia

Re: JESS: Clear screen

2010-08-30 Thread Ernest Friedman-Hill
displays a message and fires some rules. My question is which is the function in Jess for clearing the screen so that my screen could be clear whenever I choose a new option. Best regards, Ana - Ernest Friedman-Hill Informatics

Re: JESS: is this a bug in Jess71p2?

2010-08-28 Thread Ernest Friedman-Hill
PAPER - THINK BEFORE YOU PRINT! - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA 94550

Re: JESS: Get the current year

2010-08-28 Thread Ernest Friedman-Hill
the current date or the year from the current date? I am looking forward for your answer. Best regards, Ana - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http

Re: JESS: Rule Translators?

2010-08-28 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov

Re: JESS: How do I assert ordered facts from a map

2010-08-13 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y...@address.com

Re: JESS: How do I assert ordered facts from a map

2010-08-13 Thread Ernest Friedman-Hill
it along with the rules. On Aug 13, 2010, at 11:18 AM, Ernest Friedman-Hill wrote: Basically for the same reason that you can't say something like this in Java: String theMethodName = toString; String myString = myObject.(theMethodName)(); but instead you have to use reflection to find the method

Re: JESS: How to use a Userfunction returning boolean in a LHS of a Jess rule

2010-07-28 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words

Re: JESS: Can't use funcalls in backchained patterns?

2010-07-21 Thread Ernest Friedman-Hill
)) = (schedule-timer-alert (+ ?w 3000)) ) be sufficient? -W - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Checking status: backward-chaining or logical?

2010-07-02 Thread Ernest Friedman-Hill
owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http

Re: JESS: My rule is not fired -- Jess and JavaBeans

2010-07-01 Thread Ernest Friedman-Hill
for any and all help. My Coyne mco...@boninc.com (cel): 301-399-6351 - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: My rule is not fired -- Jess and JavaBeans

2010-07-01 Thread Ernest Friedman-Hill
rule. This is the first time I use the forum and not sure if the attachements will going through. Please let me know if I should cut-and-paste the codes, directly here. My Coyne mco...@boninc.com (cel): 301-399-6351 On Thu 01/07/10 1:14 PM , Ernest Friedman-Hill ejfr...@sandia.gov sent

Re: JESS: Explicit pattern bindings when using dotted notation in slots with fact reference

2010-06-29 Thread Ernest Friedman-Hill
values will change at runtime -- then I'd prefer to write this rule as (defrule r2 (a (b ?b)) ?b - (b (s ?s)) (c (s ?s)) = - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: Explicit pattern bindings when using dotted notation in slots with fact reference

2010-06-29 Thread Ernest Friedman-Hill
Ernest Friedman-Hill wrote: On Jun 29, 2010, at 6:42 AM, Henrique Lopes Cardoso wrote: Does this mean that when using dotted variables a pattern binding should always be included before they are used? This isn't really limited to dotted variables; you'd see the same issue if you wrote

Re: JESS: AW: Static root reference to custom classloader through jess.ReflectFunctions.s_descriptors avoids garbage collection

2010-06-11 Thread Ernest Friedman-Hill
...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Debugging

2010-06-04 Thread Ernest Friedman-Hill
is displayed in the Variables view. I'm wondering if it has to do with the fact that I now have to specify my .clp file twice, both in my Java code and in the Debug launch configuration. -+- JW -+- 2010/6/3 Ernest Friedman-Hill ejfr...@sandia.gov: If your program is a Java application and you can modify

Re: JESS: Rete.reset() and working memory

2010-06-04 Thread Ernest Friedman-Hill
as documented? Any feedback will be greatly appreciated. Son Nguyen. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore

Re: JESS: Rete.reset() and working memory

2010-06-04 Thread Ernest Friedman-Hill
, then asserts the fact (initial-fact), then asserts all facts found in deffacts, asserts a fact representing each registered Java object, and (if the set-reset-globals property is TRUE) initializes all defglobals. - Ernest Friedman-Hill

Re: JESS: Engine Pooling Mechanism and Its Behavior

2010-06-03 Thread Ernest Friedman-Hill
/ clean all the old “knowledge (the conclusions of the rules)” from both the fact-base and the rule-base, and load it as it did at the first time? Also, how the behavior will be (as per answer on #b). Ext - Ernest Friedman-Hill

Re: JESS: Debugging

2010-06-03 Thread Ernest Friedman-Hill
break on a breakpoint that I set in my .clp files? Any pointers as to how it could be achieved are appreciated. -+- JW -+- - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969

Re: JESS: Order of execution of RHS, evaluation of LHS

2010-06-02 Thread Ernest Friedman-Hill
? How about the order of execution of the RHS assuming there are many function calls. Is it sequential? Any feedback is greatly appreciated. Son Nguyen. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National

Re: JESS: problem: user-defined commands working with javax.rules API

2010-05-26 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y...@address.com

Re: JESS: JESS JCL ClassLoader: problems with getResource()

2010-05-21 Thread Ernest Friedman-Hill
- Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send

Re: JESS: How we can search for a specific fact after RuleEngine ran???

2010-05-20 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe

Re: JESS: defquery revisited

2010-05-20 Thread Ernest Friedman-Hill
. That's why it's a big win to define queries early and reuse them; if you define them just-in- time, then all the matching and indexing has to be done right then as the query is being compiled. - Ernest Friedman-Hill Informatics Decision

Re: JESS: Java-Jess store/fetch issue

2010-05-20 Thread Ernest Friedman-Hill
problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http

Re: JESS: Jesstab error

2010-05-17 Thread Ernest Friedman-Hill
independent applications everything works well. The problem is when I put them in a single complex rule. Why? Best regards, Ana - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: creating defqueries at runtime

2010-05-16 Thread Ernest Friedman-Hill
is an unnecessary expense. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: How to match a multislot which does not contain a given value?

2010-05-06 Thread Ernest Friedman-Hill
Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y...@address.com' in the BODY

Re: JESS: inference / rule engine

2010-05-01 Thread Ernest Friedman-Hill
, are rule engine and inference engine same thing??? or rule engine is a inference engine?? -Sashi - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http

Re: JESS: inference / rule engine

2010-05-01 Thread Ernest Friedman-Hill
engine same thing??? or rule engine is a inference engine?? -Sashi - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs

Re: JESS: question about adopting jess

2010-04-27 Thread Ernest Friedman-Hill
that there are people in the Jess community who can step up and fill Ernest's role. But I don't know if that's the case. Thoughts? Many thanks. Felix - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS

Re: JESS: logical - why is it the way it is?

2010-04-26 Thread Ernest Friedman-Hill
for this function, in case I decide to implement it? - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Real Life Applications

2010-04-22 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov

Re: JESS: Internal Working of Jess

2010-04-22 Thread Ernest Friedman-Hill
but we couldn't find the answer. Can you please elaborate the working of JAVA EXPERT SYSTEM SHELL (JESS) ? How data is handled inside JESS when user enters the data? Are there any demerits of this Engine? - Ernest Friedman-Hill Informatics

Re: JESS: Multiplication to 1000000 is not working fine.

2010-04-20 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send the words 'unsubscribe jess-users y...@address.com

Re: JESS: Problem: Can't retract facts.

2010-04-15 Thread Ernest Friedman-Hill
!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA

Re: JESS: Problem: Can't retract facts.

2010-04-15 Thread Ernest Friedman-Hill
: f-72, f-1 == Activation: MAIN::remove-end-mill-non-indexable : f-72, f-41 == Activation: MAIN::remove-end-mill-non-indexable : f-72, f-2 == Activation: MAIN::remove-end-mill-non-indexable : f-72, f-42 - Ernest Friedman-Hill

Re: JESS: Comparing slots

2010-04-12 Thread Ernest Friedman-Hill
possible. Change the Value object constructed by your UserFunction to explicitly use RU.STRING as the type, and you should be all set. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: Defrule Help

2010-03-22 Thread Ernest Friedman-Hill
and seeing if the RequirementName slots are identical. Thanks for the help. __ Robert - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550

Re: JESS: shadow facts which contains collections

2010-03-19 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: Jess, CORBA Integration

2010-03-17 Thread Ernest Friedman-Hill
regarding this. Thanks in advance, Sincerely, Laxmisha Rai - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: How to compare the value of two slots in the same fact?

2010-03-12 Thread Ernest Friedman-Hill
it? - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

Re: JESS: No such Variable error

2010-03-11 Thread Ernest Friedman-Hill
On Mar 11, 2010, at 4:14 PM, uMt wrote: But same code is in your book sir. In Jess in action page 295. Yep, that's a known error in the book. - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154

Re: JESS: HELP on a rule

2010-03-10 Thread Ernest Friedman-Hill
) . - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe

Re: JESS: Problems with copying shadow facts via bsave and bload

2010-03-04 Thread Ernest Friedman-Hill
of a message to majord...@sandia.gov, NOT to the list (use your own address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics Decision

Re: JESS: Defglobal function.

2010-03-03 Thread Ernest Friedman-Hill
. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com To unsubscribe, send

Re: JESS: Website Down?

2010-02-25 Thread Ernest Friedman-Hill
On Feb 25, 2010, at 8:17 AM, John Chrysakis wrote: Hello, I am trying to access the main website of JESS, but it seems to be down... It's down right now due to hardware problems; someone is working on it now. - Ernest Friedman

Re: JESS: pattern matching of java objects fields

2010-02-24 Thread Ernest Friedman-Hill
))) = - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012ejfr...@sandia.gov Livermore, CA 94550 http://www.jessrules.com

Re: JESS: pattern matching of java objects fields

2010-02-23 Thread Ernest Friedman-Hill
of the VirtualSite and InetModem objects are added to working memory using (add) or (definstance). - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925) 294-2154 Sandia National Labs PO Box 969, MS 9012

Re: JESS: pattern matching of java objects fields

2010-02-23 Thread Ernest Friedman-Hill
purpose finding the InetModem address that goes with a given VirtualSite; it's like doing a join across two tables in a database. - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012

Re: JESS: OutOfMemory after multiple assertions-resets

2010-02-22 Thread Ernest Friedman-Hill
) (clear ?X) (block ?X)) (defquery MAIN::polRule0 (on ?X ?_blank_400) (above ?X ?_blank_401) (clear ?X) (block ?X)) etc. Perhaps it's nothing, but if JESS is hanging on to these variables, it could become bloated. Ernest Friedman-Hill-3 wrote: The best thing to do would be to try

Re: JESS: OutOfMemory after multiple assertions-resets

2010-02-22 Thread Ernest Friedman-Hill
and send my results. Ernest Friedman-Hill-3 wrote: Hmmm. The numbers don't mean anything specifically -- they're just a way of creating unique symbols -- but the fact that they come one after another this way finally makes me realize that you really did mean you are redefining a query over and over

Re: JESS: Shadow facts and user functions

2010-02-18 Thread Ernest Friedman-Hill
. ** This message has been scanned for viruses by BlackSpider MailControl - Ernest Friedman-Hill Informatics Decision Sciences Phone: (925

Re: JESS: OutOfMemory after multiple assertions-resets

2010-02-18 Thread Ernest Friedman-Hill
of a message to majord...@sandia.gov, NOT to the list (use your own address!) List problems? Notify owner-jess-us...@sandia.gov . - Ernest Friedman-Hill Informatics

Re: JESS: rule in jess : LHS based Event timing,

2010-02-10 Thread Ernest Friedman-Hill
error(Obvious... ) So is there any suggestion ? -- - Yasir - - Ernest Friedman-Hill Informatics Decision Sciences, Sandia National Laboratories PO Box 969, MS 9012, Livermore, CA 94550 http://www.jessrules.com

  1   2   3   4   5   6   7   8   9   10   >