Package

com.github.mdr.ascii

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink
  2. object Graph extends Serializable

    Permalink
  3. object GraphUtils

    Permalink

Ungrouped