Package squidpony.squidai.graph
Class Edge<V>
java.lang.Object
squidpony.squidai.graph.Edge<V>
- Type Parameters:
V
- the vertex type; oftenCoord
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Connection
public abstract class Edge<V> extends Object implements Serializable
Abstract superclass of any connection between nodes on a graph.
- Author:
- earlygrey
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Edge()
-
Method Summary