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. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoopCommand
public NoopCommand()
- 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.
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.