|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectstoryworld.AbstractStory
storyworld.Location
storyworld.TravelLocation
public class TravelLocation
| Field Summary | |
|---|---|
(package private) Location |
destination
|
| Fields inherited from class storyworld.Location |
|---|
area, debug, description, descriptionLong, name, registeredStories |
| Constructor Summary | |
|---|---|
TravelLocation(Connection c)
|
|
TravelLocation(String s)
|
|
| Method Summary | |
|---|---|
void |
enter()
|
void |
exit()
|
Location |
getDestination()
|
String |
getType()
|
void |
setDestination(Location l)
|
| Methods inherited from class storyworld.Location |
|---|
createReport, createReport, deregisterAllStories, deregisterStory, getArea, getDescription, getDescriptionLong, getName, getReports, registerStory, setArea, setDescription, setDescriptionLong, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Location destination
| Constructor Detail |
|---|
public TravelLocation(Connection c)
public TravelLocation(String s)
| Method Detail |
|---|
public void enter()
enter in class AbstractStorypublic void exit()
exit in class AbstractStorypublic Location getDestination()
public String getType()
getType in class Locationpublic void setDestination(Location l)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||