You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the OWLOntologyManager only notifies about the loading of an ontology with limited information. The following would be very nice additions:
Add a way to listen to the removal of an ontology from an OWLOntologyManager
Extend LoadingStartedEvent and LoadingFinishedEvent to include not only if they were loaded via imports but by which ontology they were imported
Extend the events to include information about the manager that fired the event
The text was updated successfully, but these errors were encountered:
As far as I can tell, the OWLOntologyManager only notifies about the loading of an ontology with limited information. The following would be very nice additions:
The text was updated successfully, but these errors were encountered: