You can access objects of class Defrule using the API. Methods getNActions() and getAction( int i ) let you retrieve all the actions, which are of type Funcall. You can create facts from this information.
And then? How do you intend to reason over these facts? Even the simple task of determining whether two sequences of Funcalls are equal is by no means easy. -W On 17 June 2011 12:13, Nadia Abchiche <[email protected]>wrote: > Dear all, > > What I want to do with Jess is to reason about the LHS and RHS rules, to > know for example, about the rules whitch conclude to the same RHS and which > are activated. It's a kind of conflicting set for the same conclusion. > Is there any way to deal with the RHS as a Jess fact? > > Thanks in advance, > Nadia >
