Package com.github.moaxcp.graphs
package com.github.moaxcp.graphs
-
ClassDescriptionAbstractGraph<ID>This class provides a partial implementation of the
Graph
interface.DirectedEdgeKey<ID>Used by directed implementations ofAbstractGraph
.DirectedGraph<ID>EdgeKey<ID>Key for identifying edges within a collection such as Map.EventGraph<ID>An implementation of graphs which sends events when the graph is modified.Graph<ID>A graph is composed of vertices and edges.Graph.Edge<ID>An edge between two vertices in a graph.Graph.Vertex<ID>Vertex of graph.Used by undirected implementations ofAbstractGraph
.UndirectedGraph<ID>