Class IsInTargetOfFunction

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

    public class IsInTargetOfFunction
    extends AbstractFunction2
    The function tosh:isInTargetOf.
    Author:
    Holger Knublauch
    • Constructor Detail

      • IsInTargetOfFunction

        public IsInTargetOfFunction()
    • 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:
        exec in class AbstractFunction2