public class DirectedEdge extends Object
DirectedEdge(int v, int w, double weight)
int
from()
to()
double
weight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirectedEdge(int v, int w, double weight)
public int from()
public int to()
public double weight()