Uses of Class
org.apache.jena.sparql.pfunction.PropertyFunctionEval
-
Packages that use PropertyFunctionEval Package Description org.apache.jena.sparql.path org.apache.jena.sparql.pfunction org.apache.jena.sparql.pfunction.library -
-
Uses of PropertyFunctionEval in org.apache.jena.sparql.path
Subclasses of PropertyFunctionEval in org.apache.jena.sparql.path Modifier and Type Class Description classPathPropertyFunction -
Uses of PropertyFunctionEval in org.apache.jena.sparql.pfunction
Subclasses of PropertyFunctionEval in org.apache.jena.sparql.pfunction 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 time -
Uses of PropertyFunctionEval in org.apache.jena.sparql.pfunction.library
Subclasses of PropertyFunctionEval in org.apache.jena.sparql.pfunction.library 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
-