public interface ElementFactory<V extends Vertex,E extends Edge>
| Modifier and Type | Method and Description |
|---|---|
E |
createEdge(Object id,
V out,
V in,
String label)
Creates a new Edge instance.
|
V |
createVertex(Object id)
Creates a new Vertex instance.
|
Copyright © 2010-2014. All Rights Reserved.