public abstract class NodeFactory<V extends NodeDb>
extends java.lang.Object
| Constructor and Description |
|---|
NodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
V |
createNode(Graph graph,
long id) |
abstract V |
createNode(NodeRef<V> ref) |
abstract NodeRef<V> |
createNodeRef(Graph graph,
long id) |
abstract java.lang.String |
forLabel() |