player
Class NoopCommand

java.lang.Object
  |
  +--player.Command
        |
        +--player.NoopCommand

public class NoopCommand
extends Command

Class that implements robot pick[-up] commmands.

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

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

Constructor Detail

NoopCommand

public NoopCommand()
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.

getArguments

public final String getArguments()
Description copied from class: Command
Method to get the optional arguments for a command
Overrides:
getArguments in class Command
Following copied from class: player.Command
Returns:
The optional arguments for this commnd.


Copyright 2002 Allen D. Ball. All rights reserved.