public class EdgeDirection
extends Object
implements scala.Serializable
Constructor and Description |
---|
EdgeDirection() |
Modifier and Type | Method and Description |
---|---|
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() |
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