Package org.apache.jena.sparql.pfunction


package org.apache.jena.sparql.pfunction
  • Class
    Description
    Common case: take a node (subject) and calculate something else, assign it to a variable (object)
    Common case: take a node (object) and calculate something else, assign it to a variable (subject)
    The case of: subject is a list object is a list call the implementation with one binding at a time
    The case of: subject is a list object is a node, not a list call the implementation with one binding at a time
    Common, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a time
    Common, simple case: subject argument is not a list object is a list call the implementation with one binding at a time
    Adapter between property functions and server procedures When called, this wrapper reconstructs the usual property function calling conventions.
     
    Basic property function handler that calls the implementation subclass one binding at a time
    Basic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound).
    Interface for extension factories registered with the extension registry.
     
    Class representing an argument (subject or object position) of a property function.