| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
TitanVertex.addEdge(String label,
org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Object... keyValues)
Creates a new edge incident on this vertex.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanIndexQuery.Result<TitanEdge>> |
TitanIndexQuery.edges()
Returns all edges that match the query in the indexing backend.
|
Iterable<TitanEdge> |
TitanGraphQuery.edges()
Returns all edges that match the conditions.
|
Map<TitanVertex,Iterable<TitanEdge>> |
TitanMultiVertexQuery.edges()
Returns an iterable over all incident edges that match this query for each vertex
|
Iterable<TitanEdge> |
TitanVertexQuery.edges()
Returns an iterable over all incident edges that match this query
|
Iterable<TitanEdge> |
TitanTransaction.getEdges(RelationIdentifier... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
ChangeState.getEdges(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Change change,
org.apache.tinkerpop.gremlin.structure.Direction dir,
String... labels)
Returns all edges incident on the given vertex in the given direction that match the provided change state and edge labels.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<TitanEdge> |
QueryUtil.getEdges(StandardTitanTx tx,
PropertyKey key,
Object equalityCondition) |
static Iterable<TitanEdge> |
QueryUtil.getEdges(StandardTitanTx tx,
String key,
Object equalityCondition) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
GraphCentricQueryBuilder.edges() |
Iterable<TitanIndexQuery.Result<TitanEdge>> |
IndexQueryBuilder.edges() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
VertexCentricQueryBuilder.edges() |
Map<TitanVertex,Iterable<TitanEdge>> |
MultiVertexCentricQueryBuilder.edges() |
| Modifier and Type | Method and Description |
|---|---|
protected VertexList |
BasicVertexCentricQueryBuilder.edges2VertexIds(Iterable<TitanEdge> edges,
TitanVertex other) |
protected static Iterable<TitanVertex> |
BasicVertexCentricQueryBuilder.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(RelationIdentifier... ids) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
EmptyVertex.addEdge(String s,
org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Object... keyValues) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanEdge> |
TitanSchemaVertex.getEdges(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
Iterable<TitanEdge> |
TitanSchemaVertex.getEdges(TypeDefinitionCategory def,
org.apache.tinkerpop.gremlin.structure.Direction dir,
TitanSchemaVertex other) |
| Modifier and Type | Method and Description |
|---|---|
TitanEdge |
AbstractVertex.addEdge(String label,
org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Object... keyValues) |
TitanEdge |
PreloadedVertex.addEdge(String s,
org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Object... keyValues) |
Copyright © 2012–2015. All rights reserved.