Module org.apache.jena.arq
Package org.apache.jena.sparql.pfunction
package org.apache.jena.sparql.pfunction
-
ClassDescriptionCommon 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 timeThe case of: subject is a list object is a node, not a list call the implementation with one binding at a timeCommon, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a timeCommon, simple case: subject argument is not a list object is a list call the implementation with one binding at a timeAdapter 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 timeBasic 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.