java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
fr.mines_stetienne.ci.sparql_generate.binary.FUN_Base10
All Implemented Interfaces:
FUN_Bytes, org.apache.jena.sparql.function.Function

public class FUN_Base10 extends org.apache.jena.sparql.function.FunctionBase1 implements FUN_Bytes
Binding function base10 returns a Base 10 integer representation the binary literals passed as an argument.
  • Param 1: a xsd:hexBinary or xsd:base64Binary literal;
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     

    Fields inherited from interface fr.mines_stetienne.ci.sparql_generate.binary.FUN_Bytes

    LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
    exec​(org.apache.jena.sparql.expr.NodeValue argument1)
     

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

    checkBuild, exec

    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 fr.mines_stetienne.ci.sparql_generate.binary.FUN_Bytes

    getBytes, getDatatype, getInteger, getNodeValue

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

    build
  • Field Details

  • Constructor Details

    • FUN_Base10

      public FUN_Base10()
  • Method Details

    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue argument1)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase1