| 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 |
VertexLabel
A vertex label is a label attached to vertices in a Titan graph.
|
| Modifier and Type | Method and Description |
|---|---|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.indexOnly(TitanSchemaType schemaType)
Restricts this index to only those elements that have the provided schemaType.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalRelationType
Internal Type interface adding methods that should only be used by Titan
|
interface |
InternalVertexLabel |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementCategory.isValidConstraint(TitanSchemaType type) |
boolean |
ElementCategory.matchesConstraint(TitanSchemaType type,
TitanElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaType |
IndexType.getSchemaTypeConstraint() |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaType |
IndexTypeWrapper.getSchemaTypeConstraint() |
| 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 |
ImplicitKey |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
Copyright © 2012–2014. All rights reserved.