Uses of Class
com.hp.hpl.jena.sparql.util.LabelToNodeMap

Packages that use LabelToNodeMap
com.hp.hpl.jena.sparql.util   
 

Uses of LabelToNodeMap in com.hp.hpl.jena.sparql.util
 

Methods in com.hp.hpl.jena.sparql.util that return LabelToNodeMap
static LabelToNodeMap LabelToNodeMap.createBNodeMap()
          Create blank nodes, with the same blank node returned for thre same label.
static LabelToNodeMap LabelToNodeMap.createVarMap()
          Create variables (Var), starting from zero each time This means that parsing a query string will generate the same variable names for bNode variables each time, making Query.equals and Query.hashCode work.
 



Licenced under the Apache License, Version 2.0