|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.riot.system.MapWithScope<java.lang.String,com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node>
org.openjena.riot.lang.LabelToNode
public class LabelToNode
Allocation Nodes (Bnodes usually) based on the graph and label
Various different policies.
See SyntaxLabels.createLabelToNode() for getting a default setup.
| Method Summary | |
|---|---|
static LabelToNode |
createIncremental()
Allocation, globallay scoped, that uses a incrementing field to create new nodes |
static LabelToNode |
createScopeByDocument()
Allocation from a single scope; just the label matters. |
static LabelToNode |
createScopeByGraph()
Allocation scoped by graph and label. |
static LabelToNode |
createUseLabelAsGiven()
Allocation using syntax label. |
| Methods inherited from class org.openjena.riot.system.MapWithScope |
|---|
clear, create, get |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LabelToNode createScopeByDocument()
public static LabelToNode createScopeByGraph()
public static LabelToNode createUseLabelAsGiven()
public static LabelToNode createIncremental()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||