player
Class PickCommand

java.lang.Object
  |
  +--player.Command
        |
        +--player.PkgCommand
              |
              +--player.PickCommand

public class PickCommand
extends PkgCommand

Class that implements robot pick[-up] commmands.

Version:
$Revision: 1.2 $
Author:
Allen D. Ball

Constructor Summary
PickCommand()
          Creates a robot command.
 
Method Summary
 String getName()
          Method to get the name of this command.
 
Methods inherited from class player.PkgCommand
getArguments, pkgAdd, pkgRemove
 
Methods inherited from class player.Command
getBid, getCost, setBid, setDirection, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PickCommand

public PickCommand()
Creates a robot command.
Method Detail

getName

public final String getName()
Description copied from class: Command
Method to get the name of this command.
Overrides:
getName in class Command
Following copied from class: player.Command
Returns:
The name of this command.


Copyright 2002 Allen D. Ball. All rights reserved.