Class RdfDataEngineFactoryOverRdfDataSourceFactory
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.dataengine.RdfDataEngineFactoryOverRdfDataSourceFactory
- All Implemented Interfaces:
RDFEngineFactory
public class RdfDataEngineFactoryOverRdfDataSourceFactory
extends Object
implements RDFEngineFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRdfDataEngineFactoryOverRdfDataSourceFactory(RdfDataSourceFactory rdfDataSourceFactory) -
Method Summary
Modifier and TypeMethodDescriptionReturn a builder for a data engine factory.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.dataengine.RDFEngineFactory
create
-
Field Details
-
rdfDataSourceFactory
-
-
Constructor Details
-
RdfDataEngineFactoryOverRdfDataSourceFactory
-
-
Method Details
-
newEngineBuilder
Description copied from interface:RDFEngineFactoryReturn a builder for a data engine factory. Must never return null.- Specified by:
newEngineBuilderin interfaceRDFEngineFactory
-