Package org.semanticweb.owlapi.model
Interface HasContainsOntology
- All Known Subinterfaces:
OWLOntologyManager
- All Known Implementing Classes:
OWLOntologyManagerImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 3.5
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if this object contains an ontology that has the specifiedOWLOntologyID
.
-
Method Details
-
contains
Determines if this object contains an ontology that has the specifiedOWLOntologyID
.- Parameters:
id
- TheOWLOntologyID
to test for.- Returns:
true
if this object contains an ontology that has the specified Id, otherwise,false
.
-