Uses of Class
org.apache.jena.sparql.pfunction.PropertyFunctionBase
Packages that use PropertyFunctionBase
Package
Description
-
Uses of PropertyFunctionBase in org.apache.jena.sparql.path
Subclasses of PropertyFunctionBase in org.apache.jena.sparql.path -
Uses of PropertyFunctionBase in org.apache.jena.sparql.pfunction
Subclasses of PropertyFunctionBase in org.apache.jena.sparql.pfunctionModifier and TypeClassDescriptionclassCommon case: take a node (subject) and calculate something else, assign it to a variable (object)classCommon case: take a node (object) and calculate something else, assign it to a variable (subject)classThe case of: subject is a list object is a list call the implementation with one binding at a timeclassThe case of: subject is a list object is a node, not a list call the implementation with one binding at a timeclassCommon, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a timeclassCommon, simple case: subject argument is not a list object is a list call the implementation with one binding at a timeclassBasic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound). -
Uses of PropertyFunctionBase in org.apache.jena.sparql.pfunction.library
Subclasses of PropertyFunctionBase in org.apache.jena.sparql.pfunction.libraryModifier and TypeClassDescriptionclassAlt membershipclassAssignment: does not change the value of an existing binding.classBag membershipclassRelationship between a node (subject) and it's bNode label (object/string)classRelationship between a node (subject) and it's bNode label (object/string)classclasscontainer - super class of bag/alt/seq - rdfs:memberclassBase class for list related operationsclassList operation - object can't be a list.classclassList membership with index : property function to access list using index Usage: ?classList length : property function to get the length of a list.classList membership : property function implementation of list:member.classSeq membershipclassclassAlternative name for splitIRIclassProperty function to turn an RDF term (but not a blank node) into a stringclassProperty 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.