| Package | Description |
|---|---|
| com.blazegraph.gremlin.structure |
| Modifier and Type | Method and Description |
|---|---|
BlazeEdge |
BlazeGraph.addEdge(BlazeVertex from,
BlazeVertex to,
String label,
Object... kvs)
Add an edge.
|
BlazeEdge |
BlazeVertex.addEdge(String label,
org.apache.tinkerpop.gremlin.structure.Vertex to,
Object... kvs) |
| Modifier and Type | Method and Description |
|---|---|
Optional<BlazeEdge> |
BlazeGraph.edge(Object edgeId)
Lookup an edge by id.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.