public class Vertex extends GraphElement
label, manager, properties, type| Modifier and Type | Method and Description |
|---|---|
Edge |
addEdge(String label,
Vertex vertex,
Map<String,Object> properties) |
Edge |
addEdge(String label,
Vertex vertex,
Object... properties) |
Object |
id() |
void |
id(Object id) |
Vertex |
property(String key,
Object value) |
Vertex |
removeProperty(String key) |
protected Vertex |
setProperty(String key,
Object value) |
String |
toString() |
attachManager, fresh, label, properties, property, sizeOfProperties, typepublic Vertex(String label)
public void id(Object id)
public Vertex property(String key, Object value)
property in class GraphElementprotected Vertex setProperty(String key, Object value)
setProperty in class GraphElementpublic Vertex removeProperty(String key)
removeProperty in class GraphElementCopyright © 2023 The Apache Software Foundation. All rights reserved.