Package | Description |
---|---|
com.hp.hpl.jena.sparql.util |
Modifier and Type | Method and Description |
---|---|
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