public abstract class BlazeGraphAtom extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BlazeGraphAtom.EdgeAtom
Edge atom describes an edge - id, label, and from/to (vertex ids).
|
static class |
BlazeGraphAtom.PropertyAtom
Property atom describes a property on an Edge or VertexProperty -
element id, key, and value.
|
static class |
BlazeGraphAtom.VertexAtom
Vertex atom describes a vertex - id and label.
|
static class |
BlazeGraphAtom.VertexPropertyAtom
VertexProperty atom describes a property on a Vertex - vertex id, vertex
property id, key, value.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id
All atoms refer back to an element (Vertex, Edge, or VertexProperty).
|
Modifier | Constructor and Description |
---|---|
protected |
BlazeGraphAtom(String id)
All atoms refer back to an element (Vertex, Edge, or VertexProperty).
|
Modifier and Type | Method and Description |
---|---|
String |
elementId()
The element id (Vertex, Edge, or VertexProperty) this atom refers to.
|
protected final String id
protected BlazeGraphAtom(String id)
public String elementId()
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.