Class E_UnaryPathFunction
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.fs.E_UnaryPathFunction
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class E_UnaryPathFunction
extends org.apache.jena.sparql.function.FunctionBase1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue nv) static org.apache.jena.sparql.function.FunctionFactorynewFactory(PathFunction pathFunction) Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Field Details
-
fn
-
-
Constructor Details
-
E_UnaryPathFunction
-
-
Method Details
-
newFactory
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase1
-