Package org.topbraid.jenax.functions
Class AbstractFunction1
java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction1
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
- Direct Known Subclasses:
CheckRegexSyntaxFunction,IsDeactivatedFunction,IsValidLangTagFunction
An abstract superclass for Functions with 1 argument.
- 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.sparql.function.FunctionEnv env) Methods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, exec
-
Constructor Details
-
AbstractFunction1
public AbstractFunction1()
-
-
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.sparql.function.FunctionEnv env)
-