Class IsDeactivatedFunction

All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class IsDeactivatedFunction extends AbstractFunction1
Native implementation of dash:isDeactivated. Not that it's a complex function, but it's called very often.
Author:
Holger Knublauch
  • 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:
      exec in class AbstractFunction1