Class ImplementationDelegateBase
java.lang.Object
org.apache.jena.enhanced.Implementation
org.aksw.jenax.arq.util.implementation.ImplementationDelegate
org.aksw.jenax.arq.util.implementation.ImplementationDelegateBase
- Direct Known Subclasses:
ImplementationLazy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImplementationDelegateBase(org.apache.jena.enhanced.Implementation delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.enhanced.ImplementationMethods inherited from class org.aksw.jenax.arq.util.implementation.ImplementationDelegate
canWrap, wrap
-
Field Details
-
delegate
protected org.apache.jena.enhanced.Implementation delegate
-
-
Constructor Details
-
ImplementationDelegateBase
public ImplementationDelegateBase(org.apache.jena.enhanced.Implementation delegate)
-
-
Method Details
-
getDelegate
protected org.apache.jena.enhanced.Implementation getDelegate()- Specified by:
getDelegatein classImplementationDelegate
-