- setCurrentState(State) - Method in class framework.Problem
-
Sets the current state of the problem.
- setIntroduction(String) - Method in class framework.Problem
-
Sets the introduction string for this problem.
- setMoves(List<Move>) - Method in class framework.Problem
-
Sets the list of moves for this problem.
- start() - Method in class framework.Console
-
Displays the introduction and begins to process user moves.
- State - Interface in framework
-
This interface represents the state of affairs of a problem-solving
domain.
- success() - Method in class bridge.BridgeProblem
-
Returns whether the current state of this problem is a success.
- success() - Method in class framework.Problem
-
Determines whether the current state of this problem is a success.
- success() - Method in class waterjug.WaterJugProblem
-
Returns whether the current state of this problem is a success.