Uses of Interface
org.apache.jena.sparql.pfunction.PropertyFunction
Package
Description
-
Uses of PropertyFunction in org.apache.jena.sparql.path
-
Uses of PropertyFunction in org.apache.jena.sparql.pfunction
Modifier and TypeClassDescriptionclass
Common case: take a node (subject) and calculate something else, assign it to a variable (object)class
Common case: take a node (object) and calculate something else, assign it to a variable (subject)class
The case of: subject is a list object is a list call the implementation with one binding at a timeclass
The case of: subject is a list object is a node, not a list call the implementation with one binding at a timeclass
Common, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a timeclass
Common, simple case: subject argument is not a list object is a list call the implementation with one binding at a timeclass
Basic property function handler that calls the implementation subclass one binding at a timeclass
Basic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound).ModifierConstructorDescriptionProcedurePF
(PropertyFunction propFunc, PropFuncArg subjArg, org.apache.jena.graph.Node pfNode, PropFuncArg objArg) -
Uses of PropertyFunction in org.apache.jena.sparql.pfunction.library
Modifier and TypeClassDescriptionclass
Alt membershipclass
Assignment: does not change the value of an existing binding.class
Bag membershipclass
Relationship between a node (subject) and it's bNode label (object/string)class
Relationship between a node (subject) and it's bNode label (object/string)class
class
container - super class of bag/alt/seq - rdfs:memberclass
Base class for list related operationsclass
List operation - object can't be a list.class
class
List membership with index : property function to access list using index Usage: ?class
List length : property function to get the length of a list.class
List membership : property function implementation of list:member.class
Seq membershipclass
class
Alternative name for splitIRIclass
Property function to turn an RDF term (but not a blank node) into a stringclass
Property function that requires the object to contain a list of two items, the first of which is a string to be split, and the second is a regular expression denoting the split point.