How can I get one result used by one jess rule from java?

See this code:
limits.clp
(deftemplate face(slot direction))

(defrule go-ahead
   (face(direction ?d))
   =>
   (assert(face(direction =(+ ?d 1))))
)

now, I need get the atual direction from a java code!
How can i make this after load this file using 'batch' and one rete
object?

Thanks for any help!


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to