public class BlankNodeAllocatorTraditional extends Object implements BlankNodeAllocator
Constructor and Description |
---|
BlankNodeAllocatorTraditional() |
Modifier and Type | Method and Description |
---|---|
Node |
alloc(String label)
Allocate based on a non-null label.
|
Node |
create()
Create a fresh blank node, different from anythign generated so far.
|
void |
reset()
Reset allocation state - calls to BlankNodeAllocator.alloc(java.lang.String) or BlankNodeAllocator.create()
|
public void reset()
BlankNodeAllocator
reset
in interface BlankNodeAllocator
public Node alloc(String label)
BlankNodeAllocator
alloc
in interface BlankNodeAllocator
public Node create()
BlankNodeAllocator
create
in interface BlankNodeAllocator
Licenced under the Apache License, Version 2.0