Class Graph<V>

java.lang.Object
squidpony.squidai.graph.Graph<V>
Type Parameters:
V - the vertex type; often Coord
Direct Known Subclasses:
DirectedGraph, UndirectedGraph

public abstract class Graph<V>
extends Object
Abstract superclass of actual Graph types, like DirectedGraph and UndirectedGraph.
Author:
earlygrey