Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Interface and Description |
---|---|
interface |
TitanEdge
A TitanEdge connects two
TitanVertex . |
interface |
TitanProperty
TitanProperty is a
TitanRelation connecting a vertex to an attribute value. |
Modifier and Type | Method and Description |
---|---|
Iterable<TitanRelation> |
TitanVertex.getRelations()
Returns an iterable over all relations incident on this vertex.
|
Iterable<TitanRelation> |
TitanVertexQuery.relations()
Returns an iterable over all incident relations that match this query
|
Copyright © 2012-2013. All Rights Reserved.