@FunctionalInterface public interface HasLogicalAxioms
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLLogicalAxiom> |
getLogicalAxioms()
Deprecated.
use the stream method
|
java.util.stream.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.java.util.stream.Stream<OWLLogicalAxiom> logicalAxioms()
OWLLogicalAxioms that are contained within this
object.Copyright © 2017 The University of Manchester. All Rights Reserved.