Packages

package graph

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Graph[V](vertices: Set[V], edges: List[(V, V)]) extends Product with Serializable

    A directed graph, allowing multi-edges and loops.

    A directed graph, allowing multi-edges and loops.

    Two vertex objects are considered indistinguishable if they compare the same via .equals().

Value Members

  1. object DiagramToGraphConvertor
  2. object Graph extends Serializable
  3. object GraphUtils

Ungrouped