Uses of Class
org.apache.jena.sparql.lang.LabelToNodeMap
-
Packages that use LabelToNodeMap Package Description org.apache.jena.sparql.lang -
-
Uses of LabelToNodeMap in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return LabelToNodeMap Modifier and Type Method Description static LabelToNodeMapLabelToNodeMap. createBNodeMap()Deprecated.static LabelToNodeMapLabelToNodeMap. 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.
-