| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
TitanVertex.addEdge(EdgeLabel label,
TitanVertex vertex)
Creates a new edge incident on this vertex.
|
TitanEdge |
TitanVertex.addEdge(String 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.
|
TitanEdge |
TitanTransaction.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
String label)
Creates a new edge connecting the specified vertices.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
TitanVertex.getEdges()
Returns an iterable over all edges incident on this vertex.
|
Iterable<TitanEdge> |
TitanTransaction.getEdges(PropertyKey key,
Object value)
Retrieves all vertices which have a property of the given key with the specified value.
|
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.
|
Map<TitanVertex,Iterable<TitanEdge>> |
TitanMultiVertexQuery.titanEdges()
Returns an iterable over all incident edges that match this query for each vertex
|
Iterable<TitanEdge> |
TitanVertexQuery.titanEdges()
Returns an iterable over all incident edges that match this query.
|
| Modifier and Type | Method and Description |
|---|---|
M |
Gather.apply(S state,
TitanEdge edge,
com.tinkerpop.blueprints.Direction dir)
Gathers the adjacent vertex's state and the connecting edge's properties into a single object
to be combined by a corresponding
Combiner as configured in OLAPQueryBuilder.edges(Gather, Combiner). |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
TitanBlueprintsGraph.addEdge(Object id,
com.tinkerpop.blueprints.Vertex outVertex,
com.tinkerpop.blueprints.Vertex inVertex,
String label) |
TitanEdge |
TitanBlueprintsTransaction.addEdge(Object id,
com.tinkerpop.blueprints.Vertex outVertex,
com.tinkerpop.blueprints.Vertex inVertex,
String label) |
TitanEdge |
TitanBlueprintsTransaction.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
String label) |
TitanEdge |
TitanBlueprintsGraph.getEdge(Object id) |
TitanEdge |
TitanBlueprintsTransaction.getEdge(Object id) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
FulgoraNeighborVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
TitanEdge |
FulgoraNeighborVertex.addEdge(String label,
TitanVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
FulgoraNeighborVertex.getEdges() |
Iterable<TitanEdge> |
FulgoraNeighborVertex.getTitanEdges(com.tinkerpop.blueprints.Direction d,
EdgeLabel... labels) |
| Modifier and Type | Method and Description |
|---|---|
Map<TitanVertex,Iterable<TitanEdge>> |
MultiVertexCentricQueryBuilder.titanEdges() |
Iterable<TitanEdge> |
VertexCentricQueryBuilder.titanEdges() |
| Modifier and Type | Method and Description |
|---|---|
protected VertexList |
AbstractVertexCentricQueryBuilder.edges2VertexIds(Iterable<TitanEdge> edges,
TitanVertex other) |
protected static Iterable<TitanVertex> |
AbstractVertexCentricQueryBuilder.edges2Vertices(Iterable<TitanEdge> edges,
TitanVertex other) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdge |
class |
CacheEdge |
class |
StandardEdge |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
RelationIdentifier.findEdge(TitanTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
StandardTitanTx.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
EdgeLabel label) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
StandardTitanTx.getEdges(PropertyKey key,
Object attribute) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
EmptyVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
TitanEdge |
EmptyVertex.addEdge(String label,
TitanVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
EmptyVertex.getEdges() |
Iterable<TitanEdge> |
EmptyVertex.getTitanEdges(com.tinkerpop.blueprints.Direction dir,
EdgeLabel... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
TitanSchemaVertex.getEdges(TypeDefinitionCategory def,
com.tinkerpop.blueprints.Direction dir) |
Iterable<TitanEdge> |
TitanSchemaVertex.getEdges(TypeDefinitionCategory def,
com.tinkerpop.blueprints.Direction dir,
TitanSchemaVertex other) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
AbstractVertex.addEdge(EdgeLabel label,
TitanVertex vertex) |
TitanEdge |
AbstractVertex.addEdge(String label,
TitanVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
AbstractVertex.getEdges() |
Iterable<TitanEdge> |
AbstractVertex.getTitanEdges(com.tinkerpop.blueprints.Direction dir,
EdgeLabel... labels) |
Copyright © 2012–2014. All rights reserved.