Class AbstractFunction0

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

    public abstract class AbstractFunction0
    extends AbstractFunction
    An abstract superclass for functions with 0 arguments.
    Author:
    Holger Knublauch
    • Constructor Detail

      • AbstractFunction0

        public AbstractFunction0()
    • Method Detail

      • exec

        protected org.apache.jena.sparql.expr.NodeValue exec​(org.apache.jena.graph.Node[] nodes,
                                                             org.apache.jena.sparql.function.FunctionEnv env)
        Specified by:
        exec in class AbstractFunction
      • exec

        protected abstract org.apache.jena.sparql.expr.NodeValue exec​(org.apache.jena.sparql.function.FunctionEnv env)