Package org.anchoranalysis.core.graph
package org.anchoranalysis.core.graph
Data-structures for directed and undirected graphs, with or without an edge payload.
-
ClassesClassDescriptionA graph, either directed or undirected, where edges contain no payload.GraphWithPayload<V,
P> A graph, either directed or undirected, with edges containing a payload of typeE
.TypedEdge<V,P> An edge that exists in a graph, together with the two vertices that it connects.