simulator
Class DelgroupClientCommand

java.lang.Object
  |
  +--simulator.ClientCommand
        |
        +--simulator.DelgroupClientCommand

class DelgroupClientCommand
extends simulator.ClientCommand

Del a group of robots from simulation


Fields inherited from class simulator.ClientCommand
command, description, name
 
Constructor Summary
DelgroupClientCommand()
          Initilaize object for DELGROUP command
 
Method Summary
 boolean runCommand(java.util.StringTokenizer ST, simulator.Connection connection)
          Del robot from simulation
 
Methods inherited from class simulator.ClientCommand
getDescription, getName, getText
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DelgroupClientCommand

public DelgroupClientCommand()
Initilaize object for DELGROUP command
Method Detail

runCommand

public boolean runCommand(java.util.StringTokenizer ST,
                          simulator.Connection connection)
Del robot from simulation
Parameters:
ST - next token = name of group
Returns:
false
Overrides:
runCommand in class simulator.ClientCommand