moo
Class MOORoom

moo.MOOObject
  |
  +--moo.MOORoom

public class MOORoom
extends MOOObject


Field Summary
 protected static StringPARENT
           

Fields inherited from class moo.MOOObject
aliases, mooNumber, name, parent, propertyList, verbList

Constructor Summary
MOORoom()
           

Method Summary
 voidcreate(PrintWriter out, BufferedReader mooResponse, MOOOut display)
           
 voidsetParent(String newParent)
           
 voidupdate(PrintWriter out, BufferedReader mooResponse, MOOOut display)
           

Methods inherited from class moo.MOOObject
addAlias, addProperty, addVerb, getMOONum, getName, getParent, getPropertyList, getVerbList, setName, toString

Field Detail

PARENT

protected static String PARENT
Constructor Detail

MOORoom

public MOORoom()
Method Detail

create

public void create(PrintWriter out, BufferedReader mooResponse, MOOOut display)
throws java.io.IOException,
MOOException

setParent

public void setParent(String newParent)

update

public void update(PrintWriter out, BufferedReader mooResponse, MOOOut display)
throws java.io.IOException,
MOOException