Interface ConnectorFactory
- All Known Implementing Classes:
BasicConnectorFactory
public interface ConnectorFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ConnectorFactory
getConnector
(DriverConfiguration configuration) boolean
isOpen()
void
Reloads data from the underlying ontology storage.
-
Method Details
-
getConnector
- Throws:
OwlapiDriverException
-
close
- Throws:
OntoDriverException
-
isOpen
boolean isOpen() -
reloadData
Reloads data from the underlying ontology storage.- Throws:
OwlapiDriverException
- In case data reloading fails
-
createFactory
-