Package org.topbraid.jenax.functions
Class AbstractFunction3
java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction3
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
- Direct Known Subclasses:
HasShapeFunction
An abstract superclass for Functions with 3 arguments.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.graph.Node[] nodes, org.apache.jena.sparql.function.FunctionEnv env) protected abstract org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.graph.Node arg1, org.apache.jena.graph.Node arg2, org.apache.jena.graph.Node arg3, org.apache.jena.sparql.function.FunctionEnv env) Methods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, execMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Constructor Details
-
AbstractFunction3
public AbstractFunction3()
-
-
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:
execin classAbstractFunction
-
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.graph.Node arg3, org.apache.jena.sparql.function.FunctionEnv env)
-