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.

@FunctionalInterface public interface HasContainsOntology
Since:
3.5
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if this object contains an ontology that has the specified OWLOntologyID.
  • Method Details

    • contains

      boolean contains(OWLOntologyID id)
      Determines if this object contains an ontology that has the specified OWLOntologyID.
      Parameters:
      id - The OWLOntologyID to test for.
      Returns:
      true if this object contains an ontology that has the specified Id, otherwise, false.