Package org.topbraid.shacl.arq.functions
Class IsInTargetOfFunction
- java.lang.Object
-
- org.topbraid.jenax.functions.AbstractFunction
-
- org.topbraid.jenax.functions.AbstractFunction2
-
- org.topbraid.shacl.arq.functions.IsInTargetOfFunction
-
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class IsInTargetOfFunction extends AbstractFunction2
The function tosh:isInTargetOf.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description IsInTargetOfFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.graph.Node nodeNode, org.apache.jena.graph.Node shapeNode, org.apache.jena.sparql.function.FunctionEnv env)-
Methods inherited from class org.topbraid.jenax.functions.AbstractFunction2
exec
-
Methods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, exec
-
-
-
-
Method Detail
-
exec
protected org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node nodeNode, org.apache.jena.graph.Node shapeNode, org.apache.jena.sparql.function.FunctionEnv env)- Specified by:
execin classAbstractFunction2
-
-