Uses of Interface
org.apache.jena.sparql.pfunction.PropertyFunction
-
Packages that use PropertyFunction Package Description org.apache.jena.sparql.path org.apache.jena.sparql.pfunction org.apache.jena.sparql.pfunction.library -
-
Uses of PropertyFunction in org.apache.jena.sparql.path
Classes in org.apache.jena.sparql.path that implement PropertyFunction Modifier and Type Class Description classPathPropertyFunction -
Uses of PropertyFunction in org.apache.jena.sparql.pfunction
Classes in org.apache.jena.sparql.pfunction that implement PropertyFunction Modifier and Type Class Description classPFuncAssignToObjectCommon case: take a node (subject) and calculate something else, assign it to a variable (object)classPFuncAssignToSubjectCommon case: take a node (object) and calculate something else, assign it to a variable (subject)classPFuncListAndListThe case of: subject is a list object is a list call the implementation with one binding at a timeclassPFuncListAndSimpleThe case of: subject is a list object is a node, not a list call the implementation with one binding at a timeclassPFuncSimpleCommon, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a timeclassPFuncSimpleAndListCommon, simple case: subject argument is not a list object is a list call the implementation with one binding at a timeclassPropertyFunctionBaseBasic property function handler that calls the implementation subclass one binding at a timeclassPropertyFunctionEvalBasic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound).Methods in org.apache.jena.sparql.pfunction that return PropertyFunction Modifier and Type Method Description PropertyFunctionPropertyFunctionFactory. create(java.lang.String uri)Constructors in org.apache.jena.sparql.pfunction with parameters of type PropertyFunction Constructor Description ProcedurePF(PropertyFunction propFunc, PropFuncArg subjArg, Node pfNode, PropFuncArg objArg) -
Uses of PropertyFunction in org.apache.jena.sparql.pfunction.library
Classes in org.apache.jena.sparql.pfunction.library that implement PropertyFunction Modifier and Type Class Description classaltAlt membershipclassassignAssignment: does not change the value of an existing binding.classbagBag membershipclassblankNodeRelationship between a node (subject) and it's bNode label (object/string)classbnodeRelationship between a node (subject) and it's bNode label (object/string)classconcatclasscontainercontainer - super class of bag/alt/seq - rdfs:memberclassListBaseBase class for list related operationsclassListBase1List operation - object can't be a list.classListBaseListclasslistIndexList membership with index : property function to access list using index Usage: ?list :listIndex (?index ?member)classlistLengthList length : property function to get the length of a list.classlistMemberList membership : property function implementation of list:member.classseqSeq membershipclasssplitIRIclasssplitURIAlternative name for splitIRIclassstrProperty function to turn an RDF term (but not a blank node) into a stringclassstrSplitProperty 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.classversionAccess the subsystem version registry and yield URI/version for each entryclassversionARQ
-