rebelsky.silly
Class Um

java.lang.Object
  extended byrebelsky.silly.Um
Direct Known Subclasses:
Gum

public class Um
extends java.lang.Object

Universal modules. Useful for building less-universal modules.

Version:
0.001 of October 2004
Author:
Samuel A. Rebelsky, Kevin Canon, Margaret Louisa Poythress

Constructor Summary
Um()
           
 
Method Summary
 void pause(int length)
          Pause for awhile to collect our thoughts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Um

public Um()
Method Detail

pause

public void pause(int length)
Pause for awhile to collect our thoughts. The amount of time we pause depends on how strong our current ability is to think.

Parameters:
length - the amount of time we pause. Must be positive.
Preconditions
Must be awake to pause.