SparkseeNet
6.0.2
|
Edge data class. More...
Public Member Functions | |
long | GetHead () |
Gets the head of the edge. | |
long | GetTail () |
Gets the tail of the edge. | |
long | GetEdge () |
Gets the edge identifier. | |
Edge data class.
It stores the tail and the head of an edge instance.
In case of undirected eges, the tail and the head are just the two ends of the edge.
long com.sparsity.sparksee.gdb.EdgeData.GetEdge | ( | ) |
Gets the edge identifier.
long com.sparsity.sparksee.gdb.EdgeData.GetHead | ( | ) |
Gets the head of the edge.
long com.sparsity.sparksee.gdb.EdgeData.GetTail | ( | ) |
Gets the tail of the edge.