}
String implClass = features[f].getClass1();
Feature feature = new Feature_impl(featureType, name, value,
normalization, implClass);
annotation.addFeature(feature);
}
// add annotation to rule
concept.addAnnotation(annotation);
}
conceptList.add(concept);