public interface HasContainsOntology
Modifier and Type | Method and Description |
---|---|
boolean |
contains(OWLOntologyID id)
Determines if there is an ontology with the specified id that is managed by this manager;
this method works only with non anonymous ids.
|
boolean contains(@Nonnull OWLOntologyID id)
id
- The id of the ontology to test fortrue
if there is an ontology with the specified id that is managed by this
manager, otherwise false
.Copyright © 2020 The University of Manchester. All rights reserved.