|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BridgeState in bridge |
---|
Methods in bridge that return BridgeState | |
---|---|
BridgeState |
BridgeMove.doMove(BridgeState state)
Attempts to perform this move on a given bridge state. |
BridgeState |
BridgeProblem.getCurrentState()
Getter (accessor) for this problem's current bridge state. |
Methods in bridge with parameters of type BridgeState | |
---|---|
BridgeState |
BridgeMove.doMove(BridgeState state)
Attempts to perform this move on a given bridge state. |
boolean |
BridgeState.equals(BridgeState other)
Tests this bridge state with another for equality. |
void |
BridgeProblem.setCurrentState(BridgeState currentState)
Setter (mutator) for this problem's current bridge state. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |