graph
Class SimpleEdge

java.lang.Object
  extended by graph.SimpleEdge

public class SimpleEdge
extends java.lang.Object


Constructor Summary
SimpleEdge(int u, int v)
           
 
Method Summary
 int getU()
           
 int getV()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleEdge

public SimpleEdge(int u,
                  int v)
Method Detail

getU

public int getU()

getV

public int getV()