@FunctionalInterface public interface HasLogicalAxioms
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLLogicalAxiom> |
getLogicalAxioms()
Gets the set of
OWLLogicalAxioms contained within this object. |
Stream<OWLLogicalAxiom> |
logicalAxioms() |
default Set<OWLLogicalAxiom> getLogicalAxioms()
OWLLogicalAxioms contained within this object.OWLLogicalAxioms that are contained within this object. The set that
is returned is a copy; modifications to the returned set will not be reflected in
this object.Stream<OWLLogicalAxiom> logicalAxioms()
OWLLogicalAxioms that are contained within this object.Copyright © 2020 The University of Manchester. All rights reserved.