Class DecoratedRDFLinkSource<X extends RDFLinkSource>
java.lang.Object
org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSourceWrapperBase<X>
org.aksw.jenax.dataaccess.sparql.linksource.DecoratedRDFLinkSource<X>
- All Implemented Interfaces:
RDFLinkSource,RDFLinkSourceWrapper<X>
FIXME Confusing design:
Note: The delegate is the original data source in order to allow unwrapping it with getDelegate().
Calls on this class are actually forwarded to effectiveLinkSource.
So there is a difference between the delegate (which object to delegate calls to) and the wrapped object.
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSourceWrapperBase
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.core.DatasetGraphA link source may optionally associated with a dataset graph.toString()Methods inherited from class org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSourceWrapperBase
getDelegateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSource
asDataSource, newLink, newQuery, newUpdate, query, query, update, update, update
-
Field Details
-
effectiveLinkSource
-
-
Constructor Details
-
DecoratedRDFLinkSource
-
-
Method Details
-
getDatasetGraph
public org.apache.jena.sparql.core.DatasetGraph getDatasetGraph()Description copied from interface:RDFLinkSourceA link source may optionally associated with a dataset graph. -
newLinkBuilder
-
toString
-