Class RDFDataEngines
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.dataengine.RDFDataEngines
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RDFDataEngines
public RDFDataEngines()
-
-
Method Details
-
of
If the dataSource is already a data engine then return it. Otherwise: (a) If the baseDataEngine is non-null, then return a WrappedRdfDataEngine from both arguments. (b) If the baseDataEngine is null, then just wrap the RdfDataSource as a RdfDataEngine with a no-op close action.- Parameters:
dataSource-baseDataEngine-- Returns:
-
of
-