public interface DirectedEdge extends Edge
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECTION_A_TO_B |
static int |
DIRECTION_B_TO_A |
static int |
NODIRECTION |
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Returns the direction of the Edge
|
Vertex |
getSink()
Returns the sink Vertex of the edge.
|
Vertex |
getSource()
Returns the source Vertex of the edge.
|
getOppositeVertex, getVertexA, getVertexBisFollowVertexLabel, setFollowVertexLabelgetLabel, hasLabel, setLabelstatic final int DIRECTION_A_TO_B
static final int DIRECTION_B_TO_A
static final int NODIRECTION
Copyright © 2019 JULIE Lab, Germany. All rights reserved.