class EdgeDirection extends Serializable
- Alphabetic
- By Inheritance
- EdgeDirection
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- EdgeDirection → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- EdgeDirection → AnyRef → Any
-
def
reverse: EdgeDirection
Reverse the direction of an edge.
Reverse the direction of an edge. An in becomes out, out becomes in and both and either remain the same.
-
def
toString(): String
- Definition Classes
- EdgeDirection → AnyRef → Any