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.
|
<T extends OWLAxiom> Set<T> getAxioms(AxiomType<T> axiomType)
T - axiom typeaxiomType - The type of axioms to be retrieved.Copyright © 2014 The University of Manchester. All Rights Reserved.