// blockApply.setRuleApply(dummyRuleApply);
// ruleMatch.addDelegateApply(this, blockApply);
for (AnnotationFS annotationFS : matchedAnnotationsOf) {
RutaStream windowStream = stream.getWindowStream(annotationFS, annotationFS.getType());
for (RutaStatement each : inlinedRules) {
ScriptApply apply = each.apply(windowStream, crowd);
// blockApply.add(apply);
ruleMatch.addDelegateApply(this, apply);
result.add(apply);
}
}