Class GraphDBStatementLoaderFactory
java.lang.Object
cz.cvut.kbss.ontodriver.rdf4j.loader.GraphDBStatementLoaderFactory
- All Implemented Interfaces:
StatementLoaderFactory
Builds statement loaders for GraphDB repository access.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(RepoConnection connector, org.eclipse.rdf4j.model.Resource subject, AxiomBuilder axiomBuilder)
-
Constructor Details
-
GraphDBStatementLoaderFactory
public GraphDBStatementLoaderFactory()
-
-
Method Details
-
create
public StatementLoader create(RepoConnection connector, org.eclipse.rdf4j.model.Resource subject, AxiomBuilder axiomBuilder) - Specified by:
create
in interfaceStatementLoaderFactory
-