|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--mstar.ParseRoomDescription
|
+--TinyMudParseRoomDescription
Implements the ParseRoomDescription class for TinyMud's.
| Constructor Summary | |
TinyMudParseRoomDescription()
|
|
| Method Summary | |
Room |
parse(java.lang.String s)
Parses the room data that is returned from the collaborative environment and returns a Room class that represents the room. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TinyMudParseRoomDescription()
| Method Detail |
public Room parse(java.lang.String s)
s - the room data from the collaborative environment that
is to be parsed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||