Class TinyMudParseRoomDescription

java.lang.Object
  |
  +--mstar.ParseRoomDescription
        |
        +--TinyMudParseRoomDescription

public class TinyMudParseRoomDescription
extends ParseRoomDescription

Implements the ParseRoomDescription class for TinyMud's.

Version:
1.0
Author:
Thaddeus O. Cooper (cooper@tweenproject.org)

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

TinyMudParseRoomDescription

public TinyMudParseRoomDescription()
Method Detail

parse

public 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.
Overrides:
parse in class ParseRoomDescription
Parameters:
s - the room data from the collaborative environment that is to be parsed.
Returns:
a Room object that represents the room.