Package org.semanticweb.owlapi.model
Interface OWLOntologyManagerFactory
- All Superinterfaces:
Serializable
,Supplier<OWLOntologyManager>
- All Known Implementing Classes:
OWLManager
An ontology manager factory is responsible from creating new ontology
managers.
- Since:
- 4.0.0
- Author:
- ignazio
-
Method Summary
-
Method Details
-
get
OWLOntologyManager get()Creates a new ontology manager.- Specified by:
get
in interfaceSupplier<OWLOntologyManager>
-