Uses of Class
org.apache.jena.sparql.lang.LabelToNodeMap
Packages that use LabelToNodeMap
-
Uses of LabelToNodeMap in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return LabelToNodeMapModifier and TypeMethodDescriptionstatic LabelToNodeMapLabelToNodeMap.createBNodeMap()Deprecated.Internal use only.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.