@FunctionalInterface public interface HasLogicalAxioms
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLLogicalAxiom> |
getLogicalAxioms()
Deprecated.
use the stream method
|
Stream<OWLLogicalAxiom> |
logicalAxioms() |
@Deprecated default Set<OWLLogicalAxiom> getLogicalAxioms()
OWLLogicalAxioms contained within this object.OWLLogicalAxioms that are contained within this object. Changes are
not reflected back.Stream<OWLLogicalAxiom> logicalAxioms()
OWLLogicalAxioms that are contained within this object.Copyright © 2017 The University of Manchester. All rights reserved.