Hi 
        can any body explain me the following example using the drools rete
network taking some facts.

        (defrule cousin
        (parent ?j ?s)
        (parent ?p ?g)
        (sibling ?s ?g)
                =>
        (assert (cousin ?j ?p)))

Thank you,
Maheedhar Vishwanathula.




_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
drools-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/drools-interest

Reply via email to