| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
EdgeBuilderByVertexId |
Graph.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility)
Prepare an edge to be added to the graph.
|
abstract EdgeBuilderByVertexId |
GraphBaseWithSearchIndex.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility) |
default EdgeBuilderByVertexId |
Graph.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
default EdgeBuilderByVertexId |
Graph.prepareEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility)
Prepare an edge to be added to the graph.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeBuilderByVertexId |
InMemoryGraph.prepareEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Long timestamp,
Visibility visibility) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdgeBuilderByVertexId |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.