Sparksee
6.0.2
|
Edge data class. More...
Instance Methods | |
(long long) | - getEdge |
Gets the edge identifier. More... | |
(long long) | - getTail |
Gets the tail of the edge. More... | |
(long long) | - getHead |
Gets the head of the edge. More... | |
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 long) getEdge |
Gets the edge identifier.
- (long long) getHead |
Gets the head of the edge.
- (long long) getTail |
Gets the tail of the edge.