Summary:
Detail:
Edge(Vertex from, Vertex to)
Edge(Vertex from, Vertex to, String label)
Vertex
getFrom()
String
getLabel()
getTo()
boolean
isEqualTo(Edge other)
void
setFrom(Vertex from)
setLabel(String label)
setTo(Vertex to)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object