|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectAbstractStory
LocationStory
Location
public class Location
| Field Summary | |
|---|---|
(package private) String |
image
|
(package private) String |
name
|
(package private) List<AbstractStory> |
stories
|
| Fields inherited from class AbstractStory |
|---|
world |
| Constructor Summary | |
|---|---|
Location(String s)
|
|
Location(String s,
String i)
|
|
| Method Summary | |
|---|---|
(package private) void |
addStory(AbstractStory s)
|
Report |
createReport()
|
(package private) String |
getImage()
|
String |
getName()
|
(package private) List<Report> |
getReports()
|
(package private) void |
removeStory(AbstractStory story)
|
| Methods inherited from class LocationStory |
|---|
receiveMessage |
| Methods inherited from class AbstractStory |
|---|
getDescription, getPlayerLocation, getTime, getWorld, isActive, notifyLocation, notifyLocation, setActive, setWorld |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String image
String name
List<AbstractStory> stories
| Constructor Detail |
|---|
Location(String s)
Location(String s,
String i)
| Method Detail |
|---|
void addStory(AbstractStory s)
public Report createReport()
createReport in class AbstractStoryString getImage()
public String getName()
getName in class AbstractStoryList<Report> getReports()
void removeStory(AbstractStory story)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||