See: Description
Interface | Description |
---|---|
State |
This interface represents the state of affairs of a problem-solving
domain.
|
Class | Description |
---|---|
Console |
This class has methods for interacting with a user who is trying to
solve a problem through a console interface.
|
Move |
This abstract class represents a move in a problem solving domain.
|
Problem |
This abstract class represents a problem in a problem solving domain.
|