I have two classes, ClassA and ClassB.  ClassB inherits from ClassA.  I have a need to write a rule that only matches instances of ClassA without matching instances of ClassB.  How I can I do that?

Thanks

Kent Symanzik