es.yrbcn.graph.weighted
Class WeightedArc

java.lang.Object
  extended by es.yrbcn.graph.weighted.WeightedArc

public class WeightedArc
extends Object


Field Summary
 int dest
           
 int src
           
 float weight
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public int src

dest

public int dest

weight

public float weight
Method Detail

toString

public String toString()
Overrides:
toString in class Object