|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.DijkstraEdge
Represents edges of any graph which are useable with dijkstra
| Field Summary | |
protected DijkstraNode |
destination
The destination station of the edge |
protected long |
weight
The weight of the edge |
| Constructor Summary | |
DijkstraEdge(DijkstraNode dest,
long w)
Constructor for class DijkstraEdge |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string which describes an instance of this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected DijkstraNode destination
protected long weight
| Constructor Detail |
public DijkstraEdge(DijkstraNode dest,
long w)
dest - The destination of the edgew - The weight of thr edge| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||