| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
OWLAxiomIndex.axioms(OWLAxiomSearchFilter filter,
Object key)
Generic filter type for further refining search by axiom type.
|
<T extends OWLAxiom> |
OWLAxiomIndex.axioms(OWLAxiomSearchFilter filter,
Object key,
Imports includeImportsClosure)
Generic filter type for further refining search by axiom type.
|
boolean |
OWLAxiomIndex.contains(OWLAxiomSearchFilter filter,
Object key)
Generic containment check type for further refining search by axiom type.
|
boolean |
OWLAxiomIndex.contains(OWLAxiomSearchFilter filter,
Object key,
Imports includeImportsClosure)
Generic containment check type for further refining search by axiom type.
|
default <T extends OWLAxiom> |
OWLAxiomIndex.filterAxioms(OWLAxiomSearchFilter filter,
Object key)
Generic filter type for further refining search by axiom type.
|
default <T extends OWLAxiom> |
OWLAxiomIndex.filterAxioms(OWLAxiomSearchFilter filter,
Object key,
Imports includeImportsClosure)
Generic filter type for further refining search by axiom type.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Filters.AxiomFilter<A extends OWLAxiom> |
| Modifier and Type | Field and Description |
|---|---|
static OWLAxiomSearchFilter |
Filters.annotations
Deprecated.
use
OWLAxiomIndex.annotationAssertionAxioms(org.semanticweb.owlapi.model.OWLAnnotationSubject)
in place of this filter as it is much faster, thanks to indexing. |
static OWLAxiomSearchFilter |
Filters.apDomainFilter
filter returning annotation property domain axioms where the property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.apRangeFilter
filter returning annotation property range axioms where the property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.axiomsFromTBoxAndRBox
filter returning all axioms included in TBox or RBox.
|
static OWLAxiomSearchFilter |
Filters.axiomsNotInTBoxOrRBox
filter returning all axioms not in TBox or RBox; therefore, ABox axioms, nonlogical axioms
and SWRL rules.
|
static OWLAxiomSearchFilter |
Filters.datatypeDefFilter
filter returning datatype definition axioms where the datatype matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subAnnotationWithSub
filter returning subannotation axioms where the sub property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subAnnotationWithSuper
filter returning subannotation axioms where the super property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subClassWithSub
filter returning subclass axioms where the sub class matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subClassWithSuper
filter returning subclass axioms where the super class matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subDataPropertyWithSub
filter returning sub data property axioms where the sub property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subDataPropertyWithSuper
filter returning sub data property axioms where the super property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subObjectPropertyWithSub
filter returning sub object property axioms where the sub property matches the input key.
|
static OWLAxiomSearchFilter |
Filters.subObjectPropertyWithSuper
filter returning sub object property axioms where the super property matches the input key.
|
Copyright © 2020 The University of Manchester. All rights reserved.