public class Edge<V> extends java.lang.Object
Edge(V source, V target)
V
getSource()
getTarget()
void
setSource(V source)
setTarget(V target)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Edge(V source, V target)
public V getSource()
public void setSource(V source)
public V getTarget()
public void setTarget(V target)