nachos.threads
Class Boat

java.lang.Object
  extended by nachos.threads.Boat

public class Boat
extends Object


Constructor Summary
Boat()
           
 
Method Summary
static void begin(int adults, int children, BoatGrader b)
           
static void selfTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boat

public Boat()
Method Detail

selfTest

public static void selfTest()

begin

public static void begin(int adults,
                         int children,
                         BoatGrader b)