| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Method and Description |
|---|---|
VertexBuilder |
GraphBase.prepareVertex(Long timestamp,
Visibility visibility) |
VertexBuilder |
Graph.prepareVertex(Long timestamp,
Visibility visibility)
Prepare a vertex to be added to the graph.
|
abstract VertexBuilder |
GraphBaseWithSearchIndex.prepareVertex(String vertexId,
Long timestamp,
Visibility visibility) |
abstract VertexBuilder |
GraphBase.prepareVertex(String vertexId,
Long timestamp,
Visibility visibility) |
VertexBuilder |
Graph.prepareVertex(String vertexId,
Long timestamp,
Visibility visibility)
Prepare a vertex to be added to the graph.
|
VertexBuilder |
GraphBase.prepareVertex(String vertexId,
Visibility visibility) |
VertexBuilder |
Graph.prepareVertex(String vertexId,
Visibility visibility)
Prepare a vertex to be added to the graph.
|
VertexBuilder |
GraphBase.prepareVertex(Visibility visibility) |
VertexBuilder |
Graph.prepareVertex(Visibility visibility)
Prepare a vertex to be added to the graph.
|
Copyright © 2014–2017. All rights reserved.