public class EdgeData
extends java.lang.Object
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.
Modifier and Type | Method and Description |
---|---|
long |
getEdge()
Gets the edge identifier.
|
long |
getHead()
Gets the head of the edge.
|
long |
getTail()
Gets the tail of the edge.
|
public long getHead()
public long getEdge()
public long getTail()