Uses of Class
com.hp.hpl.jena.sparql.pfunction.PFuncSimple

Packages that use PFuncSimple
com.hp.hpl.jena.sparql.path   
com.hp.hpl.jena.sparql.pfunction   
com.hp.hpl.jena.sparql.pfunction.library   
 

Uses of PFuncSimple in com.hp.hpl.jena.sparql.path
 

Subclasses of PFuncSimple in com.hp.hpl.jena.sparql.path
 class PathPropertyFunction
           
 

Uses of PFuncSimple in com.hp.hpl.jena.sparql.pfunction
 

Subclasses of PFuncSimple in com.hp.hpl.jena.sparql.pfunction
 class PFuncAssignToObject
          Common case: take a node (subject) and calculate something else, assign it to a variable (object)
 class PFuncAssignToSubject
          Common case: take a node (object) and calculate something else, assign it to a variable (subject)
 

Uses of PFuncSimple in com.hp.hpl.jena.sparql.pfunction.library
 

Subclasses of PFuncSimple in com.hp.hpl.jena.sparql.pfunction.library
 class alt
          Alt membership
 class assign
          Assignment: does not change the value of an existing binding.
 class bag
          Bag membership
 class blankNode
          Relationship between a node (subject) and it's bNode label (object/string)
 class bnode
          Relationship between a node (subject) and it's bNode label (object/string)
 class container
          container - super class of bag/alt/seq - rdfs:member
 class seq
          Seq membership
 class str
          Property function to turn an RDF term (but not a blank node) into a string
 



Licenced under the Apache License, Version 2.0