Sparksee
6.0.2
|
Edge data class. More...
Public Member Functions | |
~EdgeData () | |
Destructor. | |
oid_t | GetEdge () const |
Gets the edge identifier. More... | |
oid_t | GetTail () const |
Gets the tail of the edge. More... | |
oid_t | GetHead () const |
Gets the head of the edge. More... | |
Friends | |
class | Graph |
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.
|
inline |
Gets the edge identifier.
|
inline |
Gets the head of the edge.
|
inline |
Gets the tail of the edge.