Indicates wether or not this Explanation models a good match.
If the match statis is explicitly set (ie: not null) this method
uses it; otherwise it defers to the superclass.
Boolean m = getMatch();
return (null != m ? m.booleanValue() : super.isMatch());