Serializable
, HasGetOntologies
, OWLOntologySetProvider
public class OWLOntologySingletonSetProvider extends Object implements OWLOntologySetProvider
Constructor | Description |
---|---|
OWLOntologySingletonSetProvider(OWLOntology ontology) |
Constructs an
OWLOntologySingletonSetProvider which provides a
singleton set contain the specified ontology. |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLOntology> |
getOntologies() |
Gets the (possibly empty) set of
OWLOntology objects contained within
this object. |
public OWLOntologySingletonSetProvider(@Nonnull 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()
HasGetOntologies
OWLOntology
objects contained within
this object.getOntologies
in interface HasGetOntologies
null
.Copyright © 2018 The University of Manchester. All rights reserved.