Package waterjug

This package contains classes for implementing a program that allows a user to solve the Water Jug problem.

See:
          Description

Class Summary
WaterJugConsole This class provides a terminal console interface to the Water Jug problem.
WaterJugMove This class represents moves in the Water Jug problem.
WaterJugProblem This class represents the Water Jug problem.
WaterJugState This class represents states of the Water Jug problem.
 

Package waterjug Description

This package contains classes for implementing a program that allows a user to solve the Water Jug problem. It requires the problem solving framework classes and types provided by the framework package.