Class FunctionDelegateBase
java.lang.Object
org.aksw.jenax.arq.functionbinder.FunctionDelegateBase
- All Implemented Interfaces:
FunctionDelegate,org.apache.jena.sparql.function.Function
- Direct Known Subclasses:
FunctionLazy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.arq.functionbinder.FunctionDelegate
build, exec
-
Field Details
-
delegate
protected org.apache.jena.sparql.function.Function delegate
-
-
Constructor Details
-
FunctionDelegateBase
public FunctionDelegateBase(org.apache.jena.sparql.function.Function delegate)
-
-
Method Details
-
getDelegate
public org.apache.jena.sparql.function.Function getDelegate()- Specified by:
getDelegatein interfaceFunctionDelegate
-