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.
|
Class and Description |
---|
Move
This abstract class represents a move in a problem solving domain.
|
Problem
This abstract class represents a problem in a problem solving domain.
|
State
This interface represents the state of affairs of a problem-solving
domain.
|
Class and Description |
---|
Move
This abstract class represents a move in a problem solving domain.
|
Problem
This abstract class represents a problem in a problem solving domain.
|
State
This interface represents the state of affairs of a problem-solving
domain.
|
Class and Description |
---|
Move
This abstract class represents a move in a problem solving domain.
|
Problem
This abstract class represents a problem in a problem solving domain.
|
State
This interface represents the state of affairs of a problem-solving
domain.
|