|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectConnection
public class Connection
| Field Summary | |
|---|---|
(package private) int |
distance
|
(package private) Location |
from
|
(package private) Location |
to
|
| Constructor Summary | |
|---|---|
Connection(Location from,
Location to,
int distance)
|
|
| Method Summary | |
|---|---|
(package private) Location |
getFrom()
|
(package private) Location |
getTo()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int distance
Location from
Location to
| Constructor Detail |
|---|
Connection(Location from,
Location to,
int distance)
| Method Detail |
|---|
Location getFrom()
Location getTo()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||