Packages

case class EdgeEntry(direction: Direction, label: String) extends PathEntry with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, PathEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeEntry
  2. Serializable
  3. Product
  4. Equals
  5. PathEntry
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EdgeEntry(direction: Direction, label: String)

Value Members

  1. val direction: Direction
  2. val label: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product