Class OWLOntologySingletonSetProvider

java.lang.Object
org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
All Implemented Interfaces:
Serializable, HasGetOntologies, OWLOntologySetProvider

public class OWLOntologySingletonSetProvider extends Object implements OWLOntologySetProvider
An ontology set provider which provides a singleton set - i.e. a set containing just one ontology.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • OWLOntologySingletonSetProvider

      public OWLOntologySingletonSetProvider(OWLOntology ontology)
      Constructs an OWLOntologySingletonSetProvider which provides a singleton set contain the specified ontology.
      Parameters:
      ontology - The one and only ontology which should be contained in the sets provided by this provider.
  • Method Details