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