public interface BlankNodeAllocator
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 anything generated so far.
|
void |
reset()
Reset allocation state - calls to
alloc(java.lang.String) or create() |
Node alloc(String label)
Node create()
alloc(java.lang.String)
void reset()
alloc(java.lang.String)
or create()
Licenced under the Apache License, Version 2.0