public class OWLOntologySingletonSetProvider extends Object implements OWLOntologySetProvider
Constructor and Description |
---|
OWLOntologySingletonSetProvider(OWLOntology ontology)
Constructs an
OWLOntologySingletonSetProvider which provides a
singleton set contain the specified ontology. |
Modifier and Type | Method and Description |
---|---|
Stream<OWLOntology> |
ontologies() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOntologies
public OWLOntologySingletonSetProvider(OWLOntology ontology)
OWLOntologySingletonSetProvider
which provides a
singleton set contain the specified ontology.ontology
- The one and only ontology which should be contained in the sets provided by
this provider.public Stream<OWLOntology> ontologies()
ontologies
in interface HasGetOntologies
Copyright © 2020 The University of Manchester. All rights reserved.