Package | Description |
---|---|
com.blazegraph.gremlin.structure |
Modifier and Type | Method and Description |
---|---|
BlazeVertex |
BlazeGraph.addVertex(Object... kvs)
Add a vertex.
|
BlazeVertex |
EmptyBlazeVertexProperty.element() |
BlazeVertex |
BlazeVertexProperty.element()
The vertex to which this property belongs.
|
Modifier and Type | Method and Description |
---|---|
Optional<BlazeVertex> |
BlazeGraph.vertex(String vertexId)
Lookup a vertex by id.
|
Modifier and Type | Method and Description |
---|---|
BlazeEdge |
BlazeGraph.addEdge(BlazeVertex from,
BlazeVertex to,
String label,
Object... kvs)
Add an edge.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.