| Package | Description |
|---|---|
| com.blazegraph.gremlin.structure |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlazeReifiedElement
Common interface for
BlazeEdge and BlazeVertexProperty,
both of which use a sid (reified statement) as their RDF id for attaching
labels (BlazeEdge) and properties (both). |
| Modifier and Type | Class and Description |
|---|---|
class |
BlazeEdge
Concrete edge implementation for Blazegraph.
|
class |
BlazeVertex
Concrete vertex implementation for BlazeGraph.
|
class |
BlazeVertexProperty<V>
Concrete vertex property implementation for Blazegraph.
|
class |
EmptyBlazeVertexProperty<V>
Wanted to extend TP3's
EmptyVertexProperty, but it's final. |
| Modifier and Type | Field and Description |
|---|---|
protected BlazeElement |
BlazeProperty.element
The
BlazeElement this property belongs to. |
| Modifier and Type | Method and Description |
|---|---|
BlazeElement |
EmptyBlazeProperty.element() |
BlazeElement |
BlazeProperty.element()
The
BlazeElement this property belongs to. |
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.