public class DirectedEdge<V,E> extends java.lang.Object
DirectedEdge(E data, V head, V tail)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirectedEdge(E data, V head, V tail)
Stanford NLP Group