|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--Graph.Vertex
Represents a vertex in the graph...in this case a City name. Could be generalized.
| Field Summary | |
private String |
name
|
| Constructor Summary | |
Vertex(String name)
|
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private String name
| Constructor Detail |
public Vertex(String name)
| Method Detail |
public String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||