public class Vertex extends GraphElement
label, manager, properties, type| 限定符和类型 | 方法和说明 |
|---|---|
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, typepublic Vertex(String label)
public void id(Object id)
public Vertex property(String key, Object value)
property 在类中 GraphElementprotected Vertex setProperty(String key, Object value)
setProperty 在类中 GraphElementpublic Vertex removeProperty(String key)
removeProperty 在类中 GraphElementCopyright © 2020. All rights reserved.