A - axiom typepublic abstract static class Filters.AxiomFilter<A extends OWLAxiom> extends Object implements OWLAxiomSearchFilter
| Constructor and Description |
|---|
AxiomFilter(AxiomType<?>... types) |
AxiomFilter(AxiomType<?> type) |
AxiomFilter(Collection<AxiomType<?>> types) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AxiomType<?>> |
getAxiomTypes() |
boolean |
pass(OWLAxiom axiom,
Object key) |
public AxiomFilter(AxiomType<?> type)
type - axiom type to filter onpublic AxiomFilter(@Nonnull Collection<AxiomType<?>> types)
types - axiom types to filter on@Nonnull public Iterable<AxiomType<?>> getAxiomTypes()
getAxiomTypes in interface OWLAxiomSearchFilterCopyright © 2016 The University of Manchester. All Rights Reserved.