public void Go(Oobject secondaryDirectionOrObjectToGo) { Location currentLocation = getRootLocation(this); }
internal static String GetDirection(Oobject currentObject) { AccessPointObject apObj = (AccessPointObject)currentObject; return(apObj.Direction); }