O
- the typepublic class ImportsStructureObjectSorter<O> extends Object
ImportsStructureEntitySorter
Modifier and Type | Class and Description |
---|---|
static interface |
ImportsStructureObjectSorter.ObjectSelector<O> |
Constructor and Description |
---|
ImportsStructureObjectSorter(OWLOntology ontology,
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 |
---|---|
Map<OWLOntology,Set<O>> |
getObjects()
Gets a map that maps ontologies to sets of associated objects.
|
public ImportsStructureObjectSorter(@Nonnull OWLOntology ontology, @Nonnull ImportsStructureObjectSorter.ObjectSelector<O> objectSelector)
ontology
- The ontologyobjectSelector
- The selector that will be used to select objects that are
associated with each ontology.@Nonnull public Map<OWLOntology,Set<O>> getObjects()
Copyright © 2020 The University of Manchester. All rights reserved.