By: ThorstenSeitz
Aliases
AdjacenciesSource Codeshared Adjacencies<V>
given V satisfies Object

Alias for adjacency map.

By: ThorstenSeitz
Classes
AbstractAdjacencyListSource Codeshared abstract AbstractAdjacencyList<V,G>
given V satisfies Object
given G satisfies AbstractAdjacencyList<V,G>

An AdjacencyList is an AdjacencyGraph defined by a Map from vertices to their neighbors.

AbstractIncidenceListSource Codeshared abstract AbstractIncidenceList<V,E,G>
given V satisfies Object
given E satisfies Edge<V,E>
given G satisfies AbstractIncidenceList<V,E,G>

An AbstractIncidenceList is an IncidenceGraph defined by a list of vertices and a list of edges.

AdjacencyListSource Codeshared AdjacencyList<V>
given V satisfies Object
IncidenceListSource Codeshared IncidenceList<V,E>
given V satisfies Object
given E satisfies Edge<V,E>