Package at.jku.ssw.fp.sect04_3
Class Edge<V>
- java.lang.Object
-
- at.jku.ssw.fp.sect04_3.Edge<V>
-
- Type Parameters:
V
- the type of the value of the nodes
public class Edge<V> extends Object
Class representing an edge in a graph. An edge has a weight.- Author:
- Herbert Praehofer