java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase0
org.aksw.jena_sparql_api.sparql.ext.benchmark.E_NextLong
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class E_NextLong extends org.apache.jena.sparql.function.FunctionBase0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.sparql.util.Symbol
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
     
    protected org.apache.jena.sparql.expr.NodeValue
    exec(List<org.apache.jena.sparql.expr.NodeValue> args, org.apache.jena.sparql.function.FunctionEnv env)
     

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

    checkBuild, exec

    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
  • Field Details

    • symNextLong

      public static final org.apache.jena.sparql.util.Symbol symNextLong
  • Constructor Details

    • E_NextLong

      public E_NextLong()
  • Method Details

    • 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()
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase0