/* Check that the context selection returned something */
if (selectorContext == null) return(false);
/* Check that we actually have a configured pattern */
REProgram pattern = (REProgram) this.patterns.get(patternName);
if (pattern == null) {
if (this.getLogger().isWarnEnabled()) {
this.getLogger().warn("The specified pattern name \"" + patternName
+ "\" was not configured in this instance");
}