Class RDFDataEngines
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.dataengine.RDFDataEngines
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDecorate an RdfDataEngine with an rdfDataSource decorator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RDFEngineReturn a new RdfDataEngine which applies the given transformation to each created linkstatic RDFEngineof(org.apache.jena.query.Dataset dataset) static RDFEngineof(org.apache.jena.rdf.model.Model model) If the dataSource is already a data engine then return it.
-
Constructor Details
-
RDFDataEngines
public RDFDataEngines()
-
-
Method Details
-
adapt
Return a new RdfDataEngine which applies the given transformation to each created link -
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
-