|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlist.examples.WeightedDirectedGraph.Arc
class WeightedDirectedGraph.Arc
Arc represents an arc from a given node to a target nodes, having a specified weight.
| Field Summary | |
|---|---|
(package private) WeightedDirectedGraph.Node |
target
|
(package private) long |
weight
|
| Constructor Summary | |
|---|---|
WeightedDirectedGraph.Arc(WeightedDirectedGraph.Node target,
long weight)
Construct an Arc. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
WeightedDirectedGraph.Node target
long weight
| Constructor Detail |
|---|
WeightedDirectedGraph.Arc(WeightedDirectedGraph.Node target,
long weight)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||