SparkseePython3 6.1.0
sparksee.EdgeData Class Reference

Public Member Functions

 get_head (self)
 Gets the head of the edge.
 get_edge (self)
 Gets the edge identifier.
 get_tail (self)
 Gets the tail of the edge.

Member Function Documentation

◆ get_edge()

sparksee.EdgeData.get_edge ( self)

Gets the edge identifier.

Returns
The Sparksee edge identifier.

◆ get_head()

sparksee.EdgeData.get_head ( self)

Gets the head of the edge.

Returns
The Sparksee edge identifier of the head of the edge.

◆ get_tail()

sparksee.EdgeData.get_tail ( self)

Gets the tail of the edge.

Returns
The Sparksee edge identifier of the tail of the edge.