Class TinyMudParseWhereis

java.lang.Object
  |
  +--mstar.ParseWhereis
        |
        +--TinyMudParseWhereis

public class TinyMudParseWhereis
extends ParseWhereis

Implements the TinyMud parser for the whereis command.

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

Constructor Summary
TinyMudParseWhereis()
           
 
Method Summary
 Room parse(java.lang.String s)
          Parses the whereis command data that is returned from the collaborative environment and returns a Room class that represents the location of the player.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinyMudParseWhereis

public TinyMudParseWhereis()
Method Detail

parse

public Room parse(java.lang.String s)
Description copied from class: ParseWhereis
Parses the whereis command data that is returned from the collaborative environment and returns a Room class that represents the location of the player.
Overrides:
parse in class ParseWhereis
Tags copied from class: ParseWhereis
Parameters:
s - the whereis command data from the collaborative environment that is to be parsed.
Returns:
a Room object that represents the location of the player.