Class AbstractFunction2

java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction2
All Implemented Interfaces:
org.apache.jena.sparql.function.Function
Direct Known Subclasses:
IsInTargetOfFunction, IsValidForDatatypeFunction

public abstract class AbstractFunction2 extends AbstractFunction
An abstract superclass for Functions with 2 arguments.
Author:
Holger Knublauch
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.graph.Node[] nodes, org.apache.jena.sparql.function.FunctionEnv env)
     
    protected abstract org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.graph.Node arg1, org.apache.jena.graph.Node arg2, org.apache.jena.sparql.function.FunctionEnv env)
     

    Methods inherited from class org.topbraid.jenax.functions.AbstractFunction

    build, exec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.sparql.function.Function

    build
  • Constructor Details

    • AbstractFunction2

      public AbstractFunction2()
  • Method Details

    • exec

      protected org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node[] nodes, org.apache.jena.sparql.function.FunctionEnv env)
      Specified by:
      exec in class AbstractFunction
    • exec

      protected abstract org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node arg1, org.apache.jena.graph.Node arg2, org.apache.jena.sparql.function.FunctionEnv env)