player
Class DropCommand
java.lang.Object
|
+--player.Command
|
+--player.PkgCommand
|
+--player.DropCommand
- public class DropCommand
- extends PkgCommand
Class that implements robot drop commmands.
- Version:
- $Revision: 1.2 $
- Author:
- Allen D. Ball
Constructor Summary |
DropCommand()
Creates a robot command. |
Method Summary |
String |
getName()
Method to get the name of this command. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DropCommand
public DropCommand()
- Creates a robot command.
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.