A
- axiom typepublic static class Filters.AxiomFilter<A extends OWLAxiom> extends Object implements OWLAxiomSearchFilter
Constructor and Description |
---|
AxiomFilter(AxiomType<?> type,
org.semanticweb.owlapi.search.Filters.Filter<A> f) |
AxiomFilter(Collection<AxiomType<?>> types,
org.semanticweb.owlapi.search.Filters.Filter<A> f) |
AxiomFilter(org.semanticweb.owlapi.search.Filters.Filter<A> f,
AxiomType<?>... types) |
Modifier and Type | Method and Description |
---|---|
Iterable<AxiomType<?>> |
getAxiomTypes() |
boolean |
pass(OWLAxiom axiom,
Object key) |
public AxiomFilter(AxiomType<?> type, org.semanticweb.owlapi.search.Filters.Filter<A> f)
type
- axiom type to filter onf
- filter lambdapublic AxiomFilter(Collection<AxiomType<?>> types, org.semanticweb.owlapi.search.Filters.Filter<A> f)
types
- axiom types to filter onf
- filter lambdapublic AxiomFilter(org.semanticweb.owlapi.search.Filters.Filter<A> f, AxiomType<?>... types)
f
- filter lambdatypes
- axiom types to filter onpublic Iterable<AxiomType<?>> getAxiomTypes()
getAxiomTypes
in interface OWLAxiomSearchFilter
public boolean pass(OWLAxiom axiom, Object key)
pass
in interface OWLAxiomSearchFilter
axiom
- axiom to checkkey
- keyCopyright © 2020 The University of Manchester. All rights reserved.