simulator
Class AddgroupClientCommand

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

class AddgroupClientCommand
extends simulator.ClientCommand

Add the group of robot for simulation


Fields inherited from class simulator.ClientCommand
command, description, name
 
Constructor Summary
AddgroupClientCommand()
          Initialize object for ADDGROUP command
 
Method Summary
 boolean runCommand(java.util.StringTokenizer ST, simulator.Connection connection)
          Add robot for 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

AddgroupClientCommand

public AddgroupClientCommand()
Initialize object for ADDGROUP command
Method Detail

runCommand

public boolean runCommand(java.util.StringTokenizer ST,
                          simulator.Connection connection)
Add robot for simulation
Parameters:
ST - the parameter for simulation
Returns:
false becouse simulation must continue
Overrides:
runCommand in class simulator.ClientCommand