RE: JESS: Re: Using Protege, Java and Jess

2003-02-19 Thread Ruetzel, Andreas
Hi, PAL is the Protege Axiom Language. You can download it at: http://protege.stanford.edu/plugins.html You can ignore it if you do not use PAL. regards Andreas Ruetzel Software Engineer KIT/ 1557 Sulzer Markets and Technology Ltd CH-8401 Winterthur, Switzerland Phone +41 (0)52 262 82 96, Fax +

RE: JESS: Using Protege, Java and Jess

2003-02-18 Thread Ruetzel, Andreas
Hi, If you look for a way to define the knowledge base in Protege and access that in Jess I think you can use the mapclass command to map class definition between Protege and Jess. Additional Information you can find on: http://www.ida.liu.se/~her/JessTab/ Out of a documentation of Henrik Eriks

JESS: Some questions around Jessevents

2003-02-07 Thread Ruetzel, Andreas
Title: Some questions around Jessevents Hello, I have some questions around events and integration Jess facts in Java-GUI Im running Jess Version 6.0. evaluation copy This is the simple example I like to run: import jess.*;  import java.net.*;  public class TestMyRete  {   public

RE: JESS: RE: Jess and C#

2003-01-08 Thread Ruetzel, Andreas
Yes, I feel like Peter Lin I think the similarities between C# and Java are big. So for me it seemed to be possible to port JESS to C#. The reason I asked about further Intentions was an experience I made recently: I spent a lot of time to evaluate JESS and integration with Protege and Jade and

JESS: facts exception

2002-12-18 Thread Ruetzel, Andreas
Title: facts exception Dear Ernest, I tried to build up a GUI-Interface for Jess. I experimented a bit with the samples you gave in the online documentation. I have some questions: Executing this command: getRete().executeCommand(" (facts) ") Throws an exception Nomethodnamed'has

JESS: Pump Example Machine Class

2002-11-05 Thread Ruetzel, Andreas
Hi, I found the right way. Sorry for unconvenience. C:\Jess60>java -classpath .;jess.jar jess.Main c:/Jess60/jess/examples/pumps/pumps.clp Resp. java -classpath .;jess.jar jess.examples.pumps.MainInJava Regards Andreas Ruetzel Software Engineer KIT/ 1557 Sulzer Markets and Technology

JESS: Pump Example Machine Class

2002-11-05 Thread Ruetzel, Andreas
Hi, I like to build a agent solution. Jade with jess. So I test little thinks first in jess. I have a problem running the pump example. java -classpath jess.jar jess.Main jess/examples/pumps/pumps.clp This is the pump.clp file ;;(defclass machine jess.examples.pumps.Machine ) (deftemplate machi