Package org.topbraid.shacl.arq.functions
Class IsDeactivatedFunction
java.lang.Object
org.topbraid.jenax.functions.AbstractFunction
org.topbraid.jenax.functions.AbstractFunction1
org.topbraid.shacl.arq.functions.IsDeactivatedFunction
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
Native implementation of dash:isDeactivated.
Not that it's a complex function, but it's called very often.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.AbstractFunction1
execMethods inherited from class org.topbraid.jenax.functions.AbstractFunction
build, exec
-
Constructor Details
-
IsDeactivatedFunction
public IsDeactivatedFunction()
-
-
Method Details
-
exec
protected org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.graph.Node arg1, org.apache.jena.sparql.function.FunctionEnv env) - Specified by:
execin classAbstractFunction1
-