|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.graphx.EdgeDirection
public class EdgeDirection
The direction of a directed edge relative to a vertex.
Method Summary | |
---|---|
static EdgeDirection |
Both()
Edges originating from *and* arriving at a vertex of interest. |
static EdgeDirection |
Either()
Edges originating from *or* arriving at a vertex of interest. |
boolean |
equals(Object o)
|
int |
hashCode()
|
static EdgeDirection |
In()
Edges arriving at a vertex. |
static EdgeDirection |
Out()
Edges originating from a vertex. |
EdgeDirection |
reverse()
Reverse the direction of an edge. |
String |
toString()
|
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static final EdgeDirection In()
public static final EdgeDirection Out()
public static final EdgeDirection Either()
public static final EdgeDirection Both()
public EdgeDirection reverse()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |