Class FunctionBase1WithEnv

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.aksw.jenax.arq.util.expr.FunctionBase1WithEnv
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public abstract class FunctionBase1WithEnv extends org.apache.jena.sparql.function.FunctionBase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
     
    org.apache.jena.sparql.expr.NodeValue
    exec(List<org.apache.jena.sparql.expr.NodeValue> args)
     
    protected org.apache.jena.sparql.expr.NodeValue
    exec(List<org.apache.jena.sparql.expr.NodeValue> args, org.apache.jena.sparql.function.FunctionEnv env)
     
    abstract org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.sparql.expr.NodeValue v, org.apache.jena.sparql.function.FunctionEnv env)
     

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, exec

    Methods inherited from class java.lang.Object

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

    • FunctionBase1WithEnv

      public FunctionBase1WithEnv()
  • Method Details

    • checkBuild

      public void checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
      Specified by:
      checkBuild in class org.apache.jena.sparql.function.FunctionBase
    • exec

      protected org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> args, org.apache.jena.sparql.function.FunctionEnv env)
      Overrides:
      exec in class org.apache.jena.sparql.function.FunctionBase
    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> args)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase
    • exec

      public abstract org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue v, org.apache.jena.sparql.function.FunctionEnv env)