IResource cls = ontology.getResource(cui);
return (cls != null && cls instanceof IClass)?((IClass)cls).getConcept():null;
}
public boolean removeConcept(Concept c) throws TerminologyException {
throw new TerminologyException("Operation not supported");
}