nachos.ag
Class BoatGrader

java.lang.Object
  extended by nachos.ag.BoatGrader

public class BoatGrader
extends Object


Constructor Summary
BoatGrader()
           
 
Method Summary
 void AdultRideToMolokai()
           
 void AdultRideToOahu()
           
 void AdultRowToMolokai()
           
 void AdultRowToOahu()
           
 void ChildRideToMolokai()
           
 void ChildRideToOahu()
           
 void ChildRowToMolokai()
          BoatGrader consists of functions to be called to show that your solution is properly synchronized.
 void ChildRowToOahu()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoatGrader

public BoatGrader()
Method Detail

ChildRowToMolokai

public void ChildRowToMolokai()
BoatGrader consists of functions to be called to show that your solution is properly synchronized. This version simply prints messages to standard out, so that you can watch it. You cannot submit this file, as we will be using our own version of it during grading. Note that this file includes all possible variants of how someone can get from one island to another. Inclusion in this class does not imply that any of the indicated actions are a good idea or even allowed.


ChildRowToOahu

public void ChildRowToOahu()

ChildRideToMolokai

public void ChildRideToMolokai()

ChildRideToOahu

public void ChildRideToOahu()

AdultRowToMolokai

public void AdultRowToMolokai()

AdultRowToOahu

public void AdultRowToOahu()

AdultRideToMolokai

public void AdultRideToMolokai()

AdultRideToOahu

public void AdultRideToOahu()