}
return false;
}
private boolean checkFeature(AnnotationFS annotation, RutaStream stream, RutaBlock parent) {
FeatureExpression fe = mr.getFeatureExpression(parent, stream);
Feature feature = fe.getFeature(parent);
if (fe instanceof FeatureMatchExpression) {
FeatureMatchExpression fme = (FeatureMatchExpression) fe;
boolean checkFeatureValue = fme.checkFeatureValue(annotation, stream, parent);
if (checkFeatureValue) {
return true;