Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Method and Description |
---|---|
TitanEdge |
TitanVertex.addEdge(String label,
TitanVertex vertex)
Creates a new edge incident on this vertex.
|
TitanEdge |
TitanVertex.addEdge(TitanLabel label,
TitanVertex vertex)
Creates a new edge incident on this vertex.
|
TitanEdge |
TitanTransaction.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
String label)
Creates a new edge connecting the specified vertices.
|
TitanEdge |
TitanTransaction.addEdge(TitanVertex outVertex,
TitanVertex inVertex,
TitanLabel 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(TitanKey key,
Object attribute)
Retrieves all edges which have a property of the given key with the specified value.
|
Iterable<TitanEdge> |
TitanVertex.getTitanEdges(com.tinkerpop.blueprints.Direction d,
TitanLabel... labels)
Returns an iterable over all edges of the specified edge label in the given direction incident on this vertex.
|
Iterable<TitanEdge> |
TitanVertexQuery.titanEdges() |
Copyright © 2012-2013. All Rights Reserved.