org.semanticweb.owlapi.model
Interface OWLOntologySetProvider

All Known Subinterfaces:
OWLOntologyManager
All Known Implementing Classes:
OWLOntologyImportsClosureSetProvider, OWLOntologyManagerImpl, OWLOntologySingletonSetProvider

public interface OWLOntologySetProvider

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Apr-2007

Inputs to algorithms etc. can require a set of ontologies. This interface provides a convenient lightweight access point for such a set.


Method Summary
 java.util.Set<OWLOntology> getOntologies()
           
 

Method Detail

getOntologies

java.util.Set<OWLOntology> getOntologies()