Again I'm still new to Jess and I am having some problems running
some examples through a Java program. I've got the Rete engine and Jesp parser.
Have also loaded in the optional packages.
I run sticks.clp using this Java program and get the following output
Who moves first (Computer: cHuman: h)? h
How many sticks in the pile? 5
Rete Exception in routine Funcall::simpleExecute while executing rule LHS: [Node1
command=
TEQ;data=(integerp ?0,3,-1);type=0;idx=3;usecount = 1] while executing defrule
pile-select
.
Message: Unimplemented function integerp at line 145: ( run ) .
at jess.Funcall.execute(Compiled Code)
at jess.Funcall.execute(Compiled Code)
at jess.Node1TEQ.callNode(Compiled Code)
at jess.Node.passAlong(Compiled Code)
at jess.Node1TELN.callNode(Compiled Code)
at jess.Node.passAlong(Compiled Code)
at jess.Node1TECT.callNode(Compiled Code)
at jess.Rete.processTokenOneNode(Compiled Code)
at jess.Rete.processToken(Compiled Code)
at jess.Rete.assert(Compiled Code)
at jess.Assert.call(Compiled Code)
at jess.Fastfunction.call(Compiled Code)
at jess.Funcall.simpleExecute(Compiled Code)
at jess.Funcall.execute(Compiled Code)
at jess.Funcall.execute(Compiled Code)
at jess.Defrule.fire(Compiled Code)
at jess.Activation.fire(Compiled Code)
at jess.Rete.run(Compiled Code)
at jess.Rete.run(Compiled Code)
at jess.HaltEtc.call(Compiled Code)
at jess.Funcall.simpleExecute(Compiled Code)
at jess.Funcall.execute(Compiled Code)
at jess.Funcall.execute(Compiled Code)
at jess.Jesp.parseAndExecuteFuncall(Compiled Code)
at jess.Jesp.parseSexp(Compiled Code)
at jess.Jesp.parse(Compiled Code)
at ReteTest.main(Compiled Code)
Am I still missing some elements of Jess in my Java program?
Thanks in advance!
--
Paul Barriscale
2nd Comp. Science
[EMAIL PROTECTED] http:/wisdom.ucc.ie/~barrisca
_______________________________________________________
University College Cork
---------------------------------------------------------------------
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]
---------------------------------------------------------------------