EdgeTriplet Class
var attr: ED
The attribute associated with the edge
var dstAttr: VD
The destination vertex attribute
var dstId: VertexId
The vertex id of the target vertex
def otherVertexAttr(vid: VertexId): VD
Given one vertex in the edge return the other vertex.
def otherVertexId(vid: VertexId): VertexId
Given one vertex in the edge return the other vertex.
def relativeDirection(vid: VertexId): EdgeDirection
Return the relative direction of the edge to the corresponding vertex.
var srcAttr: VD
The source vertex attribute
var srcId: VertexId
The vertex id of the source vertex
def toString(): String
def
toTuple: ((VertexId, VD), (VertexId, VD), ED)
def vertexAttr(vid: VertexId): VD
Get the vertex object for the given vertex in the edge
Last updated