public boolean match(IConcept c) {
   Class<?> cc = coll.get(c.getSemanticType().toString());
   return (cc != null);
 }
 public boolean match(IConcept c) {
   ret = coll.get(c.getSemanticType().toString());
   return (ret != null);
 }