|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.owl.util.OWLOntologyImportsClosureSetProvider
public class OWLOntologyImportsClosureSetProvider
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Apr-2007
OWLOntologySetProvider which provides a set of ontologies
which correspond to the imports closure of a given ontology. Note that
the set of provided ontologies will be updated if the imports closure gets
updated.
| Constructor Summary | |
|---|---|
OWLOntologyImportsClosureSetProvider(OWLOntologyManager manager,
OWLOntology rootOntology)
Constructs an OWLOntologySetProvider which provides a set containing the imports
closure of a given ontology. |
|
| Method Summary | |
|---|---|
java.util.Set<OWLOntology> |
getOntologies()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLOntologyImportsClosureSetProvider(OWLOntologyManager manager,
OWLOntology rootOntology)
OWLOntologySetProvider which provides a set containing the imports
closure of a given ontology.
manager - The manager which should be used to determine the imports closure.rootOntology - The ontology which is the "root" of the imports closure.| Method Detail |
|---|
public java.util.Set<OWLOntology> getOntologies()
getOntologies in interface OWLOntologySetProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||