Interface RDFLinkSourceWrapper<X extends RDFLinkSource>
- All Superinterfaces:
RDFLinkSource
- All Known Implementing Classes:
DecoratedRDFLinkSource,RDFLinkSourceWrapperBase,RDFLinkSourceWrapperOverNewLinkBase,RDFLinkSourceWrapperWithLinkTransform,RDFLinkSourceWrapperWithLinkTransformModular,RDFLinkSourceWrapperWithRewrite,RDFLinkSourceWrapperWithSparqlStmtTransform
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.apache.jena.sparql.core.DatasetGraphA link source may optionally associated with a dataset graph.default RDFLinkBuilder<?>Methods inherited from interface org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSource
asDataSource, newLink, newQuery, newUpdate, query, query, update, update, update
-
Method Details
-
getDelegate
X getDelegate() -
getDatasetGraph
default org.apache.jena.sparql.core.DatasetGraph getDatasetGraph()Description copied from interface:RDFLinkSourceA link source may optionally associated with a dataset graph.- Specified by:
getDatasetGraphin interfaceRDFLinkSource
-
newLinkBuilder
- Specified by:
newLinkBuilderin interfaceRDFLinkSource
-