@FunctionalInterface public interface HasAxiomsByType
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
axioms(AxiomType<T> axiomType)
Filter axioms according to the specified type.
|
default boolean |
equalAxioms(HasAxiomsByType o)
Compare the axioms inside this object with the axioms inside the other
object, shortcutting by type - won't merge all axioms in a large lump for
comparisons only
|
default <T extends OWLAxiom> |
getAxioms(AxiomType<T> axiomType)
Deprecated.
use the stream method
|
default boolean equalAxioms(HasAxiomsByType o)
o - other object to compare@Deprecated default <T extends OWLAxiom> Set<T> getAxioms(AxiomType<T> axiomType)
T - axiom typeaxiomType - The type of axioms to be retrieved.Copyright © 2019 The University of Manchester. All rights reserved.