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