Package | Description |
---|---|
bridge |
This package contains classes for implementing a program
that allows a user to solve the Bridge Crossing problem.
|
framework |
This package contains three classes and an interface
that make up a framework for building applications that allow their users to
solve problems requiring
search.
|
waterjug |
This package contains classes for implementing a program
that allows a user to solve the Water Jug problem.
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeProblem
This class represents the Bridge Crossing problem.
|
Constructor and Description |
---|
Console(Problem problem)
Creates a new problem console user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
WaterJugProblem
This class represents the Water Jug problem.
|