public static class BlazeGraphAtom.EdgeAtom extends BlazeGraphAtom
BlazeGraphAtom.EdgeAtom, BlazeGraphAtom.PropertyAtom, BlazeGraphAtom.VertexAtom, BlazeGraphAtom.VertexPropertyAtom
id
Constructor and Description |
---|
EdgeAtom(String id,
String label,
String fromId,
String toId)
Fully construct an edge atom.
|
Modifier and Type | Method and Description |
---|---|
String |
edgeId()
Return the edge id.
|
String |
fromId()
From vertex id.
|
String |
toId()
To vertex id.
|
String |
toString() |
elementId
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.