<!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 is as abstract 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> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#000000
size=2>////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2> Hi,<BR><BR> 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> If you have a rule saying<BR><BR>rule
XXX<BR>when<BR> A ()<BR>then<BR> // do
something<BR>end<BR><BR> 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> Hope that is what you were asking.<BR><BR>
[]s<BR> Edson<BR></DIV></FONT></BODY></HTML>