edu.stanford.hci.r3.actions.types
Class RobotAction.RobotCommand

java.lang.Object
  extended by edu.stanford.hci.r3.actions.types.RobotAction.RobotCommand
Enclosing class:
RobotAction

public static class RobotAction.RobotCommand
extends java.lang.Object

Embodies a robot method and its arguments.


Constructor Summary
RobotAction.RobotCommand(RobotAction.RobotMethod m, java.lang.Object... args)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotAction.RobotCommand

public RobotAction.RobotCommand(RobotAction.RobotMethod m,
                                java.lang.Object... args)

Copyright 2006 Stanford University