| Interface | Description |
|---|---|
| BlazeElement |
Extends the Tinkerpop3 interface to strengthen return types from Iterator
to
CloseableIterator and to expose RDF values for id and label. |
| BlazeGraph.Options |
Options that can be specified in the graph configuration.
|
| 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). |
| BlazeValueFactory |
Factory for converting Tinkerpop data (element ids, property names/values)
to RDF values (URIs, Literals) and back again.
|
| BlazeValueFactory.Defaults |
Some default constants.
|
| Class | Description |
|---|---|
| BlazeBindingSet |
A property graph version of a tuple query result binding set.
|
| BlazeEdge |
Concrete edge implementation for Blazegraph.
|
| BlazeGraph |
Blazegraph/tinkerpop3 integration.
|
| BlazeGraph.Exceptions | |
| BlazeGraphFeatures |
The blazegraph-tinkerpop3 feature set.
|
| BlazeGraphFeatures.Datatype |
Supports all primitives, no lists.
|
| BlazeGraphFeatures.Edge | |
| BlazeGraphFeatures.EdgeProperty | |
| BlazeGraphFeatures.Element | |
| BlazeGraphFeatures.Graph | |
| BlazeGraphFeatures.Variable | |
| BlazeGraphFeatures.Vertex | |
| BlazeGraphFeatures.VertexProperty | |
| BlazeProperty<V> |
Concrete property implementation for Blazegraph.
|
| BlazeVertex |
Concrete vertex implementation for BlazeGraph.
|
| BlazeVertexProperty<V> |
Concrete vertex property implementation for Blazegraph.
|
| EmptyBlazeProperty<V> |
Wanted to extend TP3's
EmptyProperty, but it's final. |
| EmptyBlazeVertexProperty<V> |
Wanted to extend TP3's
EmptyVertexProperty, but it's final. |
| Enum | Description |
|---|---|
| BlazeGraph.Match |
Enum used by the full text search API.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.