<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY>
<DIV><FONT face='Arial' color=#000000 size=2>Edson,</FONT></DIV>
<DIV><FONT face=Arial size=2>sorry for my confusing question. Yes am asked same 
question.</FONT></DIV>
<DIV><FONT face=Arial size=2>Related to this i have one more.</FONT></DIV>
<DIV><FONT face=Arial size=2>if my ClassA&nbsp; is as abstract&nbsp; will it 
work?</FONT></DIV>
<DIV><FONT face=Arial size=2>is there any constraints?</FONT></DIV>
<DIV><FONT face=Arial size=2>please clarify</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks and Regs,</FONT></DIV>
<DIV><FONT face=Arial size=2>basha</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 
size=2>////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2>&nbsp;Hi,<BR><BR>&nbsp;&nbsp; Sorry, 
I did not understood your question, but I guess you are asking<BR>about facts 
matching ObjectTypeNodes of super classes. The answer is yes, 
it<BR>works:<BR><BR>public class A {}<BR>public class B extends A {}<BR>public 
class C extends A {}<BR><BR>&nbsp;&nbsp; If you have a rule saying<BR><BR>rule 
XXX<BR>when<BR>&nbsp;&nbsp; A ()<BR>then<BR>&nbsp; // do 
something<BR>end<BR><BR>&nbsp;&nbsp; The rule will fire for all facts of class 
A, B and C, as B and C are<BR>subclasses of A. It is like if you did an 
"instanceof" to know what rules<BR>will fire and what will 
not.<BR><BR>&nbsp;&nbsp; Hope that is what you were asking.<BR><BR>&nbsp;&nbsp; 
[]s<BR>&nbsp;&nbsp; Edson<BR></DIV></FONT></BODY></HTML>