- getCurrentState() - Method in class framework.Problem
-
Gets the current state of the problem.
- getFlashlightPosition() - Method in class bridge.BridgeState
-
Getter (accessor) for the position of the flashlight in this state.
- getIntroduction() - Method in class framework.Problem
-
Gets an explanatory introduction string for the problem.
- getMoveName() - Method in class framework.Move
-
Accessor for this move's name.
- getMoves() - Method in class framework.Problem
-
Gets the list of moves for this problem.
- getP10Position() - Method in class bridge.BridgeState
-
Getter (accessor) for the position of person P10 in this state.
- getP1Position() - Method in class bridge.BridgeState
-
Getter (accessor) for the position of person P1 in this state.
- getP2Position() - Method in class bridge.BridgeState
-
Getter (accessor) for the position of person P2 in this state.
- getP5Position() - Method in class bridge.BridgeState
-
Getter (accessor) for the position of person P5 in this state.
- getTimeSoFar() - Method in class bridge.BridgeState
-
Getter (accessor) for the time taken to get to this state.