| Package | Description |
|---|---|
| org.neolumin.vertexium |
| Modifier and Type | Method and Description |
|---|---|
EdgeBuilder |
Graph.prepareEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
EdgeBuilder |
GraphBase.prepareEdge(Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility) |
EdgeBuilder |
Graph.prepareEdge(Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
Copyright © 2014–2015. All rights reserved.