EDU.ksu.cis.calculator.defaultmodel
Class RotateUp

java.lang.Object
  |
  +--EDU.ksu.cis.calculator.defaultmodel.RotateUp
All Implemented Interfaces:
Operation

public class RotateUp
extends Object
implements Operation

The rotate up operation. Objects of this class are used to encapsulate a rotate up request.

Author:
Rod Howell (howell@cis.ksu.edu)

Constructor Summary
RotateUp()
           
 
Method Summary
 int numOperands()
          Returns 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotateUp

public RotateUp()
Method Detail

numOperands

public int numOperands()
Returns 1.

Specified by:
numOperands in interface Operation