Re: JESS: Listeners and RULEML

2002-10-21 Thread Tim Finin
- see http://daml.umbc.edu/sweetjess/. You can download the components of this system, which is built on prior work by Benjamin Grosof. A preliminary paper on this system is: Benjamin Grosof, Mahesh Gandhe, and Tim Finin, SweetJess: Translating DamlRuleML to Jess, Proceedings of the Int

Re: JESS: Re: Rules Transformed From XML

2002-07-26 Thread tim finin
ious papers and such on Benjamin Grosof's web pages http://ebusiness.mit.edu/bgrosof/ (3) Benjamin Grosof, Mahesh Gandhe, and Tim Finin, SweetJess: Translating DamlRuleML to Jess, Proceedings of the International Workshop on Rule Markup Languages for Business Rules on the Semantic

Re: JESS: Has anybody done a Java blackboard?

2002-06-21 Thread tim finin
> I wonder whether there has been any attempt to build Java Blackboards to > connect distributed JESS. Any information in this regard are highly > appreciated. Lots of people use the FIPA agent communication language (http://fipa.org/) with Jess. See Jade for an example (http://openjade.source

Re: JESS: Salience and Agenda commands

2002-03-26 Thread tim finin
> ... But my requirement is that I want to run only one rule of highest priority. > Is there any mechanism of blocking activated rules and force them not to run?. > Buy using agenda command I am able to see all the activated but not yet fired rules. > Can I fire only one of these rules and block

Re: JESS: Foo bar

2002-02-25 Thread tim finin
[EMAIL PROTECTED] wrote: > > Strangely, the jargon file fails to mention the > > connection with Foosland, Illinois and its famous tavern. > > (http://maps.yahoo.com/py/maps.py? > city=Foosland&state=IL&zip=61845&slt=40.363098&sln=-88.408096&cs=9&mag=6) > > I'm Unfamiliar with Foosland, or its fa

Re: JESS: Foo bar

2002-02-25 Thread tim finin
Strangely, the jargon file fails to mention the connection with Foosland, Illinois (http://maps.yahoo.com/py/maps.py?city=Foosland&state=IL&zip=61845&slt=40.363098&sln=-88.408096&cs=9&mag=6) and its famous tavern. To unsubscri

Re: JESS: Foo bar

2002-02-25 Thread tim finin
> Probably it's something every native English speaker knows, but as a > Dutchman I'm wondering for some time already what 'foo bar' stands for. ... see http://www.tuxedo.org/~esr/jargon/html/entry/foo.html To unsubscribe, send

Re: JESS: How can I access the Java class type of a deftemplate

2001-11-26 Thread tim finin
[EMAIL PROTECTED] wrote: > 1) Using a query on the LHS of a rule is never a good thing to > do. Queries are intended to let you do LHS-like things in procedural > contexts like RHSs and deffunctions. If you're writing a LHS, it's > always going to be more efficient to just match the pattern right