Class FunctionWrapperBase

java.lang.Object
org.aksw.jenax.arq.functionbinder.FunctionWrapperBase
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class FunctionWrapperBase extends Object implements org.apache.jena.sparql.function.Function
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.sparql.function.Function
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FunctionWrapperBase(org.apache.jena.sparql.function.Function delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    build(String uri, org.apache.jena.sparql.expr.ExprList args, org.apache.jena.sparql.util.Context context)
     
    org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.expr.ExprList args, String uri, org.apache.jena.sparql.function.FunctionEnv env)
     
    org.apache.jena.sparql.function.Function
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • delegate

      protected org.apache.jena.sparql.function.Function delegate
  • Constructor Details

    • FunctionWrapperBase

      public FunctionWrapperBase(org.apache.jena.sparql.function.Function delegate)
  • Method Details

    • getDelegate

      public org.apache.jena.sparql.function.Function getDelegate()
    • build

      public void build(String uri, org.apache.jena.sparql.expr.ExprList args, org.apache.jena.sparql.util.Context context)
      Specified by:
      build in interface org.apache.jena.sparql.function.Function
    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.expr.ExprList args, String uri, org.apache.jena.sparql.function.FunctionEnv env)
      Specified by:
      exec in interface org.apache.jena.sparql.function.Function