@FunctionalInterface 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(OWLOntologyID id)
OWLOntologyID.id - The OWLOntologyID to test for.true if this object contains an ontology that has the specified Id,
otherwise, false.Copyright © 2018 The University of Manchester. All rights reserved.