A B C D E G H I L M N P R S T U V W 
All Classes All Packages

I

INCORRECT - bridges.game.BoardState
 
isComplete() - Method in class bridges.game.Board
Check, if this board is complete.
isCovered(List<Bridge>) - Method in class bridges.game.Bridge
Return if this bridge is covered by the given list (which means a bridge - either single or double - with the same islands exists).
isCutBy(List<Bridge>) - Method in class bridges.game.Island
Check, if this island is cut by the given bridges.
isDouble() - Method in class bridges.game.Bridge
 
isFullyConnected() - Method in class bridges.game.Board
Check, if the islands on the board are fully connected, that is, every island can be reached from any other island by walking along the bridges on the board.
Island - Class in bridges.game
Represent an island in the game Bridges.
Island(int, int, int) - Constructor for class bridges.game.Island
Create a new Island instance.
isValid(Bridge) - Method in class bridges.model.GameModel
Check, if the given bridge can be added to the board.
A B C D E G H I L M N P R S T U V W 
All Classes All Packages