Package

me.yuhuan.collection

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. class AdjacencyMapGraph[I, V, E] extends SMutableGraph[I, V, E]

    Permalink

    An implementation of an SMutableGraph.

    An implementation of an SMutableGraph.

    I

    The type of the index of an vertex.

    V

    The type of the data in an vertex.

    E

    The type of the label of an edge.

  2. trait DMutableGraph[I, V, E] extends Graph[I, V, E]

    Permalink

    Created by Yuhuan Jiang ([email protected]) on 7/22/15.

  3. trait Graph[I, V, E] extends AnyRef

    Permalink

    Represents a directed graph.

    Represents a directed graph.

    I

    The type of the index of an vertex.

    V

    The type of the data in an vertex.

    E

    The type of the label of an edge.

  4. trait SMutableGraph[I, V, E] extends DMutableGraph[I, V, E]

    Permalink

    Created by Yuhuan Jiang ([email protected]) on 7/22/15.

Value Members

  1. object AdjacencyMapGraph

    Permalink

Ungrouped