public class Edge extends java.lang.Object
Vertex
target
double
weight
Edge(Vertex argTarget, double argWeight)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Vertex target
public final double weight
public Edge(Vertex argTarget, double argWeight)