java.lang.Object
org.apache.jena.sparql.function.FunctionBase
fr.mines_stetienne.ci.sparql_generate.function.library.FUN_Log
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public final class FUN_Log extends org.apache.jena.sparql.function.FunctionBase
Binding function fun:log logs the input to the console, and outputs the empty string.
  • Param 1 (input) a string literal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.apache.jena.sparql.expr.NodeValue
     
    static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkBuild​(String uri, org.apache.jena.sparql.expr.ExprList args)
     
    org.apache.jena.sparql.expr.NodeValue
    exec​(List<org.apache.jena.sparql.expr.NodeValue> nodes)
     

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, evalArgs, exec

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.sparql.function.Function

    build
  • Field Details

    • URI

      public static final String URI
      See Also:
      Constant Field Values
    • OUTPUT

      public static final org.apache.jena.sparql.expr.NodeValue OUTPUT
  • Constructor Details

    • FUN_Log

      public FUN_Log()
  • Method Details

    • checkBuild

      public void checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
      Specified by:
      checkBuild in class org.apache.jena.sparql.function.FunctionBase
    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> nodes)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase