|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectedEdge
Represents a directed edge in a graph.
Field Summary | |
---|---|
static int |
DIRECTION_A_TO_B
|
static int |
DIRECTION_B_TO_A
|
static int |
NODIRECTION
|
Method Summary | |
---|---|
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. |
Methods inherited from interface salvo.jesus.graph.Edge |
---|
getObject, getOppositeVertex, getVertexA, getVertexB, setObject, toString |
Field Detail |
---|
static final int DIRECTION_A_TO_B
static final int DIRECTION_B_TO_A
static final int NODIRECTION
Method Detail |
---|
Vertex getSource()
Vertex getSink()
int getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |