O
- the typepublic class ImportsStructureObjectSorter<O>
extends java.lang.Object
ImportsStructureEntitySorter
Modifier and Type | Class and Description |
---|---|
static interface |
ImportsStructureObjectSorter.ObjectSelector<O> |
Constructor and Description |
---|
ImportsStructureObjectSorter(OWLOntology ontology,
OWLOntologyManager manager,
ImportsStructureObjectSorter.ObjectSelector<O> objectSelector)
Creates a sorter for the specified ontology, whose imports closure is obtained
with the specified manager, and for each ontology whose objects are selected
using the specified object selector.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<OWLOntology,java.util.Set<O>> |
getObjects()
Gets a map that maps ontologies to sets of associated objects.
|
public ImportsStructureObjectSorter(OWLOntology ontology, OWLOntologyManager manager, ImportsStructureObjectSorter.ObjectSelector<O> objectSelector)
ontology
- The ontologymanager
- The manager that will be used to obtain the imports closureobjectSelector
- The selector that will be used to select objects that
are associated with each ontology.public java.util.Map<OWLOntology,java.util.Set<O>> getObjects()