public abstract class Vertex extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Integer |
getNumericId() |
String |
propertiesToJSON() |
public Vertex(String id)
id - unique identifier of the vertexCopyright © 2018. All rights reserved.