Class OWLFactoryWrapper

java.lang.Object
com.github.owlcs.ontapi.OWLFactoryWrapper
All Implemented Interfaces:
OntologyFactory.Loader, OntologyLoader, Serializable

@ParametersAreNonnullByDefault public class OWLFactoryWrapper extends Object implements OntologyFactory.Loader
An implementation of OntologyLoader which is actually OWLOntologyFactory decorator. Used to load ontology through pure OWL-API mechanisms (i.e. owl-api parsers). Some formats (such as ManchesterSyntaxDocumentFormat or FunctionalSyntaxDocumentFormat) are not supported by Jena, so this is the only way to handle them by ONT-API.
See Also: