dataStructures
Class WeightedEdge

java.lang.Object
  |
  +--dataStructures.Edge
        |
        +--dataStructures.WeightedEdge

public class WeightedEdge
extends Edge


Constructor Summary
WeightedEdge(int theVertex1, int theVertex2, java.lang.Object theWeight)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightedEdge

public WeightedEdge(int theVertex1,
                    int theVertex2,
                    java.lang.Object theWeight)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Edge