Hi, I am trying to browse, through the Java API, the contents of a rule, to check when it might be applicable by inspecting its LHS. This is supposed to be done before running the Rete engine, not during (i.e., I do not want to look for activations, or run-time pattern matches...). I started with Rete.listDefrules(), then HasLHS.getConditionalElements(). The ConditionalElement interface and its implementing classes are very undocumented.
1. Is this the only approach to do what I want, or is there an easier way? 2. Are those classes undocumented because they are likely to change? Thanks. Henrique -------------------------------------------------------------------- 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] --------------------------------------------------------------------
