| Modifier and Type | Method and Description |
|---|---|
OwlApiSimplexUtils |
OwlApiSimplexUtilsBuilder.build()
Loads the ontologies and creates an instance of
OwlApiSimplexUtils for the loaded ontologies. |
protected abstract List<org.semanticweb.owlapi.model.OWLOntology> |
OwlApiSimplexUtilsBuilder.loadOntologies()
Abstract method for loading ontologies.
|
List<org.semanticweb.owlapi.model.OWLOntology> |
OwlApiSimplexUtilsFromResourcesBuilder.loadOntologies()
Load the ontology documents from the class path.
|
protected List<org.semanticweb.owlapi.model.OWLOntology> |
OwlApiSimplexUtilsFromPathsBuilder.loadOntologies()
Load the ontology documents from the file system.
|
protected void |
OwlApiSimplexUtilsBuilder.validate(List<org.semanticweb.owlapi.model.OWLOntology> ontologies)
Validate if all required ontologies are available.Intented to be
overwritten by subclasses the the owlapi-simplex-generator.
|
Copyright © 2020 Jens Pelzetter. All rights reserved.