com.planet_ink.coffee_mud.WebMacros.grinder
Class GrinderExits

java.lang.Object
  extended by com.planet_ink.coffee_mud.WebMacros.grinder.GrinderExits

public class GrinderExits
extends java.lang.Object


Constructor Summary
GrinderExits()
           
 
Method Summary
static java.lang.String delExit(Room R, int dir)
           
static java.lang.String dispositions(Physical P, ExternalHTTPRequests httpReq, java.util.Map<java.lang.String,java.lang.String> parms)
           
static java.lang.String editExit(Room R, int dir, ExternalHTTPRequests httpReq, java.util.Map<java.lang.String,java.lang.String> parms)
           
static java.lang.String linkRooms(Room R, Room R2, int dir, int dir2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrinderExits

public GrinderExits()
Method Detail

dispositions

public static java.lang.String dispositions(Physical P,
                                            ExternalHTTPRequests httpReq,
                                            java.util.Map<java.lang.String,java.lang.String> parms)

editExit

public static java.lang.String editExit(Room R,
                                        int dir,
                                        ExternalHTTPRequests httpReq,
                                        java.util.Map<java.lang.String,java.lang.String> parms)

delExit

public static java.lang.String delExit(Room R,
                                       int dir)

linkRooms

public static java.lang.String linkRooms(Room R,
                                         Room R2,
                                         int dir,
                                         int dir2)