Interface | Description |
---|---|
BlazeGraphListener |
Listener interface for a
BlazeGraphEmbedded . |
Class | Description |
---|---|
BlazeGraphAtom |
An atomic unit of information about a property graph.
|
BlazeGraphAtom.EdgeAtom |
Edge atom describes an edge - id, label, and from/to (vertex ids).
|
BlazeGraphAtom.PropertyAtom |
Property atom describes a property on an Edge or VertexProperty -
element id, key, and value.
|
BlazeGraphAtom.VertexAtom |
Vertex atom describes a vertex - id and label.
|
BlazeGraphAtom.VertexPropertyAtom |
VertexProperty atom describes a property on a Vertex - vertex id, vertex
property id, key, value.
|
BlazeGraphEdit |
An edit consists of an edit action (add or remove), the atomic unit of graph
information that was edited (
BlazeGraphAtom ), and the commit time of
the edit. |
Enum | Description |
---|---|
BlazeGraphEdit.Action |
Edit action - add or remove.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.