Uses of Class
os.OSProcess

Uses of OSProcess in
 

Subclasses of OSProcess in
 class ClearChatterVector
          A Bot OS program to clear the chatter vector in the robot.
 class Describe
          A Bot OS program to set the description of an object in the collaborative environment.
 class Echo
          A Bot OS program to echo a string to stdout while the robot is running.
 class Emote
          A Bot OS program to send an emote command to the collaborative environment.
 class Go
          A Bot OS program to send the go command to the collaborative environment while the robot is running.
 class GoHome
          A Bot OS program to send the go home command to the collaborative environment while the robot is running.
 class initialize
          The Bot OS program that starts up the initialization phase of the robot.
 class Listen
          A Bot OS command to listen to the collaborative environment and collect all the output that it hears and put it into the chatter vector for processing by another program (usually Respond).
 class LoadCommands
          A Bot OS program to load the appropriate commands class, for the particular collaborative environment that the robot is running in, during the robot's initialization phase.
 class LoadConnection
          A Bot OS program to load the appropriate connection class, for the particular collaborative environment that the robot is running in, during the robot's initialization phase.
 class LoadMudMap
          A Bot OS program to load the map of the collaborative environment that the robot is running in.
 class LoadPlayerMap
          A Bot OS program to load player information for the collaborative environment that the robot is running in.
 class LoadPlayerParser
          A Bot OS program for loading the appropriate player parser for the collaborative environment that the robot is running in.
 class LoadResponders
          A Bot OS program to load the responders for the robot.
 class LoadRoomDescriptionParser
          A Bot OS program for loading the appropriate room description parser for the collaborative environment that the robot is running in.
 class LoadWhereisParser
          A Bot OS program for loading the appropriate whereis parser for the collaborative environment that the robot is running in.
 class LoginToMud
          A Bot OS program to log the robot into the collaborative environment.
 class LogPlayers
          A Bot OS program to gather information about players that the robot encounters while in the collaborative environment.
 class MapMud
          A Bot OS program to map the rooms in the mud.
 class Mutter
          A Bot OS program to send a mutter command to the collaborative environment.
 class Page
          A Bot OS program to send a page command to the collaborative environment.
 class Pose
          A Bot OS command to send a pose command to the collaborative environment.
 class Respond
          A Bot OS program for handling player interaction in the collaborative environment.
 class Say
          A Bot OS program for sending a say command to the collaborative environment.
 class sbsl
          A Bot OS program that implements the Simple Bot Scripting Language (SBSL).
 class Set
          A Bot OS program for sending a set command to the collaborative environment.
 class Whisper
          A Bot OS program that sends a whisper command to the collaborative environment.
 class Yell
          A Bot OS program that sends a yell command to the collaborative environment.
 

Uses of OSProcess in os
 

Methods in os that return OSProcess
 OSProcess ProcessTable.getNextProcess()
          Gets the next process off of the queue to run.
 OSProcess ProcessTable.getProcess(int id)
          Gets a specific process from the queue using the specified id.
 

Methods in os with parameters of type OSProcess
 void ProcessTable.addProcess(OSProcess p)
          Adds a process to the end of the queue.