public class Edge extends Object
Edge(Vertex from, Vertex to)
Vertex
getFromVertex()
getToVertex()
static void
main(String[] args)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Edge(Vertex from, Vertex to)
public Vertex getFromVertex()
public Vertex getToVertex()
public String toString()
toString
Object
public static void main(String[] args)
Copyright © 2016. All rights reserved.