|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectstoryworld.Connection
public class Connection
| Field Summary | |
|---|---|
(package private) int |
distance
|
(package private) Location |
from
|
(package private) String |
imageName
|
(package private) Location |
to
|
(package private) String |
type
|
| Constructor Summary | |
|---|---|
Connection(Location from,
Location to,
int distance)
|
|
Connection(Location from,
Location to,
int distance,
String image)
|
|
| Method Summary | |
|---|---|
int |
getDistance()
|
Location |
getFrom()
|
String |
getImageName()
|
Location |
getTo()
|
String |
getType()
|
void |
setImageName(String s)
|
void |
setType(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int distance
Location from
String imageName
Location to
String type
| Constructor Detail |
|---|
public Connection(Location from,
Location to,
int distance)
public Connection(Location from,
Location to,
int distance,
String image)
| Method Detail |
|---|
public int getDistance()
public Location getFrom()
public String getImageName()
public Location getTo()
public String getType()
public void setImageName(String s)
public void setType(String s)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||