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