public interface HasAxiomsByType
Modifier and Type | Method and Description |
---|---|
<T extends OWLAxiom> |
getAxioms(AxiomType<T> axiomType)
Gets the axioms which are of the specified type.
|
@Nonnull <T extends OWLAxiom> Set<T> getAxioms(@Nonnull AxiomType<T> axiomType)
T
- axiom typeaxiomType
- The type of axioms to be retrieved.Copyright © 2020 The University of Manchester. All rights reserved.