public class OwlApiSimplexUtilsFromResourcesBuilder extends OwlApiSimplexUtilsBuilder
OwlApiSimplexUtilsBuilder which loads the
ontology document from the class path.| Constructor and Description |
|---|
OwlApiSimplexUtilsFromResourcesBuilder(List<String> resourcePaths) |
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.model.OWLOntology> |
loadOntologies()
Load the ontology documents from the class path.
|
build, getOntologyManager, loadOntology, validatepublic List<org.semanticweb.owlapi.model.OWLOntology> loadOntologies() throws OwlApiSimplexException
loadOntologies in class OwlApiSimplexUtilsBuilderOwlApiSimplexException - If an error ocurrs, for example if one of
the provided resources is not readable.Copyright © 2020 Jens Pelzetter. All rights reserved.