org._3pq.jgrapht.edge
Class DirectedEdge
- Cloneable, Edge, Serializable
public class DirectedEdge
A implementation of directed edge.
String | toString() - Returns a string representation of this directed edge.
|
DirectedEdge
public DirectedEdge(Object sourceVertex,
Object targetVertex)
toString
public String toString()
Returns a string representation of this directed edge. The
representation is a parenthesized pair (v1,v2) where v1 is the source
vertex of this edge and v2 is the target vertex of this edge.
- a string representation of this directed edge.