Type | Changes | By |
---|
| Fixed bugs: the cache is now cleaned properly and there is no problem when switch from one ontoloy to another Code improvents: The IOntologyTreeListener interface has changed. In particular: - the method "public void classSelected(OdmOntologyClass ontClass) was deleted because it was unnecessary. - the method "pubilc void classSelected(String ontologyID, String ontologyName, String classID, String className)" was changed to "pubilc void classSelected(String ontologyID, String ontologyName, String classID, String className, String classType)". Essentially, it was added the parameter "classType" that provides the type of the selected class i.e. named class, restriction, union, enumerated class, etc. The users of the OntologyViewer must adapt their code to the particular change |
ganest
|