JESS: ToString in class Defrule?

2002-08-20 Thread Alexander Lamb
Hello, Trying to trace a few things from my Java application, I thought of using: Iterator it = rete.listDefrules(); To find all the rules, then for each Defrule object use toString. Unfortunately, it doesn't print the rule itself, only a reference. How do I get the actual string of the

JESS: Defclass doesn't find class?

2002-08-20 Thread Alexander Lamb
Hello list, This is my first post, so please forgive my lack of knowledge! To set the context, we are currently evaluating Jess for use in an application server (WebObjects from Apple, ex NeXT) to handle the logic behind a prescription system for physicians and nurses in a hospital. The idea is