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 |
|---|---|
Set<OWLOntology> |
getOntologies()
Gets the (possibly empty) set of
OWLOntology objects contained within
this object. |
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 Set<OWLOntology> getOntologies()
HasGetOntologiesOWLOntology objects contained within
this object.getOntologies in interface HasGetOntologiesnull.Copyright © 2014 The University of Manchester. All Rights Reserved.