I think Jack Kerkhof wrote: > Ernest, > > I'd also like to indicate my interest in an API to parse the CE's on a rule > (or query) LHS. >
There used to be such an API, and there will be again, soon. It's just missing in 6.1a4. > > A complimentary API would be one that identifies which facts (templates) are > asserted, modified or retracted on a rule RHS. Any consideration for this? Well, that's not a perfectly solvable problem, as a rule might use assert-string or ((engine) executeCommand (readline)) or many other possible devious ways to assert a fact of a type not known at compile time. But for the simple cases, there's already "getActions" which you could use to get this information -- with a little crawling around, anyway. > > Thanks, > Jack > --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- 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] --------------------------------------------------------------------
