| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TitanVertex.vertexLabel()
Returns the vertex label of this vertex.
|
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
TitanTransaction.addVertex(Long id,
VertexLabel vertexLabel)
Creates a new vertex in the graph with the given vertex id and the given vertex label.
|
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
SchemaInspector.getOrCreateVertexLabel(String name)
Returns the vertex label with the given name.
|
VertexLabel |
SchemaInspector.getVertexLabel(String name)
Returns the vertex label with the given name.
|
VertexLabel |
VertexLabelMaker.make()
Creates a
VertexLabel according to the specifications of this builder. |
default VertexLabel |
DefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory)
Creates a new vertex label with the default settings against the provided
VertexLabelMaker. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VertexLabel> |
TitanManagement.getVertexLabels()
Returns an
Iterable over all defined VertexLabels. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.assignID(InternalVertex vertex,
VertexLabel label) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexIDAssigner.assignID(InternalVertex vertex,
VertexLabel label) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
ManagementSystem.getOrCreateVertexLabel(String name) |
VertexLabel |
ManagementSystem.getVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VertexLabel> |
ManagementSystem.getVertexLabels() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalVertexLabel |
| Constructor and Description |
|---|
VertexLabelDefinition(VertexLabel vl) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TitanBlueprintsGraph.getOrCreateVertexLabel(String name) |
VertexLabel |
TitanBlueprintsGraph.getVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
StandardTitanTx.getExistingVertexLabel(long id) |
VertexLabel |
StandardTitanTx.getOrCreateVertexLabel(String name) |
VertexLabel |
StandardTitanTx.getVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
StandardTitanTx.addVertex(Long vertexId,
VertexLabel label) |
TitanVertex |
StandardTitanTx.addVertex(VertexLabel vertexLabel) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TypeInspector.getExistingVertexLabel(long id) |
VertexLabel |
StandardVertexLabelMaker.make() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVertexLabel |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
EmptyVertex.vertexLabel() |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
DisableDefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
AbstractVertex.vertexLabel() |
Copyright © 2012–2015. All rights reserved.