@FunctionalInterface public interface HasAxioms
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAxiom> |
axioms() |
default Set<OWLAxiom> |
getAxioms()
Deprecated.
use the stream method
|
@Deprecated default Set<OWLAxiom> getAxioms()
OWLAxioms contained in this object.OWLAxioms contained in this object. Changes
are not reflected back.java.util.stream.Stream<OWLAxiom> axioms()
OWLAxioms contained in this object.Copyright © 2017 The University of Manchester. All Rights Reserved.