public class Filters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filters.AxiomFilter<A extends OWLAxiom> |
| Modifier and Type | Field and Description |
|---|---|
static OWLAxiomSearchFilter |
annotations
Deprecated.
use the OWLOntology:getAnnotationAssertionAxioms() in place
of this filter as it is much faster, thanks to indexing.
|
static OWLAxiomSearchFilter |
apDomainFilter
filter returning annotation property domain axioms where the property
matches the input key.
|
static OWLAxiomSearchFilter |
apRangeFilter
filter returning annotation property range axioms where the property
matches the input key.
|
static OWLAxiomSearchFilter |
axiomsFromTBoxAndRBox
filter returning all axioms included in TBox or RBox.
|
static OWLAxiomSearchFilter |
axiomsNotInTBoxOrRBox
filter returning all axioms not in TBox or RBox; therefore, ABox axioms,
nonlogical axioms and SWRL rules.
|
static OWLAxiomSearchFilter |
datatypeDefFilter
filter returning datatype definition axioms where the datatype matches
the input key.
|
static OWLAxiomSearchFilter |
subAnnotationWithSub
filter returning subannotation axioms where the sub property matches the
input key.
|
static OWLAxiomSearchFilter |
subAnnotationWithSuper
filter returning subannotation axioms where the super property matches
the input key.
|
static OWLAxiomSearchFilter |
subClassWithSub
filter returning subclass axioms where the sub class matches the input
key.
|
static OWLAxiomSearchFilter |
subClassWithSuper
filter returning subclass axioms where the super class matches the input
key.
|
static OWLAxiomSearchFilter |
subDataPropertyWithSub
filter returning sub data property axioms where the sub property matches
the input key.
|
static OWLAxiomSearchFilter |
subDataPropertyWithSuper
filter returning sub data property axioms where the super property
matches the input key.
|
static OWLAxiomSearchFilter |
subObjectPropertyWithSub
filter returning sub object property axioms where the sub property
matches the input key.
|
static OWLAxiomSearchFilter |
subObjectPropertyWithSuper
filter returning sub object property axioms where the super property
matches the input key.
|
@Nonnull public static final OWLAxiomSearchFilter subAnnotationWithSuper
@Nonnull public static final OWLAxiomSearchFilter subAnnotationWithSub
@Nonnull public static final OWLAxiomSearchFilter subClassWithSuper
@Nonnull public static final OWLAxiomSearchFilter subClassWithSub
@Nonnull public static final OWLAxiomSearchFilter subObjectPropertyWithSuper
@Nonnull public static final OWLAxiomSearchFilter subObjectPropertyWithSub
@Nonnull public static final OWLAxiomSearchFilter subDataPropertyWithSuper
@Nonnull public static final OWLAxiomSearchFilter subDataPropertyWithSub
@Nonnull public static final OWLAxiomSearchFilter datatypeDefFilter
@Nonnull public static final OWLAxiomSearchFilter apRangeFilter
@Nonnull public static final OWLAxiomSearchFilter apDomainFilter
@Deprecated @Nonnull public static final OWLAxiomSearchFilter annotations
@Nonnull public static final OWLAxiomSearchFilter axiomsFromTBoxAndRBox
@Nonnull public static final OWLAxiomSearchFilter axiomsNotInTBoxOrRBox
Copyright © 2016 The University of Manchester. All Rights Reserved.