| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Method and Description |
|---|---|
abstract EdgeBuilderByVertexId |
GraphBaseWithSearchIndex.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility) |
abstract EdgeBuilderByVertexId |
GraphBase.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility) |
EdgeBuilderByVertexId |
Graph.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility)
Prepare an edge to be added to the graph.
|
EdgeBuilderByVertexId |
GraphBase.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility) |
EdgeBuilderByVertexId |
Graph.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
EdgeBuilderByVertexId |
GraphBase.prepareEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility) |
EdgeBuilderByVertexId |
Graph.prepareEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
Copyright © 2014–2017. All rights reserved.