Hello All,<div><br></div><div>I am working on Drools Rules and need help on the below problem:</div><div><br></div><div>In my .drl file say:</div><div><b>rule</b></div><div><b>when</b></div><div><b>    Object1(......)</b></div>
<div><b>    Object2(......)</b></div><div><b>then</b></div><div><b>   </b></div><div><b>end;</b></div><div><br></div><div><br></div><div>Is there a way(Drools API or any method) in which I can scan through my rules files and get the objects...say Object1 and Object2.</div>
<div><br></div><div>In a way I want to introspect the <b>when condition</b> objects.</div><div><br></div><div>If anyone has any idea,please let me know.</div><div><br></div><div>Thanks,</div><div>Kinjal</div><div><br></div>