Class ExtnFct_ToBNode

java.lang.Object
se.liu.ida.hefquin.mappings.algebra.exprs.fcts.ExtnFct_ToBNode
All Implemented Interfaces:
ExtensionFunction

public class ExtnFct_ToBNode extends Object implements ExtensionFunction
Given a string literal, returns a blank node that is unique per every possible string literal. That is, calling this function twice with the same string literal will result in the same blank node, whereas calling it twice with two different string literals will result in two different blank nodes.
  • Field Details

  • Constructor Details

    • ExtnFct_ToBNode

      protected ExtnFct_ToBNode()
  • Method Details