| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeLabel
EdgeLabel is an extension of
RelationType for edges. |
interface |
PropertyKey
PropertyKey is an extension of
RelationType for properties. |
interface |
RelationType
RelationType defines the schema for
TitanRelation. |
interface |
TitanEdge
A TitanEdge connects two
TitanVertex. |
interface |
TitanElement
TitanElement represents the abstract concept of an entity in the graph and specifies basic methods for interacting
with entities.
|
interface |
TitanRelation
TitanRelation is the most abstract form of a relation between a vertex and some other entity, where
relation is understood in its mathematical sense.
|
interface |
TitanVertex
TitanVertex is the basic unit of a
TitanGraph. |
interface |
TitanVertexProperty<V>
TitanProperty is a
TitanRelation connecting a vertex to a value. |
interface |
VertexLabel
A vertex label is a label attached to vertices in a Titan graph.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalElement
Internal Element interface adding methods that should only be used by Titan
|
interface |
InternalRelation
Internal Relation interface adding methods that should only be used by Titan.
|
interface |
InternalRelationType
Internal Type interface adding methods that should only be used by Titan
|
interface |
InternalVertex
Internal Vertex interface adding methods that should only be used by Titan
|
interface |
InternalVertexLabel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
AbstractElement is the base class for all elements in Titan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FulgoraVertexProperty<V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardRelation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdge |
class |
AbstractTypedRelation |
class |
AbstractVertexProperty<V> |
class |
CacheEdge |
class |
CacheVertexProperty |
class |
StandardEdge |
class |
StandardVertexProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemRelationType |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseKey |
class |
BaseLabel |
class |
BaseRelationType |
class |
BaseVertexLabel |
class |
EmptyRelationType |
class |
EmptyVertex |
class |
ImplicitKey |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
class |
TitanSchemaVertex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVertex |
class |
CacheVertex |
class |
PreloadedVertex |
class |
StandardVertex |
Copyright © 2012–2015. All rights reserved.