public interface HasContainsOntology
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(OWLOntologyID id)
Determines if this object contains an ontology that has the specified
OWLOntologyID. |
boolean contains(@Nonnull OWLOntologyID id)
OWLOntologyID.id - The OWLOntologyID to test for. Not null.true if this object contains an ontology that has the
specified Id, otherwise, false.Copyright © 2016 The University of Manchester. All Rights Reserved.