| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
TitanEdge.getEdgeLabel()
Returns the edge label of this edge
|
EdgeLabel |
TitanTransaction.getEdgeLabel(String name)
Returns the edge label with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
TitanVertex.addEdge(EdgeLabel label,
TitanVertex vertex)
Creates a new edge incident on this vertex.
|
TitanEdge |
TitanTransaction.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
EdgeLabel label)
Creates a new edge connecting the specified vertices.
|
TitanVertex |
TitanRelation.getProperty(EdgeLabel label)
Returns the vertex associated to this relation by a unidirected edge of the given label or NULL if such does not exist.
|
Iterable<TitanEdge> |
TitanVertex.getTitanEdges(com.tinkerpop.blueprints.Direction d,
EdgeLabel... labels)
Returns an iterable over all edges of the specified edge label in the given direction incident on this vertex.
|
Q |
TitanMultiVertexQuery.has(EdgeLabel label,
TitanVertex vertex) |
Q |
BaseVertexQuery.has(EdgeLabel label,
TitanVertex vertex)
Query only for edges or properties that have a unidirected edge pointing to the given vertex
It is expected that this label is unidirected (
isUnidirected()
and the query is restricted to edges or properties having an incident unidirectional edge pointing to the given vertex. |
Q |
TitanVertexQuery.has(EdgeLabel label,
TitanVertex vertex) |
void |
TitanRelation.setProperty(EdgeLabel label,
TitanVertex vertex)
Establishes a unidirectional edge between this relation and the given vertex for the specified label.
|
| Modifier and Type | Method and Description |
|---|---|
Q |
OLAPQueryBuilder.has(EdgeLabel label,
TitanVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
TitanManagement.getEdgeLabel(String name)
Identical to
TitanTransaction.getEdgeLabel(String) |
EdgeLabel |
EdgeLabelMaker.make()
Defines the
EdgeLabel specified by this EdgeLabelMaker and returns the resulting label |
EdgeLabel |
DefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory)
Creates a new edge label with default settings against the provided
EdgeLabelMaker. |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
TitanManagement.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided edge label. |
RelationTypeIndex |
TitanManagement.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
RelationType... sortKeys)
|
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
BlueprintsDefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
ManagementSystem.getEdgeLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
RelationTypeIndex |
ManagementSystem.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
Order sortOrder,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createEdgeIndex(EdgeLabel label,
String name,
com.tinkerpop.blueprints.Direction direction,
RelationType... sortKeys) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
FulgoraNeighborVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
Iterable<TitanEdge> |
FulgoraNeighborVertex.getTitanEdges(com.tinkerpop.blueprints.Direction d,
EdgeLabel... labels) |
| Modifier and Type | Method and Description |
|---|---|
Q |
AbstractVertexCentricQueryBuilder.has(EdgeLabel label,
TitanVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
AbstractEdge.getEdgeLabel() |
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
AbstractTypedRelation.getProperty(EdgeLabel label) |
void |
AbstractTypedRelation.setProperty(EdgeLabel label,
TitanVertex vertex) |
| Constructor and Description |
|---|
AbstractEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end) |
CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data) |
StandardEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
StandardTitanTx.getEdgeLabel(String name) |
EdgeLabel |
StandardTitanTx.makeEdgeLabel(String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
StandardTitanTx.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
EdgeLabel label) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
StandardEdgeLabelMaker.make() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLabel |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
EmptyVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
Iterable<TitanEdge> |
EmptyVertex.getTitanEdges(com.tinkerpop.blueprints.Direction dir,
EdgeLabel... labels) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
DisableDefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
AbstractVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
Iterable<TitanEdge> |
AbstractVertex.getTitanEdges(com.tinkerpop.blueprints.Direction dir,
EdgeLabel... labels) |
Copyright © 2012–2014. All rights reserved.