Interface HasGetOntologies

All Known Subinterfaces:
OWLOntologyManager, OWLOntologySetProvider
All Known Implementing Classes:
OWLOntologyImportsClosureSetProvider, OWLOntologyManagerImpl, OWLOntologySingletonSetProvider
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 HasGetOntologies
Since:
3.5
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Details

    • getOntologies

      default Set<OWLOntology> getOntologies()
      Returns:
      The set of ontologies contained within this object. The set that is returned is a copy; modifications to the returned set will not be reflected in this object.
    • ontologies

      Stream<OWLOntology> ontologies()
      Returns:
      stream of ontologies contained within this object