Packages

class EdgeDirection extends Serializable

The direction of a directed edge relative to a vertex.

Source
EdgeDirection.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeDirection
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(o: Any): Boolean
    Definition Classes
    EdgeDirection → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    EdgeDirection → AnyRef → Any
  3. 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.

  4. def toString(): String
    Definition Classes
    EdgeDirection → AnyRef → Any