public class DefaultDirectedEdge extends Object implements DirectedEdge
| Constructor and Description |
|---|
DefaultDirectedEdge(int tail,
int head) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirst() |
int |
getHead() |
int |
getSecond() |
int |
getTail() |
String |
toString() |
public int getTail()
getTail in interface DirectedEdgepublic int getHead()
getHead in interface DirectedEdgeCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.