V - the vertex typeVertexProvider instead.@Deprecated
public interface VertexProvider<V>
| Modifier and Type | Method and Description |
|---|---|
V |
buildVertex(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> attributes)
Deprecated.
Create a vertex
|
V buildVertex(java.lang.String id, java.util.Map<java.lang.String,java.lang.String> attributes)
id - a unique identifier for the vertexattributes - any other attributes of the vertexCopyright © 2017. All Rights Reserved.