|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg._3pq.jgrapht.edge.DefaultEdge
org._3pq.jgrapht.edge.DirectedEdge
public class DirectedEdge
A implementation of directed edge.
Field Summary |
---|
Fields inherited from interface org._3pq.jgrapht.Edge |
---|
DEFAULT_EDGE_WEIGHT |
Constructor Summary | |
---|---|
DirectedEdge(java.lang.Object sourceVertex,
java.lang.Object targetVertex)
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this directed edge. |
Methods inherited from class org._3pq.jgrapht.edge.DefaultEdge |
---|
clone, containsVertex, getSource, getTarget, getWeight, oppositeVertex, setWeight |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DirectedEdge(java.lang.Object sourceVertex, java.lang.Object targetVertex)
DefaultEdge.DefaultEdge(Object, Object)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |