@FunctionalInterface public interface HasGetOntologies
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLOntology> |
getOntologies()
Deprecated.
use the stream method
|
java.util.stream.Stream<OWLOntology> |
ontologies() |
@Deprecated default Set<OWLOntology> getOntologies()
java.util.stream.Stream<OWLOntology> ontologies()
Copyright © 2017 The University of Manchester. All Rights Reserved.